summaryrefslogtreecommitdiffstats
path: root/main/xfce4-notifyd
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-12-01 20:45:38 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-12-01 20:45:38 +0000
commit1b46f937dfbb5bd968020e0f9a03a53b4e1e47a1 (patch)
tree3db522bc84ed543f14d7b3978f2564768d307d9c /main/xfce4-notifyd
parent9e6211ab6997d84c2059ed34f280fe375c129b95 (diff)
downloadaports-1b46f937dfbb5bd968020e0f9a03a53b4e1e47a1.tar.bz2
aports-1b46f937dfbb5bd968020e0f9a03a53b4e1e47a1.tar.xz
main/xfce4-notifyd: upgrade to 0.2.0
Diffstat (limited to 'main/xfce4-notifyd')
-rw-r--r--main/xfce4-notifyd/APKBUILD35
l---------main/xfce4-notifyd/xfce4-notifyd.post-deinstall1
-rw-r--r--main/xfce4-notifyd/xfce4-notifyd.post-install4
l---------main/xfce4-notifyd/xfce4-notifyd.post-upgrade1
4 files changed, 20 insertions, 21 deletions
diff --git a/main/xfce4-notifyd/APKBUILD b/main/xfce4-notifyd/APKBUILD
index e708fc3f5..244cbe5e3 100644
--- a/main/xfce4-notifyd/APKBUILD
+++ b/main/xfce4-notifyd/APKBUILD
@@ -1,25 +1,30 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xfce4-notifyd
-pkgver=0.1.0
-pkgrel=1
+pkgver=0.2.0
+pkgrel=0
pkgdesc="notification daemon for the xfce desktop"
url="http://spuriousinterrupt.org/projects/xfce4-notifyd"
license="GPL2"
depends="hicolor-icon-theme"
-makedepends="gtk+-dev libxfce4util libxfcegui4-dev libsexy-dev xfconf-dev
- dbus-glib-dev libglade-dev intltool"
-install="$pkgname.post-install $pkgname.post-upgrade $pkgname.post-deinstall"
-source="http://spuriousinterrupt.org/files/$pkgname/$pkgname-$pkgver.tar.bz2
- $install"
+makedepends="gtk+-dev libxfce4util libxfce4ui-dev libsexy-dev xfconf-dev
+ dbus-glib-dev libglade-dev"
+install=
+source="http://archive.xfce.org/src/apps/xfce4-notifyd/${pkgver%.*}/xfce4-notifyd-$pkgver.tar.bz2"
-build ()
-{
- cd "$srcdir"/$pkgname-$pkgver
- ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 --localstatedir=/var --disable-static
+_builddir="$srcdir"/$pkgname-$pkgver
+build () {
+ cd "$_builddir"
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/xfce4 \
+ --localstatedir=/var \
+ --disable-static
make || return 1
+}
+
+package() {
+ cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
}
-md5sums="659ecaf37f0f7ee9e31f7b25f9813778 xfce4-notifyd-0.1.0.tar.bz2
-db51db79681eadc47be4932355a77c25 xfce4-notifyd.post-install
-db51db79681eadc47be4932355a77c25 xfce4-notifyd.post-upgrade
-db51db79681eadc47be4932355a77c25 xfce4-notifyd.post-deinstall"
+
+md5sums="4b614f738e87a7b84c2de0bddf6721b8 xfce4-notifyd-0.2.0.tar.bz2"
diff --git a/main/xfce4-notifyd/xfce4-notifyd.post-deinstall b/main/xfce4-notifyd/xfce4-notifyd.post-deinstall
deleted file mode 120000
index 2aa65d32e..000000000
--- a/main/xfce4-notifyd/xfce4-notifyd.post-deinstall
+++ /dev/null
@@ -1 +0,0 @@
-xfce4-notifyd.post-install \ No newline at end of file
diff --git a/main/xfce4-notifyd/xfce4-notifyd.post-install b/main/xfce4-notifyd/xfce4-notifyd.post-install
deleted file mode 100644
index c523d78da..000000000
--- a/main/xfce4-notifyd/xfce4-notifyd.post-install
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-
diff --git a/main/xfce4-notifyd/xfce4-notifyd.post-upgrade b/main/xfce4-notifyd/xfce4-notifyd.post-upgrade
deleted file mode 120000
index 2aa65d32e..000000000
--- a/main/xfce4-notifyd/xfce4-notifyd.post-upgrade
+++ /dev/null
@@ -1 +0,0 @@
-xfce4-notifyd.post-install \ No newline at end of file