[arch-commits] Commit in startup-notification/repos (3 files)

andyrtr at archlinux.org andyrtr at archlinux.org
Sun Nov 27 15:45:17 UTC 2011


    Date: Sunday, November 27, 2011 @ 10:45:16
  Author: andyrtr
Revision: 143628

db-move: moved startup-notification from [staging] to [testing] (i686)

Added:
  startup-notification/repos/testing-i686/
  startup-notification/repos/testing-i686/PKGBUILD
    (from rev 143613, startup-notification/repos/staging-i686/PKGBUILD)
Deleted:
  startup-notification/repos/staging-i686/

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: startup-notification/repos/testing-i686/PKGBUILD (from rev 143613, startup-notification/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2011-11-27 15:45:16 UTC (rev 143628)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+
+pkgname=startup-notification
+pkgver=0.12
+pkgrel=2
+pkgdesc="Monitor and display application startup"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('libx11' 'xcb-util>=0.3.8')
+options=('!libtool')
+url="http://www.freedesktop.org"
+source=(http://www.freedesktop.org/software/startup-notification/releases/${pkgname}-${pkgver}.tar.gz)
+md5sums=('2cd77326d4dcaed9a5a23a1232fb38e9')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i -e '/AC_PATH_XTRA/d' configure.in
+  autoreconf --force --install
+  ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list