[arch-commits] Commit in (9 files)

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Feb 3 08:40:26 UTC 2009


    Date: Tuesday, February 3, 2009 @ 03:40:26
  Author: andyrtr
Revision: 26156

add new xfce4-playercontrol as replacement for xfce4-xmms-plugin and xfce4-notifyd for xfce4-nofification-daemon

Added:
  xfce4-notifyd/
  xfce4-notifyd/repos/
  xfce4-notifyd/trunk/
  xfce4-notifyd/trunk/PKGBUILD
  xfce4-notifyd/trunk/xfce4-notifyd.install
  xfce4-playercontrol-plugin/
  xfce4-playercontrol-plugin/repos/
  xfce4-playercontrol-plugin/trunk/
  xfce4-playercontrol-plugin/trunk/PKGBUILD

-------------------------------------------+
 xfce4-notifyd/trunk/PKGBUILD              |   27 +++++++++++++++++++++++++++
 xfce4-notifyd/trunk/xfce4-notifyd.install |   16 ++++++++++++++++
 xfce4-playercontrol-plugin/trunk/PKGBUILD |   27 +++++++++++++++++++++++++++
 3 files changed, 70 insertions(+)

Added: xfce4-notifyd/trunk/PKGBUILD
===================================================================
--- xfce4-notifyd/trunk/PKGBUILD	                        (rev 0)
+++ xfce4-notifyd/trunk/PKGBUILD	2009-02-03 08:40:26 UTC (rev 26156)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Tobias Kieslich
+
+pkgname=xfce4-notifyd
+pkgver=0.1.0
+pkgrel=1
+pkgdesc="notification daemon for the xfce desktop"
+arch=(i686 x86_64)
+license=('GPL2')
+url="http://spuriousinterrupt.org/projects/xfce4-notifyd"
+groups=('xfce4-goodies')
+depends=('libxfcegui4' 'libsexy')
+makedepends=('pkgconfig')
+provides=('notification-daemon')
+conflicts=('notification-daemon' 'notification-daemon-xfce')
+obsoletes=('notification-daemon-xfce')
+options=('!libtool')
+install=${pkgname}.install
+source=(http://spuriousinterrupt.org/files/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+
+build() {
+  cd ${startdir}/src/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
+     --localstatedir=/var --disable-static
+  make || return 1
+  make DESTDIR=${startdir}/pkg install
+}


Property changes on: xfce4-notifyd/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id

Added: xfce4-notifyd/trunk/xfce4-notifyd.install
===================================================================
--- xfce4-notifyd/trunk/xfce4-notifyd.install	                        (rev 0)
+++ xfce4-notifyd/trunk/xfce4-notifyd.install	2009-02-03 08:40:26 UTC (rev 26156)
@@ -0,0 +1,16 @@
+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
+}
+
+op=$1
+shift
+
+$op $*

Added: xfce4-playercontrol-plugin/trunk/PKGBUILD
===================================================================
--- xfce4-playercontrol-plugin/trunk/PKGBUILD	                        (rev 0)
+++ xfce4-playercontrol-plugin/trunk/PKGBUILD	2009-02-03 08:40:26 UTC (rev 26156)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: tobias <tobias funnychar archlinux.org>
+
+pkgname=xfce4-playercontrol-plugin
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="An XMMS control plugin for the Xfce panel"
+arch=(i686 x86_64)
+license=('custom')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-xmms-plugin"
+groups=('xfce4-goodies')
+depends=('xfce4-panel>=4.5.99.1')
+makedepends=('pkgconfig')
+conflicts=('xfce4-xmms-plugin')
+replaces=('xfce4-xmms-plugin')
+options=('!libtool')
+source=(http://www.bilimfeneri.gen.tr/ilgar/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('307c896467e204706cf04942151f2fcc')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
+    --localstatedir=/var --disable-static
+  make || return 1
+  make DESTDIR=${pkgdir}/ install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}


Property changes on: xfce4-playercontrol-plugin/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list