[Lunar-commits] <moonbase> ristretto: ver 0.0.93
Paul Bredbury
brebs at lunar-linux.org
Sat Mar 5 18:34:13 CET 2011
commit b75cc0853f83e2ac77688f68ad8a2fd6261dd408
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Sun Mar 6 00:34:13 2011 +0700
ristretto: ver 0.0.93
---
xfce4/apps/ristretto/BUILD | 13 ++++++-------
xfce4/apps/ristretto/DETAILS | 11 ++++++-----
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/xfce4/apps/ristretto/BUILD b/xfce4/apps/ristretto/BUILD
index f93fde7..fe4c4e5 100644
--- a/xfce4/apps/ristretto/BUILD
+++ b/xfce4/apps/ristretto/BUILD
@@ -1,13 +1,12 @@
(
- [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc
+ if [ -f /etc/profile.d/xfce4.rc ] ; then
+ . /etc/profile.d/xfce4.rc
+ fi &&
- # make sure proper PKG_CONFIG_PATH is set
- export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" &&
+ # make sure proper PKG_CONFIG_PATH is set
+ export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" &&
-# ./autogen.sh --prefix=/usr &&
-default_cvs_build
-
-# default_build
+ default_build
) > $C_FIFO 2>&1
diff --git a/xfce4/apps/ristretto/DETAILS b/xfce4/apps/ristretto/DETAILS
index dfb2761..992e3d6 100644
--- a/xfce4/apps/ristretto/DETAILS
+++ b/xfce4/apps/ristretto/DETAILS
@@ -1,15 +1,16 @@
MODULE=ristretto
- VERSION=0.0.91
+ MAJOR=0.0
+ VERSION=$MAJOR.93
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=http://archive.xfce.org/src/apps/$MODULE/0.0
- SOURCE_VFY=sha1:753723d0a2a844980cab0ba3d226ede6b2ceab91
+ SOURCE_URL=http://archive.xfce.org/src/apps/$MODULE/$MAJOR
+ SOURCE_VFY=sha1:c71acaad169633faffe26609f9cc671b04ff52d3
MODULE_PREFIX=${XFCE4_PREFIX:-/usr}
WEB_SITE=http://goodies.xfce.org/projects/applications/ristretto
ENTERED=20070826
- UPDATED=20101018
+ UPDATED=20110305
SHORT="fast and lightweight picture-viewer"
cat << EOF
-Ristretto is a fast and lightweight picture-viewer for the Xfce desktop
+Ristretto is a fast and lightweight picture-viewer for the Xfce desktop
environment.
EOF
More information about the Lunar-commits
mailing list