summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose V Beneyto <sepen@crux.nu>2012-05-14 11:27:48 +0200
committerJose V Beneyto <sepen@crux.nu>2012-05-14 11:27:48 +0200
commitb81730c7773754e2f9fe69fbbd115eb18960ef7a (patch)
treea721715eb8edaa79f274dbcfbf6db6af98982c50
parent8fe502076d37c91e1ca822e05169ddd5f28919f8 (diff)
downloadxfce-b81730c7773754e2f9fe69fbbd115eb18960ef7a.tar.gz
xfce-b81730c7773754e2f9fe69fbbd115eb18960ef7a.tar.xz
xfce4-sensors-plugin: updated to 1.2.4
-rw-r--r--xfce4-sensors-plugin/.footprint16
-rw-r--r--xfce4-sensors-plugin/.md5sum2
-rw-r--r--xfce4-sensors-plugin/Pkgfile6
3 files changed, 15 insertions, 9 deletions
diff --git a/xfce4-sensors-plugin/.footprint b/xfce4-sensors-plugin/.footprint
index 7887647..5c26699 100644
--- a/xfce4-sensors-plugin/.footprint
+++ b/xfce4-sensors-plugin/.footprint
@@ -7,11 +7,12 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
drwxr-xr-x root/root usr/lib/xfce4/
drwxr-xr-x root/root usr/lib/xfce4/modules/
-rwxr-xr-x root/root usr/lib/xfce4/modules/libxfce4sensors.la
-lrwxrwxrwx root/root usr/lib/xfce4/modules/libxfce4sensors.so -> libxfce4sensors.so.1.2.2
-lrwxrwxrwx root/root usr/lib/xfce4/modules/libxfce4sensors.so.1 -> libxfce4sensors.so.1.2.2
--rwxr-xr-x root/root usr/lib/xfce4/modules/libxfce4sensors.so.1.2.2
-drwxr-xr-x root/root usr/lib/xfce4/panel-plugins/
--rwxr-xr-x root/root usr/lib/xfce4/panel-plugins/xfce4-sensors-plugin
+lrwxrwxrwx root/root usr/lib/xfce4/modules/libxfce4sensors.so -> libxfce4sensors.so.1.2.4
+lrwxrwxrwx root/root usr/lib/xfce4/modules/libxfce4sensors.so.1 -> libxfce4sensors.so.1.2.4
+-rwxr-xr-x root/root usr/lib/xfce4/modules/libxfce4sensors.so.1.2.4
+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-sensors-plugin
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/xfce4-sensors.desktop
@@ -33,5 +34,6 @@ drwxr-xr-x root/root usr/share/icons/hicolor/scalable/
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/xfce-sensors.svg
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-sensors-plugin.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-sensors-plugin.desktop
diff --git a/xfce4-sensors-plugin/.md5sum b/xfce4-sensors-plugin/.md5sum
index 5a522b4..045a7b6 100644
--- a/xfce4-sensors-plugin/.md5sum
+++ b/xfce4-sensors-plugin/.md5sum
@@ -1 +1 @@
-2edf376d140449ca42c4e4f591e626f8 xfce4-sensors-plugin-1.2.3.tar.bz2
+43a0a357798f6ff632039446c6607742 xfce4-sensors-plugin-1.2.4.tar.bz2
diff --git a/xfce4-sensors-plugin/Pkgfile b/xfce4-sensors-plugin/Pkgfile
index 24df8ee..a39b71f 100644
--- a/xfce4-sensors-plugin/Pkgfile
+++ b/xfce4-sensors-plugin/Pkgfile
@@ -6,12 +6,13 @@
# Group: xfce4
name=xfce4-sensors-plugin
-version=1.2.3
+version=1.2.4
release=1
source=(http://archive.xfce.org/src/panel-plugins/$name/${version%.*}/$name-$version.tar.bz2)
build() {
cd $name-$version
+ sed -i panel-plugin/* -e 's|panel-plugins|panel/plugins|g'
./configure --prefix=/usr \
--libexecdir=/usr/lib \
@@ -20,5 +21,8 @@ build() {
make
make DESTDIR=$PKG install
+
rm -rf $PKG/usr/share/locale
+ find $PKG/usr/share -type f -name '*.desktop' \
+ -exec sed -r '/\[.+\]=/d' -i {} \;
}

Generated by cgit