[arch-commits] Commit in xfce4-notifyd/repos (8 files)
Evangelos Foutras
foutrelis at nymeria.archlinux.org
Wed May 8 16:11:31 UTC 2013
Date: Wednesday, May 8, 2013 @ 18:11:31
Author: foutrelis
Revision: 184796
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
xfce4-notifyd/repos/extra-i686/PKGBUILD
(from rev 184795, xfce4-notifyd/trunk/PKGBUILD)
xfce4-notifyd/repos/extra-i686/xfce4-notifyd.install
(from rev 184795, xfce4-notifyd/trunk/xfce4-notifyd.install)
xfce4-notifyd/repos/extra-x86_64/PKGBUILD
(from rev 184795, xfce4-notifyd/trunk/PKGBUILD)
xfce4-notifyd/repos/extra-x86_64/xfce4-notifyd.install
(from rev 184795, 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
------------------------------------+
/PKGBUILD | 78 +++++++++++++++++++++++++++++++++++
/xfce4-notifyd.install | 28 ++++++++++++
extra-i686/PKGBUILD | 39 -----------------
extra-i686/xfce4-notifyd.install | 14 ------
extra-x86_64/PKGBUILD | 39 -----------------
extra-x86_64/xfce4-notifyd.install | 14 ------
6 files changed, 106 insertions(+), 106 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2013-05-08 16:11:18 UTC (rev 184795)
+++ extra-i686/PKGBUILD 2013-05-08 16:11:31 UTC (rev 184796)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: tobias <tobias funnychar archlinux.org>
-
-pkgname=xfce4-notifyd
-pkgver=0.2.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')
-provides=('notification-daemon')
-options=('!libtool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/apps/$pkgname/0.2/$pkgname-$pkgver.tar.bz2)
-sha256sums=('dd40f64c9db22b0b971e81e8e74a4ab6afe6d0bb819ab5d0badee89e13faa63b')
-
-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 184795, xfce4-notifyd/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-05-08 16:11:31 UTC (rev 184796)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: tobias <tobias funnychar archlinux.org>
+
+pkgname=xfce4-notifyd
+pkgver=0.2.4
+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')
+provides=('notification-daemon')
+options=('!libtool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/apps/$pkgname/0.2/$pkgname-$pkgver.tar.bz2)
+sha256sums=('8c7ed62f9496816d1391281f77d1b32216f9bf6fd22fbe4f6f3f4e07a6bbced0')
+
+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 2013-05-08 16:11:18 UTC (rev 184795)
+++ extra-i686/xfce4-notifyd.install 2013-05-08 16:11:31 UTC (rev 184796)
@@ -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 184795, xfce4-notifyd/trunk/xfce4-notifyd.install)
===================================================================
--- extra-i686/xfce4-notifyd.install (rev 0)
+++ extra-i686/xfce4-notifyd.install 2013-05-08 16:11:31 UTC (rev 184796)
@@ -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 2013-05-08 16:11:18 UTC (rev 184795)
+++ extra-x86_64/PKGBUILD 2013-05-08 16:11:31 UTC (rev 184796)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: tobias <tobias funnychar archlinux.org>
-
-pkgname=xfce4-notifyd
-pkgver=0.2.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')
-provides=('notification-daemon')
-options=('!libtool')
-install=$pkgname.install
-source=(http://archive.xfce.org/src/apps/$pkgname/0.2/$pkgname-$pkgver.tar.bz2)
-sha256sums=('dd40f64c9db22b0b971e81e8e74a4ab6afe6d0bb819ab5d0badee89e13faa63b')
-
-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-x86_64/PKGBUILD (from rev 184795, xfce4-notifyd/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2013-05-08 16:11:31 UTC (rev 184796)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: tobias <tobias funnychar archlinux.org>
+
+pkgname=xfce4-notifyd
+pkgver=0.2.4
+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')
+provides=('notification-daemon')
+options=('!libtool')
+install=$pkgname.install
+source=(http://archive.xfce.org/src/apps/$pkgname/0.2/$pkgname-$pkgver.tar.bz2)
+sha256sums=('8c7ed62f9496816d1391281f77d1b32216f9bf6fd22fbe4f6f3f4e07a6bbced0')
+
+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 2013-05-08 16:11:18 UTC (rev 184795)
+++ extra-x86_64/xfce4-notifyd.install 2013-05-08 16:11:31 UTC (rev 184796)
@@ -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-x86_64/xfce4-notifyd.install (from rev 184795, xfce4-notifyd/trunk/xfce4-notifyd.install)
===================================================================
--- extra-x86_64/xfce4-notifyd.install (rev 0)
+++ extra-x86_64/xfce4-notifyd.install 2013-05-08 16:11:31 UTC (rev 184796)
@@ -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