[arch-commits] Commit in xfce4-notifyd/repos (8 files)
Evangelos Foutras
foutrelis at archlinux.org
Sat Oct 29 18:34:47 UTC 2011
Date: Saturday, October 29, 2011 @ 14:34:46
Author: foutrelis
Revision: 141355
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
xfce4-notifyd/repos/extra-i686/PKGBUILD
(from rev 141354, xfce4-notifyd/trunk/PKGBUILD)
xfce4-notifyd/repos/extra-i686/xfce4-notifyd.install
(from rev 141354, xfce4-notifyd/trunk/xfce4-notifyd.install)
xfce4-notifyd/repos/extra-x86_64/PKGBUILD
(from rev 141354, xfce4-notifyd/trunk/PKGBUILD)
xfce4-notifyd/repos/extra-x86_64/xfce4-notifyd.install
(from rev 141354, xfce4-notifyd/trunk/xfce4-notifyd.install)
Deleted:
xfce4-notifyd/repos/extra-i686/PKGBUILD
xfce4-notifyd/repos/extra-i686/xfce4-notifyd.install
xfce4-notifyd/repos/extra-x86_64/PKGBUILD
xfce4-notifyd/repos/extra-x86_64/xfce4-notifyd.install
------------------------------------+
extra-i686/PKGBUILD | 75 +++++++++++++++++------------------
extra-i686/xfce4-notifyd.install | 26 ++++++------
extra-x86_64/PKGBUILD | 75 +++++++++++++++++------------------
extra-x86_64/xfce4-notifyd.install | 26 ++++++------
4 files changed, 104 insertions(+), 98 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2011-10-29 18:34:25 UTC (rev 141354)
+++ extra-i686/PKGBUILD 2011-10-29 18:34:46 UTC (rev 141355)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: tobias <tobias funnychar archlinux.org>
-
-pkgname=xfce4-notifyd
-pkgver=0.2.2
-pkgrel=1
-pkgdesc="notification daemon for the xfce desktop"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://goodies.xfce.org/projects/applications/xfce4-notifyd"
-groups=('xfce4-goodies')
-depends=('libxfce4ui' 'hicolor-icon-theme')
-makedepends=('intltool')
-provides=('notification-daemon')
-conflicts=('notification-daemon' 'notification-daemon-xfce')
-replaces=('notification-daemon-xfce')
-options=('!libtool')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/apps/${pkgname}/0.2/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('8687fb7a0f270231ada265e363b6ffcc')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib \
- --localstatedir=/var \
- --disable-static \
- --disable-debug
- make
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install
-}
Copied: xfce4-notifyd/repos/extra-i686/PKGBUILD (from rev 141354, xfce4-notifyd/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-10-29 18:34:46 UTC (rev 141355)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: tobias <tobias funnychar archlinux.org>
+
+pkgname=xfce4-notifyd
+pkgver=0.2.2
+pkgrel=2
+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' 'hicolor-icon-theme')
+makedepends=('intltool')
+provides=('notification-daemon')
+options=('!libtool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/apps/$pkgname/0.2/$pkgname-$pkgver.tar.bz2)
+sha1sums=('31888132d949cc7b47d12889b8aaf5dabc546d8b')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib \
+ --localstatedir=/var \
+ --disable-static \
+ --disable-debug
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: extra-i686/xfce4-notifyd.install
===================================================================
--- extra-i686/xfce4-notifyd.install 2011-10-29 18:34:25 UTC (rev 141354)
+++ extra-i686/xfce4-notifyd.install 2011-10-29 18:34:46 UTC (rev 141355)
@@ -1,12 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
Copied: xfce4-notifyd/repos/extra-i686/xfce4-notifyd.install (from rev 141354, xfce4-notifyd/trunk/xfce4-notifyd.install)
===================================================================
--- extra-i686/xfce4-notifyd.install (rev 0)
+++ extra-i686/xfce4-notifyd.install 2011-10-29 18:34:46 UTC (rev 141355)
@@ -0,0 +1,14 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+
+# vim:set ts=2 sw=2 et:
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2011-10-29 18:34:25 UTC (rev 141354)
+++ extra-x86_64/PKGBUILD 2011-10-29 18:34:46 UTC (rev 141355)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-# Contributor: tobias <tobias funnychar archlinux.org>
-
-pkgname=xfce4-notifyd
-pkgver=0.2.2
-pkgrel=1
-pkgdesc="notification daemon for the xfce desktop"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://goodies.xfce.org/projects/applications/xfce4-notifyd"
-groups=('xfce4-goodies')
-depends=('libxfce4ui' 'hicolor-icon-theme')
-makedepends=('intltool')
-provides=('notification-daemon')
-conflicts=('notification-daemon' 'notification-daemon-xfce')
-replaces=('notification-daemon-xfce')
-options=('!libtool')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/apps/${pkgname}/0.2/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('8687fb7a0f270231ada265e363b6ffcc')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib \
- --localstatedir=/var \
- --disable-static \
- --disable-debug
- make
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install
-}
Copied: xfce4-notifyd/repos/extra-x86_64/PKGBUILD (from rev 141354, xfce4-notifyd/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2011-10-29 18:34:46 UTC (rev 141355)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: tobias <tobias funnychar archlinux.org>
+
+pkgname=xfce4-notifyd
+pkgver=0.2.2
+pkgrel=2
+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' 'hicolor-icon-theme')
+makedepends=('intltool')
+provides=('notification-daemon')
+options=('!libtool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/apps/$pkgname/0.2/$pkgname-$pkgver.tar.bz2)
+sha1sums=('31888132d949cc7b47d12889b8aaf5dabc546d8b')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib \
+ --localstatedir=/var \
+ --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/xfce4-notifyd.install
===================================================================
--- extra-x86_64/xfce4-notifyd.install 2011-10-29 18:34:25 UTC (rev 141354)
+++ extra-x86_64/xfce4-notifyd.install 2011-10-29 18:34:46 UTC (rev 141355)
@@ -1,12 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
Copied: xfce4-notifyd/repos/extra-x86_64/xfce4-notifyd.install (from rev 141354, xfce4-notifyd/trunk/xfce4-notifyd.install)
===================================================================
--- extra-x86_64/xfce4-notifyd.install (rev 0)
+++ extra-x86_64/xfce4-notifyd.install 2011-10-29 18:34:46 UTC (rev 141355)
@@ -0,0 +1,14 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list