summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xfce4-timer-plugin/.footprint10
-rw-r--r--xfce4-timer-plugin/.md5sum2
-rw-r--r--xfce4-timer-plugin/Pkgfile5
3 files changed, 10 insertions, 7 deletions
diff --git a/xfce4-timer-plugin/.footprint b/xfce4-timer-plugin/.footprint
index 059eec2..9b30f90 100644
--- a/xfce4-timer-plugin/.footprint
+++ b/xfce4-timer-plugin/.footprint
@@ -1,8 +1,9 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/xfce4/
-drwxr-xr-x root/root usr/lib/xfce4/panel-plugins/
--rwxr-xr-x root/root usr/lib/xfce4/panel-plugins/xfce4-timer
+drwxr-xr-x root/root usr/lib/xfce4/panel/
+drwxr-xr-x root/root usr/lib/xfce4/panel/plugins/
+-rwxr-xr-x root/root usr/lib/xfce4/panel/plugins/xfce4-timer
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/icons/
drwxr-xr-x root/root usr/share/icons/hicolor/
@@ -10,5 +11,6 @@ drwxr-xr-x root/root usr/share/icons/hicolor/48x48/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/xfce4-timer.png
drwxr-xr-x root/root usr/share/xfce4/
-drwxr-xr-x root/root usr/share/xfce4/panel-plugins/
--rw-r--r-- root/root usr/share/xfce4/panel-plugins/xfce4-timer.desktop
+drwxr-xr-x root/root usr/share/xfce4/panel/
+drwxr-xr-x root/root usr/share/xfce4/panel/plugins/
+-rw-r--r-- root/root usr/share/xfce4/panel/plugins/xfce4-timer.desktop
diff --git a/xfce4-timer-plugin/.md5sum b/xfce4-timer-plugin/.md5sum
index 08df079..6caebce 100644
--- a/xfce4-timer-plugin/.md5sum
+++ b/xfce4-timer-plugin/.md5sum
@@ -1 +1 @@
-c2f9e113dcda742cd1559129b79f609b xfce4-timer-plugin-0.6.4.tar.bz2
+bb10a5c0c4025161e647ef80454058ef xfce4-timer-plugin-1.0.0.tar.bz2
diff --git a/xfce4-timer-plugin/Pkgfile b/xfce4-timer-plugin/Pkgfile
index f4b7e2e..24ed8b4 100644
--- a/xfce4-timer-plugin/Pkgfile
+++ b/xfce4-timer-plugin/Pkgfile
@@ -6,12 +6,13 @@
# Group: xfce4
name=xfce4-timer-plugin
-version=0.6.4
+version=1.0.0
release=1
source=(http://archive.xfce.org/src/panel-plugins/$name/${version%.*}/$name-$version.tar.bz2)
build() {
cd $name-$version
+ sed -i src/*.{in,am,c} -e 's|panel-plugins|panel/plugins|g'
./configure --prefix=/usr \
--libexecdir=/usr/lib \
@@ -21,6 +22,6 @@ build() {
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
- find $PKG/usr/share/xfce4/panel-plugins -type f -name '*.desktop' \
+ find $PKG/usr/share/xfce4/panel/plugins -type f -name '*.desktop' \
-exec sed -r '/\[.+\]=/d' -i {} \;
}

Generated by cgit