summaryrefslogtreecommitdiff
path: root/community/lightdm-gtk3-greeter/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-02-15 03:33:23 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-02-15 03:33:23 +0000
commit34276794ce110cd2f9204e4b504aea41fb584145 (patch)
tree614343b8dd17e74468019c46daabd3861ef8dfbc /community/lightdm-gtk3-greeter/PKGBUILD
parent86a5624291a8a72d9a0a2c51fcc64bf6e221524b (diff)
Sat Feb 15 03:31:19 UTC 2014
Diffstat (limited to 'community/lightdm-gtk3-greeter/PKGBUILD')
-rwxr-xr-xcommunity/lightdm-gtk3-greeter/PKGBUILD23
1 files changed, 8 insertions, 15 deletions
diff --git a/community/lightdm-gtk3-greeter/PKGBUILD b/community/lightdm-gtk3-greeter/PKGBUILD
index 785711d1e..c084d4695 100755
--- a/community/lightdm-gtk3-greeter/PKGBUILD
+++ b/community/lightdm-gtk3-greeter/PKGBUILD
@@ -1,30 +1,23 @@
-# $Id: PKGBUILD 105173 2014-02-02 11:18:41Z alucryd $
+# $Id: PKGBUILD 105739 2014-02-14 18:25:52Z alucryd $
# Maintainer: Maxime Gauduin <alucryd@gmail.com>
# Contributor: Padfoot <padfoot@exemail.com.au>
pkgname=lightdm-gtk3-greeter
-pkgver=1.6.1
-pkgrel=2
+pkgver=1.8.1
+pkgrel=1
epoch=1
-pkgdesc="GTK+ greeter for LightDM"
+pkgdesc='GTK+ greeter for LightDM'
arch=('i686' 'x86_64')
-url="https://launchpad.net/lightdm-gtk-greeter"
+url='https://launchpad.net/lightdm-gtk-greeter'
license=('GPL3' 'LGPL3')
depends=('gtk3' 'lightdm')
makedepends=('exo' 'gnome-doc-utils' 'gobject-introspection' 'intltool')
provides=("${pkgname/3/}")
conflicts=("${pkgname/3/2}")
backup=('etc/lightdm/lightdm-gtk-greeter.conf')
-source=("https://launchpad.net/${pkgname/3/}/1.6/${pkgver}/+download/${pkgname/3/}-${pkgver}.tar.gz"
- 'fix-null-username.patch')
-sha256sums=('1f0286ab093d50151f0efc46496aef3f8ed8c7306bbc81807a3fdcbcb2a468d9'
- '27e1ec5f73f963ea5fbc69d4b380dbfa47a4066b35fa1a00341203568d9aa64d')
-
-prepare() {
- cd ${pkgname/3/}-${pkgver}
-
- patch -Np0 -i ../fix-null-username.patch
-}
+install="${pkgname/3/}.install"
+source=("https://launchpad.net/${pkgname/3/}/${pkgver%.?}/${pkgver}/+download/${pkgname/3/}-${pkgver}.tar.gz")
+sha256sums=('dac5ce9ac54a6b3c1ef9f9cc056f13f01352c2a897c5bed11e52505132610bab')
build() {
cd ${pkgname/3/}-${pkgver}