mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
desktop/wally: Updated for version 2.4.2.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
a36bef798f
commit
8c1e37c0f0
5 changed files with 8 additions and 36 deletions
|
@ -1,7 +1,3 @@
|
|||
if [ -x /usr/bin/update-desktop-database ]; then
|
||||
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
||||
fi
|
||||
|
||||
if [ -e usr/share/icons/oxygen/icon-theme.cache ]; then
|
||||
if [ -x /usr/bin/gtk-update-icon-cache ]; then
|
||||
/usr/bin/gtk-update-icon-cache usr/share/icons/oxygen >/dev/null 2>&1
|
||||
|
|
|
@ -7,12 +7,12 @@
|
|||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
wally: wally (wallpaper changer)
|
||||
wally:
|
||||
wally:
|
||||
wally: Wally is a Qt4 wallpaper changer, using multiple sources like files,
|
||||
wally: folders, FTP remote folders, Flickr, Yahoo!, Panoramio, Pikeo,
|
||||
wally: Ipernity, Photobucket, Buzznet, Picasa, Smugmug and Bing images. Now
|
||||
wally: it's available in many languages!!
|
||||
wally:
|
||||
wally:
|
||||
wally: Homepage: http://www.becrux.com/index.php?page=projects&name=wally
|
||||
wally:
|
||||
wally:
|
||||
|
|
|
@ -1,23 +0,0 @@
|
|||
Index: wally-2.3.2/src/main.cpp
|
||||
===================================================================
|
||||
--- wally-2.3.2.orig/src/main.cpp
|
||||
+++ wally-2.3.2/src/main.cpp
|
||||
@@ -17,18 +17,6 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
-#if (!defined(QT_SHARED)) && (!defined(QT_DLL))
|
||||
- #include <QtPlugin>
|
||||
-
|
||||
- Q_IMPORT_PLUGIN(qgif)
|
||||
- Q_IMPORT_PLUGIN(qico)
|
||||
- Q_IMPORT_PLUGIN(qjpeg)
|
||||
- Q_IMPORT_PLUGIN(qmng)
|
||||
- Q_IMPORT_PLUGIN(qsvg)
|
||||
- Q_IMPORT_PLUGIN(qtiff)
|
||||
- Q_IMPORT_PLUGIN(qsqlite)
|
||||
-#endif
|
||||
-
|
||||
#include <QTimer>
|
||||
#include <QMessageBox>
|
||||
|
|
@ -5,8 +5,8 @@
|
|||
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
|
||||
PRGNAM=wally
|
||||
VERSION=${VERSION:-2.3.2}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-2.4.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -52,7 +52,6 @@ find . \
|
|||
-exec chmod 644 {} \;
|
||||
|
||||
patch -p1 < $CWD/wally-2.3.0-disable_popup.patch
|
||||
patch -p1 < $CWD/wally-2.3.2-disable-plugins.patch
|
||||
|
||||
cd build
|
||||
cmake -G "Unix Makefiles" \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="wally"
|
||||
VERSION="2.3.2"
|
||||
VERSION="2.4.2"
|
||||
HOMEPAGE="http://www.becrux.com/index.php?page=projects&name=wally"
|
||||
DOWNLOAD="http://www.becrux.com/pages/projects/wally/wally-2.3.2.tar.gz"
|
||||
MD5SUM="78b3381b44e2669327e88a6718ddaa23"
|
||||
DOWNLOAD="http://www.becrux.com/pages/projects/wally/wally-2.4.2.tar.gz"
|
||||
MD5SUM="2e1268542416f004f6e813d0220c3098"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Larry Hajali"
|
||||
EMAIL="larryhaja[at]gmail[dot]com"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="rworkman,Niels Horn"
|
||||
|
|
Loading…
Reference in a new issue