[arch-commits] Commit in i3lock/repos (4 files)

Thorsten Töpper ttoepper at nymeria.archlinux.org
Mon Jan 28 15:23:21 UTC 2013


    Date: Monday, January 28, 2013 @ 16:23:21
  Author: ttoepper
Revision: 83237

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  i3lock/repos/community-testing-i686/
  i3lock/repos/community-testing-i686/PKGBUILD
    (from rev 83236, i3lock/trunk/PKGBUILD)
  i3lock/repos/community-testing-x86_64/
  i3lock/repos/community-testing-x86_64/PKGBUILD
    (from rev 83236, i3lock/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   38 ++++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   38 ++++++++++++++++++++++++++++++++++++
 2 files changed, 76 insertions(+)

Copied: i3lock/repos/community-testing-i686/PKGBUILD (from rev 83236, i3lock/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2013-01-28 15:23:21 UTC (rev 83237)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
+
+pkgname=i3lock
+pkgver=2.4.1
+pkgrel=2
+pkgdesc="An improved screenlocker based upon XCB and PAM"
+arch=('i686' 'x86_64')
+url="http://i3wm.org/i3lock/"
+license=('MIT')
+groups=("i3")
+depends=('xcb-util-image' 'xcb-util-keysyms' 'pam' 'libev' 'cairo')
+options=('docs')
+backup=("etc/pam.d/i3lock")
+source=("http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2")
+md5sums=('fbc954133a6335be89e394d9ec85fcfd')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  # Fix ticket FS#31544, sed line taken from gentoo
+  sed -i -e 's:login:system-auth:' i3lock.pam
+
+  make
+  gzip i3lock.1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  
+  install -Dm644 i3lock.1.gz ${pkgdir}/usr/share/man/man1/i3lock.1.gz
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  make clean
+}
+
+# vim:set ts=2 sw=2 et:
+

Copied: i3lock/repos/community-testing-x86_64/PKGBUILD (from rev 83236, i3lock/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2013-01-28 15:23:21 UTC (rev 83237)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
+
+pkgname=i3lock
+pkgver=2.4.1
+pkgrel=2
+pkgdesc="An improved screenlocker based upon XCB and PAM"
+arch=('i686' 'x86_64')
+url="http://i3wm.org/i3lock/"
+license=('MIT')
+groups=("i3")
+depends=('xcb-util-image' 'xcb-util-keysyms' 'pam' 'libev' 'cairo')
+options=('docs')
+backup=("etc/pam.d/i3lock")
+source=("http://i3wm.org/i3lock/$pkgname-$pkgver.tar.bz2")
+md5sums=('fbc954133a6335be89e394d9ec85fcfd')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  # Fix ticket FS#31544, sed line taken from gentoo
+  sed -i -e 's:login:system-auth:' i3lock.pam
+
+  make
+  gzip i3lock.1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  
+  install -Dm644 i3lock.1.gz ${pkgdir}/usr/share/man/man1/i3lock.1.gz
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  make clean
+}
+
+# vim:set ts=2 sw=2 et:
+




More information about the arch-commits mailing list