Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (85478ecacd54d3f33e76b29885ab88da1b37f909)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (85478ecacd54d3f33e76b29885ab88da1b37f909)
  • Date: Sat, 5 May 2007 03:57:04 -0500

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

mobile/apmd/BUILD | 2 +-
mobile/apmd/CONFIGURE | 1 -
mobile/apmd/DEPENDS | 9 +++++++--
mobile/apmd/DETAILS | 2 +-
mobile/apmd/HISTORY | 6 ++++++
5 files changed, 15 insertions(+), 5 deletions(-)

New commits:
commit 85478ecacd54d3f33e76b29885ab88da1b37f909
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

apmd: fixed website, minor cleanup

diff --git a/mobile/apmd/BUILD b/mobile/apmd/BUILD
index 7b6d329..9447e3c 100755
--- a/mobile/apmd/BUILD
+++ b/mobile/apmd/BUILD
@@ -5,7 +5,7 @@ sedit "s/\/man/\/share\/man/" Makefile &&
# If xfree86 is not installed, do not compile xapm (as it would
# fail and break spell), Bug #491
#
-if [ ! "$APMD_USE_X" = "y" ]; then
+if ! [[ $(get_spell_provider $SPELL X11-LIBS) ]]; then
sedit "s/EXES=apm apmd xapm apmsleep/EXES=apm apmd apmsleep/"
Makefile &&
sedit 's/$(LT_INSTALL) xapm $(DESTDIR)$(BINDIR)//' Makefile
fi &&
diff --git a/mobile/apmd/CONFIGURE b/mobile/apmd/CONFIGURE
deleted file mode 100755
index b4f5b3c..0000000
--- a/mobile/apmd/CONFIGURE
+++ /dev/null
@@ -1 +0,0 @@
-config_query APMD_USE_X "Do you want install xapm (require X) ?" n
diff --git a/mobile/apmd/DEPENDS b/mobile/apmd/DEPENDS
index c069c49..73e5393 100755
--- a/mobile/apmd/DEPENDS
+++ b/mobile/apmd/DEPENDS
@@ -1,3 +1,8 @@
-if [ "$APMD_USE_X" = "y" ]; then
- depends X11-LIBS
+if [[ $APMD_USE_X == y ]]; then
+ depends X11-LIBS
+else
+ optional_depends X11-LIBS "" "" "for xapmd"
+fi &&
+if [[ -n $APMD_USE_X ]]; then
+ persistent_remove APMD_USE_X
fi
diff --git a/mobile/apmd/DETAILS b/mobile/apmd/DETAILS
index edf9fa7..0f5f56f 100755
--- a/mobile/apmd/DETAILS
+++ b/mobile/apmd/DETAILS
@@ -4,7 +4,7 @@
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION.orig
SOURCE_URL[0]=ftp://ftp.debian.org/debian/pool/main/a/apmd/$SOURCE

SOURCE_HASH=sha512:fdc74703e75a700397bb2c907986f0cf0792ee4128d7a7ae08adf090bff0ea595044ba7a935d34929745bb702eb8bfe232e0ee9156efd23a995dc087f1b20bf4
- WEB_SITE=http://www.worldvisions.ca/~apenwarr/apmd/
+ WEB_SITE=http://packages.debian.org/stable/admin/apmd
ENTERED=20020404
UPDATED=20030822
LICENSE[0]=GPL
diff --git a/mobile/apmd/HISTORY b/mobile/apmd/HISTORY
index 88ce79d..dced013 100644
--- a/mobile/apmd/HISTORY
+++ b/mobile/apmd/HISTORY
@@ -1,3 +1,9 @@
+2007-05-05 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DEPENDS: optionally depend on X11_LIBS to simplify things
+ * CONFIGURE: removed
+ * BUILD: use get_spell_provider instead of the removed variable check
+ * DETAILS: changed dead website to the debian package one
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2 and MAINTAINER.




  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (85478ecacd54d3f33e76b29885ab88da1b37f909), Jaka Kranjc, 05/05/2007

Archive powered by MHonArc 2.6.24.

Top of Page