Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (3b9373d6eae30fc86044cf7e1181dfa8c729eb25)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (3b9373d6eae30fc86044cf7e1181dfa8c729eb25)
  • Date: Thu, 14 Aug 2008 11:47:00 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 3 +++
mobile/gnocky/DEPENDS | 4 ++++
mobile/gnocky/DETAILS | 15 +++++++++++++++
mobile/gnocky/HISTORY | 3 +++
mobile/gnokii/BUILD | 5 +++++
mobile/gnokii/HISTORY | 5 +++++
mobile/gnokii/INSTALL | 2 ++
7 files changed, 37 insertions(+)

New commits:
commit 6079461bf79359fe0196e1fed57ac7dbf3cfda92
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

mobile/gnocky: new spell

commit ac1297848f1eef40cfec068f57bac46495ca2f87
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

mobile/gnokii: enabled features, set mgnokiidev suid root

diff --git a/ChangeLog b/ChangeLog
index efe2b79..1abafdc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-08-14 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * mobile/gnocky: new spell, GUI for gnokii
+
2008-08-13 Treeve Jelbert <treeve AT sourcemage.org>
* video-libs/schroedinger: new spell - video codec

diff --git a/mobile/gnocky/DEPENDS b/mobile/gnocky/DEPENDS
new file mode 100755
index 0000000..7c3c29d
--- /dev/null
+++ b/mobile/gnocky/DEPENDS
@@ -0,0 +1,4 @@
+depends glib2 &&
+depends gtk+2 &&
+depends libglade2 &&
+depends gnokii
diff --git a/mobile/gnocky/DETAILS b/mobile/gnocky/DETAILS
new file mode 100755
index 0000000..63a3823
--- /dev/null
+++ b/mobile/gnocky/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=gnocky
+ VERSION=0.0.6
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://www.gnokii.org/download/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:38a623e5dd6f74c1d591d81d5ccdcac27a9589c0c0104750d4014c6424755d6e63d4fc8e308ed696c79c01a9b7f0bfbfc44287e6f6030dcafac4c06981bcc086
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.gnokii.org";
+ LICENSE[0]=GPL
+ ENTERED=20080814
+ SHORT="a GUI for gnokii"
+cat << EOF
+Gnocky is an application for managing your mobile phone. It supports setting
+logos, SMS, and address book management, and uses the user-space mobile
+driver provided by the gnokii project.
+EOF
diff --git a/mobile/gnocky/HISTORY b/mobile/gnocky/HISTORY
new file mode 100644
index 0000000..3153ee7
--- /dev/null
+++ b/mobile/gnocky/HISTORY
@@ -0,0 +1,3 @@
+2008-08-14 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS, HISTORY: spell created
+
diff --git a/mobile/gnokii/BUILD b/mobile/gnokii/BUILD
new file mode 100755
index 0000000..5170cff
--- /dev/null
+++ b/mobile/gnokii/BUILD
@@ -0,0 +1,5 @@
+OPTS="--enable-security $OPTS" &&
+OPTS="--disable-unix98test $OPTS" &&
+OPTS="--enable-libpcsclite $OPTS" &&
+OPTS="--with-sms --with-smsd $OPTS" &&
+default_build
diff --git a/mobile/gnokii/HISTORY b/mobile/gnokii/HISTORY
index 9b2dfcf..a83c909 100644
--- a/mobile/gnokii/HISTORY
+++ b/mobile/gnokii/HISTORY
@@ -1,3 +1,8 @@
+2008-08-14 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * BUILD: enable support for libpcsclite, sms, security
+ * INSTALL: set mgnokiidev suid root (necessary according to the
+ gnokii FAQ)
+
2008-05-31 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.6.26

diff --git a/mobile/gnokii/INSTALL b/mobile/gnokii/INSTALL
new file mode 100755
index 0000000..c28f047
--- /dev/null
+++ b/mobile/gnokii/INSTALL
@@ -0,0 +1,2 @@
+default_install &&
+chmod +s ${INSTALL_ROOT}/usr/sbin/mgnokiidev



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (3b9373d6eae30fc86044cf7e1181dfa8c729eb25), Florian Franzmann, 08/14/2008

Archive powered by MHonArc 2.6.24.

Top of Page