[arch-commits] Commit in libnotify/repos (4 files)
Jan Steffens
heftig at archlinux.org
Fri Oct 14 04:42:06 UTC 2016
Date: Friday, October 14, 2016 @ 04:42:06
Author: heftig
Revision: 278811
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
libnotify/repos/extra-i686/PKGBUILD
(from rev 278810, libnotify/trunk/PKGBUILD)
libnotify/repos/extra-x86_64/PKGBUILD
(from rev 278810, libnotify/trunk/PKGBUILD)
Deleted:
libnotify/repos/extra-i686/PKGBUILD
libnotify/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 72 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 31 --------------------
extra-x86_64/PKGBUILD | 31 --------------------
3 files changed, 72 insertions(+), 62 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2016-10-14 04:41:31 UTC (rev 278810)
+++ extra-i686/PKGBUILD 2016-10-14 04:42:06 UTC (rev 278811)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libnotify
-pkgver=0.7.6
-pkgrel=2
-pkgdesc="Library for sending desktop notifications"
-arch=(i686 x86_64)
-url="https://developer.gnome.org/notification-spec/"
-license=(LGPL)
-depends=(gdk-pixbuf2)
-makedepends=(gtk3 gobject-introspection git gnome-common)
-_commit=2f2c5649ef210b1dffeb46cddf062d20e1518ccf
-source=("git://git.gnome.org/libnotify#commit=$_commit")
-sha256sums=('SKIP')
-
-prepare() {
- cd $pkgname
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- cd $pkgname
- ./configure --prefix=/usr --disable-static --enable-gtk-doc
- make
-}
-
-package() {
- cd $pkgname
- make DESTDIR="$pkgdir" install
-}
Copied: libnotify/repos/extra-i686/PKGBUILD (from rev 278810, libnotify/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-14 04:42:06 UTC (rev 278811)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libnotify
+pkgver=0.7.7
+pkgrel=1
+pkgdesc="Library for sending desktop notifications"
+arch=(i686 x86_64)
+url="https://developer.gnome.org/notification-spec/"
+license=(LGPL)
+depends=(gdk-pixbuf2)
+makedepends=(gtk3 gobject-introspection git gnome-common)
+_commit=c954cabaad9e224c0c6129032d824012d332c11b # tags/0.7.7^0
+source=("git://git.gnome.org/libnotify#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./configure --prefix=/usr --disable-static --enable-gtk-doc
+ make
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2016-10-14 04:41:31 UTC (rev 278810)
+++ extra-x86_64/PKGBUILD 2016-10-14 04:42:06 UTC (rev 278811)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libnotify
-pkgver=0.7.6
-pkgrel=2
-pkgdesc="Library for sending desktop notifications"
-arch=(i686 x86_64)
-url="https://developer.gnome.org/notification-spec/"
-license=(LGPL)
-depends=(gdk-pixbuf2)
-makedepends=(gtk3 gobject-introspection git gnome-common)
-_commit=2f2c5649ef210b1dffeb46cddf062d20e1518ccf
-source=("git://git.gnome.org/libnotify#commit=$_commit")
-sha256sums=('SKIP')
-
-prepare() {
- cd $pkgname
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- cd $pkgname
- ./configure --prefix=/usr --disable-static --enable-gtk-doc
- make
-}
-
-package() {
- cd $pkgname
- make DESTDIR="$pkgdir" install
-}
Copied: libnotify/repos/extra-x86_64/PKGBUILD (from rev 278810, libnotify/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2016-10-14 04:42:06 UTC (rev 278811)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libnotify
+pkgver=0.7.7
+pkgrel=1
+pkgdesc="Library for sending desktop notifications"
+arch=(i686 x86_64)
+url="https://developer.gnome.org/notification-spec/"
+license=(LGPL)
+depends=(gdk-pixbuf2)
+makedepends=(gtk3 gobject-introspection git gnome-common)
+_commit=c954cabaad9e224c0c6129032d824012d332c11b # tags/0.7.7^0
+source=("git://git.gnome.org/libnotify#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./configure --prefix=/usr --disable-static --enable-gtk-doc
+ make
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list