[arch-commits] Commit in xfce4-notifyd/repos (4 files)
Evangelos Foutras
foutrelis at archlinux.org
Mon Oct 3 05:09:09 UTC 2016
Date: Monday, October 3, 2016 @ 05:09:08
Author: foutrelis
Revision: 277564
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
xfce4-notifyd/repos/extra-i686/PKGBUILD
(from rev 277563, xfce4-notifyd/trunk/PKGBUILD)
xfce4-notifyd/repos/extra-x86_64/PKGBUILD
(from rev 277563, xfce4-notifyd/trunk/PKGBUILD)
Deleted:
xfce4-notifyd/repos/extra-i686/PKGBUILD
xfce4-notifyd/repos/extra-x86_64/PKGBUILD
-----------------------+
/PKGBUILD | 68 ++++++++++++++++++++++++++++++++++++++++++++++++
extra-i686/PKGBUILD | 34 ------------------------
extra-x86_64/PKGBUILD | 34 ------------------------
3 files changed, 68 insertions(+), 68 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2016-10-03 05:07:58 UTC (rev 277563)
+++ extra-i686/PKGBUILD 2016-10-03 05:09:08 UTC (rev 277564)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: tobias <tobias funnychar archlinux.org>
-
-pkgname=xfce4-notifyd
-pkgver=0.3.2
-pkgrel=1
-pkgdesc="Notification daemon for the Xfce desktop"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/applications/xfce4-notifyd"
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
-makedepends=('intltool' 'python')
-provides=('notification-daemon')
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('c554db55d9d759c32115e9e5da029bd68b07628438ef2bac7ae4b458567c85a4')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure \
- --prefix=/usr \
- --disable-static \
- --disable-debug
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: xfce4-notifyd/repos/extra-i686/PKGBUILD (from rev 277563, xfce4-notifyd/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-10-03 05:09:08 UTC (rev 277564)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: tobias <tobias funnychar archlinux.org>
+
+pkgname=xfce4-notifyd
+pkgver=0.3.3
+pkgrel=1
+pkgdesc="Notification daemon for the Xfce desktop"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/applications/xfce4-notifyd"
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
+makedepends=('intltool' 'python')
+provides=('notification-daemon')
+source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('986c4cfeb64c21c6bfb2fe65839490ad0f501fdfc8ed10cc71815da5da110f73')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ ./configure \
+ --prefix=/usr \
+ --disable-static \
+ --disable-debug
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2016-10-03 05:07:58 UTC (rev 277563)
+++ extra-x86_64/PKGBUILD 2016-10-03 05:09:08 UTC (rev 277564)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: tobias <tobias funnychar archlinux.org>
-
-pkgname=xfce4-notifyd
-pkgver=0.3.2
-pkgrel=1
-pkgdesc="Notification daemon for the Xfce desktop"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/applications/xfce4-notifyd"
-license=('GPL2')
-groups=('xfce4-goodies')
-depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
-makedepends=('intltool' 'python')
-provides=('notification-daemon')
-source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('c554db55d9d759c32115e9e5da029bd68b07628438ef2bac7ae4b458567c85a4')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure \
- --prefix=/usr \
- --disable-static \
- --disable-debug
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: xfce4-notifyd/repos/extra-x86_64/PKGBUILD (from rev 277563, xfce4-notifyd/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2016-10-03 05:09:08 UTC (rev 277564)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: tobias <tobias funnychar archlinux.org>
+
+pkgname=xfce4-notifyd
+pkgver=0.3.3
+pkgrel=1
+pkgdesc="Notification daemon for the Xfce desktop"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/applications/xfce4-notifyd"
+license=('GPL2')
+groups=('xfce4-goodies')
+depends=('libxfce4ui' 'libnotify' 'hicolor-icon-theme')
+makedepends=('intltool' 'python')
+provides=('notification-daemon')
+source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('986c4cfeb64c21c6bfb2fe65839490ad0f501fdfc8ed10cc71815da5da110f73')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ ./configure \
+ --prefix=/usr \
+ --disable-static \
+ --disable-debug
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list