~alpine/aports

2

[alpine-aports] [PATCH 1/2] main/libinput: upgrade to 1.8.2

Daniel Sabogal <dsabogalcc@gmail.com>
Details
Message ID
<20170925173400.7599-1-dsabogalcc@gmail.com>
Sender timestamp
1506360838
DKIM signature
missing
Download raw message
Patch: +3 -3
---
 main/libinput/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/main/libinput/APKBUILD b/main/libinput/APKBUILD
index 4b2a90435a..21371b6a8b 100644
--- a/main/libinput/APKBUILD
+++ b/main/libinput/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Daniel Sabogal <dsabogalcc@gmail.com>
pkgname=libinput
pkgver=1.8.1
pkgrel=1
pkgver=1.8.2
pkgrel=0
pkgdesc="Library for handling input devices"
url="http://www.freedesktop.org/wiki/Software/libinput/"
arch="all"
@@ -35,4 +35,4 @@ package() {
	make DESTDIR="$pkgdir" -C "$builddir" install
}

sha512sums="1566ccb7d1721ee2d16badc404896d31e3ac45fda71e2577db17141a507594f3827ed0a389bb537f946cb380d77feedef8e71df76ac89f8c11c44463df01ee4f  libinput-1.8.1.tar.xz"
sha512sums="555a7680cc8aaf62c5370a865f3aff0a933d42d94a3d8861c072666b02c9e1be45ea39de9a749a9575cdfb613b6150e412e18559d94d4919f21ca4680a3c76a7  libinput-1.8.2.tar.xz"
-- 
2.14.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

[alpine-aports] [PATCH] main/xf86-video-ati: upgrade to 7.10.0

Daniel Sabogal <dsabogalcc@gmail.com>
Details
Message ID
<20170925173400.7599-2-dsabogalcc@gmail.com>
In-Reply-To
<20170925173400.7599-1-dsabogalcc@gmail.com> (view parent)
Sender timestamp
1506360839
DKIM signature
missing
Download raw message
Patch: +10 -11
---
 main/xf86-video-ati/APKBUILD | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/main/xf86-video-ati/APKBUILD b/main/xf86-video-ati/APKBUILD
index 7fbe0e7c26..13c7109c81 100644
--- a/main/xf86-video-ati/APKBUILD
+++ b/main/xf86-video-ati/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xf86-video-ati
pkgver=7.9.0
pkgver=7.10.0
pkgrel=0
pkgdesc="ATI video driver"
url="http://xorg.freedesktop.org/"
@@ -10,12 +10,11 @@ subpackages="$pkgname-doc"
depends="mesa-dri-ati"
makedepends="xorg-server-dev libxi-dev fontsproto randrproto
	videoproto renderproto libdrm-dev xf86driproto glproto mesa-dev
	xineramaproto eudev-dev pixman-dev
	"

source="http://www.x.org/releases/individual/driver/$pkgname-$pkgver.tar.bz2
	"
	xineramaproto eudev-dev pixman-dev"
options="!check"
source="http://www.x.org/releases/individual/driver/$pkgname-$pkgver.tar.bz2"
builddir="$srcdir"/$pkgname-$pkgver

build() {
	cd "$builddir"
	export LDFLAGS="$LDFLAGS -Wl,-z,lazy"
@@ -24,14 +23,14 @@ build() {
		--build=$CBUILD \
		--host=$CHOST \
		--prefix=/usr \
		--disable-glamor \
		|| return 1
	make || return 1
		--disable-glamor
	make
}

package() {
	cd "$builddir"
	make DESTDIR="$pkgdir" install || return 1
	make DESTDIR="$pkgdir" install
	install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
}
sha512sums="125e035da6581520d677c56474653ed75aa6d168bf5450cc973248416b5ada3114ea14d0615b44c58029bb1702609453ab532a506273df2a5dd99dd2af4a9d43  xf86-video-ati-7.9.0.tar.bz2"

sha512sums="1f2f4af1d299af62644693e6fbc47a5078c9bc5e7887a1ac217121ef2fd29d8c9f50a8d9be9ddb0887d0b49141bb33484f82c1313a472ad6867266b53b4a11ad  xf86-video-ati-7.10.0.tar.bz2"
-- 
2.14.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

[alpine-aports] [PATCH 2/2] main/xf86-input-libinput: upgrade to 0.26.0

Daniel Sabogal <dsabogalcc@gmail.com>
Details
Message ID
<20170925173400.7599-3-dsabogalcc@gmail.com>
In-Reply-To
<20170925173400.7599-1-dsabogalcc@gmail.com> (view parent)
Sender timestamp
1506360840
DKIM signature
missing
Download raw message
Patch: +12 -9
---
 main/xf86-input-libinput/APKBUILD | 21 ++++++++++++---------
 1 file changed, 12 insertions(+), 9 deletions(-)

diff --git a/main/xf86-input-libinput/APKBUILD b/main/xf86-input-libinput/APKBUILD
index 90d556107c..9826fd0d2e 100644
--- a/main/xf86-input-libinput/APKBUILD
+++ b/main/xf86-input-libinput/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xf86-input-libinput
pkgver=0.25.1
pkgver=0.26.0
pkgrel=0
pkgdesc="X.Org input driver based on libinput"
url="http://xorg.freedesktop.org/"
@@ -10,11 +10,10 @@ license="MIT"
depends=""
depends_dev="libinput-dev xorg-server-dev"
makedepends="$depends_dev resourceproto scrnsaverproto"
install=""
subpackages="$pkgname-dev $pkgname-doc"
source="http://www.x.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2"
source="http://www.x.org/releases/individual/driver/$pkgname-$pkgver.tar.bz2"
builddir="$srcdir/$pkgname-$pkgver"

builddir="$srcdir"/$pkgname-$pkgver
build() {
	cd "$builddir"
	./configure \
@@ -23,15 +22,19 @@ build() {
		--prefix=/usr \
		--sysconfdir=/etc \
		--mandir=/usr/share/man \
		--localstatedir=/var \
		|| return 1
	make || return 1
		--localstatedir=/var
	make
}

check() {
	cd "$builddir"
	make check
}

package() {
	cd "$builddir"
	make DESTDIR="$pkgdir" install || return 1
	make DESTDIR="$pkgdir" install
	install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
}

sha512sums="9a8d16bdffb73a5318d22e352826c410ccb6f8c7ade31c23823bd6c17202bb67e917dfe8d4cab6e54fdf15f201d14d80b6306cedc5f93f66989edfcab5082ece  xf86-input-libinput-0.25.1.tar.bz2"
sha512sums="b52a27e916f7e86576500ef2bc3ce640676f5a710543755865a723628c0e01a575989460853bac184ed696961e3f8fca72ecba8ad4625be8cd9e31f9a55f5e97  xf86-input-libinput-0.26.0.tar.bz2"
-- 
2.14.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)