[arch-commits] Commit in xfce4-notifyd/repos (5 files)
Evangelos Foutras
foutrelis at archlinux.org
Mon Apr 30 04:20:49 UTC 2012
Date: Monday, April 30, 2012 @ 00:20:48
Author: foutrelis
Revision: 157872
db-move: moved xfce4-notifyd from [testing] to [extra] (i686)
Added:
xfce4-notifyd/repos/extra-i686/PKGBUILD
(from rev 157813, xfce4-notifyd/repos/testing-i686/PKGBUILD)
xfce4-notifyd/repos/extra-i686/xfce4-notifyd.install
(from rev 157813, xfce4-notifyd/repos/testing-i686/xfce4-notifyd.install)
Deleted:
xfce4-notifyd/repos/extra-i686/PKGBUILD
xfce4-notifyd/repos/extra-i686/xfce4-notifyd.install
xfce4-notifyd/repos/testing-i686/
-----------------------+
PKGBUILD | 77 ++++++++++++++++++++++++------------------------
xfce4-notifyd.install | 28 ++++++++---------
2 files changed, 53 insertions(+), 52 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2012-04-30 04:20:45 UTC (rev 157871)
+++ extra-i686/PKGBUILD 2012-04-30 04:20:48 UTC (rev 157872)
@@ -1,38 +0,0 @@
-# $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:
Copied: xfce4-notifyd/repos/extra-i686/PKGBUILD (from rev 157813, xfce4-notifyd/repos/testing-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-04-30 04:20:48 UTC (rev 157872)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: tobias <tobias funnychar archlinux.org>
+
+pkgname=xfce4-notifyd
+pkgver=0.2.2
+pkgrel=3
+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)
+sha256sums=('b66e68dfc2164bcf479acd3c7e8b6f83065d23aef988535e2db3506d06a39168')
+
+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 2012-04-30 04:20:45 UTC (rev 157871)
+++ extra-i686/xfce4-notifyd.install 2012-04-30 04:20:48 UTC (rev 157872)
@@ -1,14 +0,0 @@
-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:
Copied: xfce4-notifyd/repos/extra-i686/xfce4-notifyd.install (from rev 157813, xfce4-notifyd/repos/testing-i686/xfce4-notifyd.install)
===================================================================
--- extra-i686/xfce4-notifyd.install (rev 0)
+++ extra-i686/xfce4-notifyd.install 2012-04-30 04:20:48 UTC (rev 157872)
@@ -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