Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (18a026cec3fa82424d3860a52eef8b5293b436c7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (18a026cec3fa82424d3860a52eef8b5293b436c7)
  • Date: Sun, 27 Jun 2010 13:54:42 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

mobile/gnokii/BUILD | 6 +---
mobile/gnokii/CONFIGURE | 11 +++++++
mobile/gnokii/DEPENDS | 71
+++++++++++++++++++++++++++++++++++-------------
mobile/gnokii/DETAILS | 13 ++++----
mobile/gnokii/HISTORY | 6 ++++
5 files changed, 78 insertions(+), 29 deletions(-)

New commits:
commit 18a026cec3fa82424d3860a52eef8b5293b436c7
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gnokii: => 0.6.29

diff --git a/mobile/gnokii/BUILD b/mobile/gnokii/BUILD
index 5170cff..b6f504e 100755
--- a/mobile/gnokii/BUILD
+++ b/mobile/gnokii/BUILD
@@ -1,5 +1,3 @@
-OPTS="--enable-security $OPTS" &&
-OPTS="--disable-unix98test $OPTS" &&
-OPTS="--enable-libpcsclite $OPTS" &&
-OPTS="--with-sms --with-smsd $OPTS" &&
+OPTS="$GNOKII_OPTS $OPTS" &&
+
default_build
diff --git a/mobile/gnokii/CONFIGURE b/mobile/gnokii/CONFIGURE
new file mode 100755
index 0000000..a06d055
--- /dev/null
+++ b/mobile/gnokii/CONFIGURE
@@ -0,0 +1,11 @@
+config_query_option GNOKII_OPTS "Build sms daemon?" y \
+ "--enable-smsd" \
+ "--disable-smsd" &&
+
+config_query_option GNOKII_OPTS "Enable UNIX98 test?" y \
+ "--enable-unix98test" \
+ "--disable-unix98test" &&
+
+config_query_option GNOKII_OPTS "Enable all security features?" y \
+ "--enable-security" \
+ "--disable-security"
diff --git a/mobile/gnokii/DEPENDS b/mobile/gnokii/DEPENDS
index 94a6779..d716f1a 100755
--- a/mobile/gnokii/DEPENDS
+++ b/mobile/gnokii/DEPENDS
@@ -1,20 +1,55 @@
-optional_depends xorg-libs \
- '--with-x' \
- '--without-x' \
- 'to use the X window system' &&
-optional_depends libical \
- '--enable-libical' \
- '--disable-libical' \
- 'For iCal support' &&
-optional_depends libusb \
- '--enable-libusb' \
- '--disable-libusb' \
- 'For libusb support' &&
-optional_depends BLUEZ \
- '--enable-bluetooth' \
- '--disable-bluetooth' \
- 'For bluetooth support' &&
-
-if is_depends_enabled $SPELL xorg-libs; then
+optional_depends gettext \
+ "--enable-nls" \
+ "--disable-nls" \
+ "for Native Language Support" &&
+
+# --disable-libpcsclite disables X support
+optional_depends pcsc-lite \
+ "--enable-libpcsclite" "" \
+ "for libpcsclite support" &&
+
+optional_depends libical \
+ "--enable-libical" \
+ "--disable-libical" \
+ "for libical support" &&
+
+optional_depends libusb \
+ "--enable-libusb" \
+ "--disable-libusb" \
+ "for libusb support" &&
+
+optional_depends BLUEZ \
+ "--enable-bluetooth" \
+ "--disable-bluetooth" \
+ "for bluetooth support" &&
+
+optional_depends irda-utils \
+ "--enable-irda" \
+ "--disable-irda" \
+ "for irda support" &&
+
+if list_find "$GNOKII_OPTS" "--enable-smsd"; then
+ optional_depends postgresql \
+ "--enable-postgres" \
+ "--disable-postgres" \
+ "for PostgreSQL support" &&
+
+ optional_depends MYSQL \
+ "--enable-mysql" \
+ "--disable-mysql" \
+ "for MySQL support"
+fi &&
+
+optional_depends readline \
+ "--with-readline" \
+ "--without-readline" \
+ "for readline support" &&
+
+optional_depends libxpm \
+ "--with-x" \
+ "--without-x" \
+ "for GUI support" &&
+
+if is_depends_enabled $SPELL libxpm; then
depends gtk+2
fi
diff --git a/mobile/gnokii/DETAILS b/mobile/gnokii/DETAILS
index cff9b29..cc7ad2a 100755
--- a/mobile/gnokii/DETAILS
+++ b/mobile/gnokii/DETAILS
@@ -9,20 +9,19 @@ if [[ $GNOKII_SCM == y ]]; then
FORCE_DOWNLOAD=ON

SOURCE_URL[0]=cvs://:pserver:anonymous AT cvs.sv.nongnu.org:/sources/gnokii:gnokii
SOURCE_IGNORE=volatile
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-cvs"
else
- VERSION=0.6.27
- BRANCH=$(echo $VERSION | cut -d . -f 1,2)
+ VERSION=0.6.29
SOURCE=$SPELL-$VERSION.tar.bz2
- SOURCE_URL[0]=http://www.gnokii.org/download/$SPELL/$BRANCH.x/$SOURCE
-
SOURCE_HASH=sha512:45ce74f28ed127022f7062c0b57532662859f79bb8fdb52236789de27af86b7ad5684a0c70786bd13e408b393c28296609730a420bb7dae6f2a2cc3bfb783d10
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=http://www.gnokii.org/download/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:0d080b4f06163d00fcae5f27fe3b66886c12cf0356c245a5200552e1f98e4347f15b0101d5e709a3d6f98b3ffc55ede12789bec779cc0c9d566db1e4a050ae32
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
fi
WEB_SITE=http://www.gnokii.org/
LICENSE[0]=GPL
ENTERED=20060911
KEYWORDS="mobile telephony"
- SHORT="Tools and drivers for using mobile phones under Linux"
+ SHORT="tools and drivers for using mobile phones under Linux"
cat << EOF
gnokii provides tools and a user space driver for use with mobile phones
under Linux and unix. With gnokii you can do such things as make data calls,
diff --git a/mobile/gnokii/HISTORY b/mobile/gnokii/HISTORY
index b379505..39b2229 100644
--- a/mobile/gnokii/HISTORY
+++ b/mobile/gnokii/HISTORY
@@ -1,3 +1,9 @@
+2010-06-27 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.6.29; quoting paths; renewed source url
+ * DEPENDS: rewritten for new version
+ * BUILD: removed deprecated/unneeded flags
+ * CONFIGURE: added, to use optional features
+
2009-12-01 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: fixed source url




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (18a026cec3fa82424d3860a52eef8b5293b436c7), Vlad Glagolev, 06/27/2010

Archive powered by MHonArc 2.6.24.

Top of Page