xfce4-smartbookmark-plugin: Update to 0.4.6
Signed-off-by: Leo Unglaub <leo@leo-unglaub.net>
This commit is contained in:
parent
6de7b942d8
commit
81f0ee7e1e
@ -1 +1 @@
|
|||||||
820422dfc5c212689b2908e1ff09c548 xfce4-smartbookmark-plugin-0.4.5.tar.bz2
|
01b7735d4d9ab0150d4ddd3becb94d5f xfce4-smartbookmark-plugin-0.4.6.tar.bz2
|
||||||
|
@ -6,20 +6,31 @@
|
|||||||
# Group: xfce4
|
# Group: xfce4
|
||||||
|
|
||||||
name=xfce4-smartbookmark-plugin
|
name=xfce4-smartbookmark-plugin
|
||||||
version=0.4.5
|
version=0.4.6
|
||||||
release=1
|
release=1
|
||||||
source=(http://archive.xfce.org/src/panel-plugins/$name/${version%.*}/$name-$version.tar.bz2)
|
source=(http://archive.xfce.org/src/panel-plugins/$name/${version%.*}/$name-$version.tar.bz2)
|
||||||
|
|
||||||
build() {
|
build ()
|
||||||
cd $name-$version
|
{
|
||||||
|
# go into the source directory
|
||||||
|
cd $SRC/$name-$version
|
||||||
|
|
||||||
./configure --prefix=/usr \
|
|
||||||
|
# configure the plugin
|
||||||
|
./configure \
|
||||||
|
--prefix=/usr \
|
||||||
--libexecdir=/usr/lib \
|
--libexecdir=/usr/lib \
|
||||||
--disable-debug
|
--disable-debug \
|
||||||
|
--disable-nls \
|
||||||
|
--disable-dependency-tracking
|
||||||
|
|
||||||
|
|
||||||
|
# make the plugin
|
||||||
make
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
|
|
||||||
|
|
||||||
|
# cleanup
|
||||||
rm -rf $PKG/usr/share/locale
|
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 {} \;
|
-exec sed -r '/\[.+\]=/d' -i {} \;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user