mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
desktop/wally: Updated for version 2.4.3 (+new maintainer)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
ca0b94c9ed
commit
094eb416dd
5 changed files with 14 additions and 23 deletions
|
@ -1,5 +1,7 @@
|
|||
Wally is a Qt4 wallpaper changer, using multiple sources like files, folders,
|
||||
FTP remote folders, Flickr, Yahoo!, Panoramio, Pikeo, Ipernity, Photobucket,
|
||||
Buzznet, Picasa, Smugmug and Bing images. Now it's available in many languages!!
|
||||
Wally is a Qt4 wallpaper changer, using multiple sources like files,
|
||||
folders, FTP remote folders, Flickr, Yahoo!, Panoramio, Pikeo, Ipernity,
|
||||
Photobucket, Buzznet, Picasa, Smugmug and Bing images. Now it's available
|
||||
in many languages!!
|
||||
|
||||
Note: For xfce users, read README.XFCE4 (in source tarball) to activate wally.
|
||||
Note: For xfce users, read README.XFCE4 (in source tarball) to activate
|
||||
wally.
|
||||
|
|
|
@ -3,4 +3,3 @@ if [ -e usr/share/icons/oxygen/icon-theme.cache ]; then
|
|||
/usr/bin/gtk-update-icon-cache usr/share/icons/oxygen >/dev/null 2>&1
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
diff -Naur wally-2.3.0.orig/wallyplugin/CMakeLists.txt wally-2.3.0/wallyplugin/CMakeLists.txt
|
||||
--- wally-2.3.0.orig/wallyplugin/CMakeLists.txt 2009-10-21 06:59:24.000000000 +0000
|
||||
+++ wally-2.3.0/wallyplugin/CMakeLists.txt 2009-11-14 07:17:20.000000000 +0000
|
||||
@@ -27,5 +27,3 @@
|
||||
install(FILES plasma-wallpaper-wallyplugin.desktop DESTINATION ${SERVICES_INSTALL_DIR})
|
||||
install(FILES wallyplugin.png DESTINATION ${ICON_INSTALL_DIR}/oxygen/16x16/apps)
|
||||
|
||||
-install(CODE "execute_process(COMMAND kbuildsycoca4 OUTPUT_QUIET ERROR_QUIET)")
|
||||
-install(CODE "execute_process(COMMAND kdialog --title \"WallyPlugin\" --msgbox \"WallyPlugin will be loaded next time KDE is started. Please select it in Appearance Settings.\")")
|
|
@ -3,9 +3,10 @@
|
|||
# Slackware build script for wally
|
||||
|
||||
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# Maintained by Bill Kirkpatrick <bkirkp@gmail.com>
|
||||
|
||||
PRGNAM=wally
|
||||
VERSION=${VERSION:-2.4.2}
|
||||
VERSION=${VERSION:-2.4.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -51,8 +52,6 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
|
||||
patch -p1 < $CWD/wally-2.3.0-disable_popup.patch
|
||||
|
||||
cd build
|
||||
cmake -G "Unix Makefiles" \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="wally"
|
||||
VERSION="2.4.2"
|
||||
VERSION="2.4.3"
|
||||
HOMEPAGE="http://www.becrux.com/index.php?page=projects&name=wally"
|
||||
DOWNLOAD="http://www.becrux.com/pages/projects/wally/wally-2.4.2.tar.gz"
|
||||
MD5SUM="2e1268542416f004f6e813d0220c3098"
|
||||
DOWNLOAD="http://www.becrux.com/pages/projects/wally/wally-2.4.3.tar.gz"
|
||||
MD5SUM="a2ba943ef3af85b13cd01c34051b60c6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Larry Hajali"
|
||||
EMAIL="larryhaja[at]gmail[dot]com"
|
||||
APPROVED="rworkman,Niels Horn"
|
||||
MAINTAINER="Bill Kirkpatrick"
|
||||
EMAIL="bkirkp@gmail.com"
|
||||
APPROVED="Niels Horn"
|
||||
|
|
Loading…
Reference in a new issue