[arch-commits] Commit in xfce4-notifyd/repos (6 files)

Evangelos Foutras foutrelis at archlinux.org
Sun Mar 1 11:23:21 UTC 2015


    Date: Sunday, March 1, 2015 @ 12:23:21
  Author: foutrelis
Revision: 232271

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  xfce4-notifyd/repos/staging-i686/
  xfce4-notifyd/repos/staging-i686/PKGBUILD
    (from rev 232270, xfce4-notifyd/trunk/PKGBUILD)
  xfce4-notifyd/repos/staging-i686/xfce4-notifyd.install
    (from rev 232270, xfce4-notifyd/trunk/xfce4-notifyd.install)
  xfce4-notifyd/repos/staging-x86_64/
  xfce4-notifyd/repos/staging-x86_64/PKGBUILD
    (from rev 232270, xfce4-notifyd/trunk/PKGBUILD)
  xfce4-notifyd/repos/staging-x86_64/xfce4-notifyd.install
    (from rev 232270, xfce4-notifyd/trunk/xfce4-notifyd.install)

--------------------------------------+
 staging-i686/PKGBUILD                |   38 +++++++++++++++++++++++++++++++++
 staging-i686/xfce4-notifyd.install   |   14 ++++++++++++
 staging-x86_64/PKGBUILD              |   38 +++++++++++++++++++++++++++++++++
 staging-x86_64/xfce4-notifyd.install |   14 ++++++++++++
 4 files changed, 104 insertions(+)

Copied: xfce4-notifyd/repos/staging-i686/PKGBUILD (from rev 232270, xfce4-notifyd/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-03-01 11:23:21 UTC (rev 232271)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: tobias <tobias funnychar archlinux.org>
+
+pkgname=xfce4-notifyd
+pkgver=0.2.4
+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' 'libnotify' 'hicolor-icon-theme')
+makedepends=('intltool')
+provides=('notification-daemon')
+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:

Copied: xfce4-notifyd/repos/staging-i686/xfce4-notifyd.install (from rev 232270, xfce4-notifyd/trunk/xfce4-notifyd.install)
===================================================================
--- staging-i686/xfce4-notifyd.install	                        (rev 0)
+++ staging-i686/xfce4-notifyd.install	2015-03-01 11:23:21 UTC (rev 232271)
@@ -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:

Copied: xfce4-notifyd/repos/staging-x86_64/PKGBUILD (from rev 232270, xfce4-notifyd/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-03-01 11:23:21 UTC (rev 232271)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: tobias <tobias funnychar archlinux.org>
+
+pkgname=xfce4-notifyd
+pkgver=0.2.4
+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' 'libnotify' 'hicolor-icon-theme')
+makedepends=('intltool')
+provides=('notification-daemon')
+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:

Copied: xfce4-notifyd/repos/staging-x86_64/xfce4-notifyd.install (from rev 232270, xfce4-notifyd/trunk/xfce4-notifyd.install)
===================================================================
--- staging-x86_64/xfce4-notifyd.install	                        (rev 0)
+++ staging-x86_64/xfce4-notifyd.install	2015-03-01 11:23:21 UTC (rev 232271)
@@ -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