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

Jan de Groot jgc at nymeria.archlinux.org
Wed Sep 18 14:09:56 UTC 2013


    Date: Wednesday, September 18, 2013 @ 16:09:56
  Author: jgc
Revision: 194561

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  libnotify/repos/gnome-unstable-i686/
  libnotify/repos/gnome-unstable-i686/PKGBUILD
    (from rev 194560, libnotify/trunk/PKGBUILD)
  libnotify/repos/gnome-unstable-x86_64/
  libnotify/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 194560, libnotify/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   26 ++++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   26 ++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

Copied: libnotify/repos/gnome-unstable-i686/PKGBUILD (from rev 194560, libnotify/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2013-09-18 14:09:56 UTC (rev 194561)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libnotify
+pkgver=0.7.6
+pkgrel=1
+pkgdesc="Desktop notification library"
+arch=('i686' 'x86_64')
+url="http://library.gnome.org/devel/notification-spec/"
+license=('LGPL')
+depends=('gdk-pixbuf2')
+makedepends=('gtk3' 'gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('0ef61ca400d30e28217979bfa0e73a7406b19c32dd76150654ec5b2bdf47d837')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure --prefix=/usr --disable-static
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+}

Copied: libnotify/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194560, libnotify/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2013-09-18 14:09:56 UTC (rev 194561)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libnotify
+pkgver=0.7.6
+pkgrel=1
+pkgdesc="Desktop notification library"
+arch=('i686' 'x86_64')
+url="http://library.gnome.org/devel/notification-spec/"
+license=('LGPL')
+depends=('gdk-pixbuf2')
+makedepends=('gtk3' 'gobject-introspection')
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('0ef61ca400d30e28217979bfa0e73a7406b19c32dd76150654ec5b2bdf47d837')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure --prefix=/usr --disable-static
+    make
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list