summaryrefslogtreecommitdiff
path: root/community/lightdm-gtk3-greeter/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-07-03 03:35:01 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-07-03 03:35:01 +0000
commit92723c41135cfb106d37d4343603e63dc99922ca (patch)
tree6190f189700c2e68570eefbfded247965b1bde5a /community/lightdm-gtk3-greeter/PKGBUILD
parent35f5198d4a73e45c4e9e22d638f5bfd5b9b4bc62 (diff)
Thu Jul 3 03:30:43 UTC 2014
Diffstat (limited to 'community/lightdm-gtk3-greeter/PKGBUILD')
-rwxr-xr-xcommunity/lightdm-gtk3-greeter/PKGBUILD43
1 files changed, 0 insertions, 43 deletions
diff --git a/community/lightdm-gtk3-greeter/PKGBUILD b/community/lightdm-gtk3-greeter/PKGBUILD
deleted file mode 100755
index 8f8a514f3..000000000
--- a/community/lightdm-gtk3-greeter/PKGBUILD
+++ /dev/null
@@ -1,43 +0,0 @@
-# $Id: PKGBUILD 110106 2014-04-24 08:37:24Z alucryd $
-# Maintainer: Maxime Gauduin <alucryd@gmail.com>
-# Contributor: Padfoot <padfoot@exemail.com.au>
-
-pkgname=lightdm-gtk3-greeter
-pkgver=1.8.4
-pkgrel=2
-epoch=1
-pkgdesc='GTK+ greeter for LightDM'
-arch=('i686' 'x86_64')
-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')
-install="${pkgname/3/}.install"
-source=("https://launchpad.net/${pkgname/3/}/${pkgver%.?}/${pkgver}/+download/${pkgname/3/}-${pkgver}.tar.gz"
- 'tooltip-focus.patch')
-sha256sums=('cb3e93bfcb8fbaf109e01080dc75ec9a6803afcb68acbf9eef3799be927a2c6c'
- '2dcf615181fc57cfcc02601d4d9845ef23af60a0a322a5208989849b279deec7')
-
-prepare() {
- cd ${pkgname/3/}-${pkgver}
-
- patch -Np1 -i ../tooltip-focus.patch
-}
-
-build() {
- cd ${pkgname/3/}-${pkgver}
-
- ./configure --prefix='/usr' --sbindir='/usr/bin' --sysconfdir='/etc' --libexecdir='/usr/lib/lightdm' --disable-static
- make
-}
-
-package() {
- cd ${pkgname/3/}-${pkgver}
-
- make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et: