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

andyrtr at archlinux.org andyrtr at archlinux.org
Fri Jun 1 20:06:00 UTC 2012


    Date: Friday, June 1, 2012 @ 16:06:00
  Author: andyrtr
Revision: 160410

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

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

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

Copied: startup-notification/repos/testing-x86_64/PKGBUILD (from rev 160408, startup-notification/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-06-01 20:06:00 UTC (rev 160410)
@@ -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=3
+pkgdesc="Monitor and display application startup"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('libx11' 'xcb-util>=0.3.9')
+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