xfce4-embed-plugin: updated to 1.0.0
This commit is contained in:
parent
93a4c2533a
commit
03a7992a7c
@ -1,9 +1,12 @@
|
||||
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-embed-plugin
|
||||
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/libembed.la
|
||||
-rwxr-xr-x root/root usr/lib/xfce4/panel/plugins/libembed.so
|
||||
drwxr-xr-x root/root usr/share/
|
||||
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/embed.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/embed.desktop
|
||||
|
@ -1 +1 @@
|
||||
0637709ae25c31539ce915b00b9a0ff9 xfce4-embed-plugin-0.8.0.tar.bz2
|
||||
c5b86cbc1c54ee7c1d2e95a4502fed8e xfce4-embed-plugin-1.0.0.tar.bz2
|
||||
|
@ -6,7 +6,7 @@
|
||||
# Group: xfce4
|
||||
|
||||
name=xfce4-embed-plugin
|
||||
version=0.8.0
|
||||
version=1.0.0
|
||||
release=1
|
||||
source=(http://archive.xfce.org/src/panel-plugins/$name/${version%.*}/$name-$version.tar.bz2)
|
||||
|
||||
@ -21,6 +21,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 {} \;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user