[Lunar-commits] r21595 - moonbase/trunk/x11-apps/jpilot
Terry Chan
tchan at lunar-linux.org
Wed Sep 27 06:32:17 UTC 2006
Author: tchan
Date: 2006-09-27 06:32:17 +0000 (Wed, 27 Sep 2006)
New Revision: 21595
Modified:
moonbase/trunk/x11-apps/jpilot/BUILD
moonbase/trunk/x11-apps/jpilot/DETAILS
Log:
Version bump to 0.99.9. Cleaned up the BUILD script as gtk+-2 is now the
default and the --enable-gtk2 option breaks the ./configure step now.
Tested against pilot-link-0.12.1 and gtk+-2.10.4.
Modified: moonbase/trunk/x11-apps/jpilot/BUILD
===================================================================
--- moonbase/trunk/x11-apps/jpilot/BUILD 2006-09-27 06:24:06 UTC (rev 21594)
+++ moonbase/trunk/x11-apps/jpilot/BUILD 2006-09-27 06:32:17 UTC (rev 21595)
@@ -1,21 +1,11 @@
(
- ./configure --prefix=/usr \
- --bindir=/usr/bin \
- --datadir=/usr/share \
- --sysconfdir=/etc \
- --libdir=/usr/lib \
- --enable-gtk2 \
- --infodir=/usr/share/info \
- --mandir=/usr/share/man &&
- make &&
- prepare_install &&
- make install &&
+ default_build &&
if ! [ -d "/usr/share/icons" ]; then
mkdir -p /usr/share/icons
fi &&
- cp $SOURCE_DIRECTORY/icons/*.xpm /usr/share/icons
+ cp -p $SOURCE_DIRECTORY/icons/*.xpm /usr/share/icons
) > $C_FIFO 2>&1
Modified: moonbase/trunk/x11-apps/jpilot/DETAILS
===================================================================
--- moonbase/trunk/x11-apps/jpilot/DETAILS 2006-09-27 06:24:06 UTC (rev 21594)
+++ moonbase/trunk/x11-apps/jpilot/DETAILS 2006-09-27 06:32:17 UTC (rev 21595)
@@ -1,16 +1,14 @@
MODULE=jpilot
- VERSION=0.99.8
+ VERSION=0.99.9
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=http://jpilot.org/
- SOURCE_VFY=5ad7c15f4583a15afb7acd96db2c4e8e58311b29
+ SOURCE_URL=http://jpilot.org/
+ SOURCE_VFY=sha1:19a76f8815188a1b7993fbff81624e852a3bbc5c
WEB_SITE=http://jpilot.org
ENTERED=20020218
- UPDATED=20060209
- MAINTAINER=csm at moongroup.com
- SHORT="jpilot is desktop organizer software for the palm pilot."
+ UPDATED=20060926
+ SHORT="Desktop organizer software for PalmOS devices."
cat << EOF
-J-Pilot is a desktop organizer application for the palm pilot that
-runs under Linux and Unix using X-Windows and GTK+. It is similar in
-functionality to the one that 3com distributes and has many features
-not found in the 3com desktop.
+J-Pilot is a desktop organizer application for PalmOS devices that runs under
+Linux and Unix using X-Windows and GTK+. It is similar in functionality to
+Palm Desktop and has many extra features.
EOF
More information about the Lunar-commits
mailing list