diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-30 09:19:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-10-30 09:19:52 +0000 |
commit | 152e22d13fee521a7ad51e50855b2cafd06c8245 (patch) | |
tree | 1b3bcb0d33d4ad348e6ccea8f02b832c719851ec /testing/lightdm/APKBUILD | |
parent | a698043a5c26a506b78e6d3c11ffc8114954f653 (diff) | |
download | aports-152e22d13fee521a7ad51e50855b2cafd06c8245.tar.bz2 aports-152e22d13fee521a7ad51e50855b2cafd06c8245.tar.xz |
testing/lightdm: upgrade to 1.4.0
Diffstat (limited to 'testing/lightdm/APKBUILD')
-rw-r--r-- | testing/lightdm/APKBUILD | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/testing/lightdm/APKBUILD b/testing/lightdm/APKBUILD index f4ab08e0bf..694f83a739 100644 --- a/testing/lightdm/APKBUILD +++ b/testing/lightdm/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=lightdm -pkgver=1.1.0 -pkgrel=4 +pkgver=1.4.0 +pkgrel=0 pkgdesc="A cross-desktop display manager" url="http://www.freedesktop.org/wiki/Software/LightDM" arch="all" @@ -10,12 +10,12 @@ license="GPL-3" depends="dbus" depends_dev="" makedepends="linux-pam-dev gtk+3.0-dev libxklavier-dev libxext-dev - autoconf automake libtool gobject-introspection-dev" + autoconf automake libtool gobject-introspection-dev itstool" install="$pkgname.pre-install" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" -source="http://people.ubuntu.com/~robert-ancell/lightdm/releases/lightdm-$pkgver.tar.gz - lightdm-x11-configure.patch +source="https://launchpad.net/lightdm/${pkgver%.*}/$pkgver/+download/lightdm-$pkgver.tar.gz disallow-guest.patch + uclibc-language.patch lightdm.initd" _builddir="$srcdir"/lightdm-$pkgver @@ -35,7 +35,6 @@ build() { --sysconfdir=/etc \ --localstatedir=/var \ --enable-liblightdm-gobject \ - --enable-gtk-greeter \ --with-greeter-session=lightdm-gtk-greeter \ || return 1 @@ -54,7 +53,7 @@ package() { install -Dm755 "$srcdir"/lightdm.initd "$pkgdir"/etc/init.d/lightdm } -md5sums="c2347200b1af29c677ef5ad83855217b lightdm-1.1.0.tar.gz -10b9a72013ed824a12a8720ff28810a1 lightdm-x11-configure.patch -04956acfe2817e8d953f012ad6c72998 disallow-guest.patch +md5sums="622d9087ec773dd0626a250a5868f88c lightdm-1.4.0.tar.gz +72a44670872ce38ec0229e6595f0c629 disallow-guest.patch +66782244aa11446e586d80e52ca74775 uclibc-language.patch 9eb01e4202919424face9bafbda4936c lightdm.initd" |