Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Treeve Jelbert (95bc58882e7a85c38c4aa9c8eaeb9868d51acff6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Treeve Jelbert (95bc58882e7a85c38c4aa9c8eaeb9868d51acff6)
  • Date: Wed, 28 Mar 2012 10:39:56 -0500

GIT changes to devel-xorg-modular grimoire by Treeve Jelbert
<treeve AT sourcemage.org>:

ChangeLog | 6 ++++++
dev/null |binary
kernels/mtdev/DETAILS | 20 ++++++++++++++++++++
kernels/mtdev/HISTORY | 4 ++++
utils/sphinx/BUILD | 6 ++++++
utils/sphinx/CONFIGURE | 7 +++++++
utils/sphinx/DEPENDS | 14 +++++++-------
utils/sphinx/DETAILS | 10 +++++-----
utils/sphinx/HISTORY | 9 +++++++++
utils/sphinx/PRE_BUILD | 8 --------
utils/sphinx/firebird.patch.bz2 | 0
windowmanagers/amiwm/DEPENDS | 1 +
windowmanagers/amiwm/DETAILS | 19 +++++++++++++++++++
windowmanagers/amiwm/HISTORY | 3 +++
windowmanagers/amiwm/PRE_BUILD | 3 +++
x11-libs/dbusmenu/DETAILS | 6 +++---
x11-libs/dbusmenu/HISTORY | 3 +++
x11-libs/indicator-power/DETAILS | 6 +++---
x11-libs/indicator-power/HISTORY | 3 +++
x11-libs/indicator-session/DETAILS | 6 +++---
x11-libs/indicator-session/HISTORY | 3 +++
x11-libs/libindicator/DETAILS | 6 +++---
x11-libs/libindicator/HISTORY | 3 +++
23 files changed, 114 insertions(+), 32 deletions(-)

New commits:
commit 1536f00599cf2fa7d305bab5d0502976306c1246
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

kernels/mtdev - new spell, version 1.1.2

commit aa162cc615368e750c2a34e8a52d6eb582198deb
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

indicator-session: version 0.3.95

commit 3801142bc6ddb3d63a2498986225081e1f7db2c2
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

dbusmenu: version 0.5.95

commit b92dab9e05450166836565fef6a1f287613713c9
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

sphinx: => 2.0.4

commit 518fbd0ded74132a248d67410fe48d3f281c41a4
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

indicator-power: version 0.93

commit 417c24c268c638ba669aeda20a1d08e172354e8e
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

linindicator: version 0.4.93

commit 48ac76ccf562621f3b1ba39221ae11ed7944066b
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

amiwm: new spell, amiga workbench windowmanager, for those that can't
let go ;)

diff --git a/ChangeLog b/ChangeLog
index f4c98dc..8ed78ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-03-28 Treeve Jelbert <treeve AT sourcemage.org>
+ kernels/mtdev: new spell, Multitouch Protocol Translation Library
+
+2012-03-28 Arjan Bouter <abouter AT sourcemage.org>
+ * windowmanagers/amiwm: new spell, amiga workbench wm
+
2012-03-27 Treeve Jelbert <treeve AT sourcemage.org>
* telephony/linphone.gpg: updated
add 2048R/60F35AB9 2011-12-23 Sylvain Berfini
diff --git a/kernels/mtdev/DETAILS b/kernels/mtdev/DETAILS
new file mode 100755
index 0000000..4219dc4
--- /dev/null
+++ b/kernels/mtdev/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=mtdev
+ VERSION=1.1.2
+
SOURCE_HASH=sha512:edd63be4a23b38202fa4a24f25f0f0ba90ff784c89da3a2f85b501cebbeecedf49c889594e2f46dd4913ddf184a68921a1f294dceba3a6db61f302ee91d3d5ac
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://bitmath.org/code/mtdev/
+ SOURCE_URL[0]=$WEB_SITE/$SOURCE
+ LICENSE[0]=MIT
+ ENTERED=20120328
+ KEYWORDS=""
+ SHORT="Multitouch Protocol Translation Library"
+cat << EOF
+The mtdev is a stand-alone library which transforms all variants of kernel
MT events
+to the slotted type B protocol. The events put into mtdev may be from any MT
device,
+specifically type A without contact tracking, type A with contact tracking,
or type B
+with contact tracking. See the kernel documentation for further details.
+The bulk of the mtdev code has been out there since 2008, as part of the
Multitouch X
+Driver. With this package, finger tracking and seamless MT protocol handling
is
+available under a free license.
+EOF
diff --git a/kernels/mtdev/HISTORY b/kernels/mtdev/HISTORY
new file mode 100644
index 0000000..bee9958
--- /dev/null
+++ b/kernels/mtdev/HISTORY
@@ -0,0 +1,4 @@
+2012-03-28 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1.2
+ spell created
+
diff --git a/utils/sphinx/BUILD b/utils/sphinx/BUILD
new file mode 100755
index 0000000..0d48e79
--- /dev/null
+++ b/utils/sphinx/BUILD
@@ -0,0 +1,6 @@
+OPTS="--sysconfdir=$INSTALL_ROOT/etc/$SPELL \
+ --localstatedir=$INSTALL_ROOT/var/state/$SPELL \
+ $SPHINX_OPTS \
+ $OPTS" &&
+
+default_build
diff --git a/utils/sphinx/CONFIGURE b/utils/sphinx/CONFIGURE
new file mode 100755
index 0000000..b701caa
--- /dev/null
+++ b/utils/sphinx/CONFIGURE
@@ -0,0 +1,7 @@
+config_query_option SPHINX_OPTS "Use 64-bit document and word IDs?" n \
+ "--enable-id64" \
+ "--disable-id64" &&
+
+config_query_option SPHINX_OPTS "Compile slower debug version?" n \
+ "--with-debug" \
+ "--without-debug"
diff --git a/utils/sphinx/DEPENDS b/utils/sphinx/DEPENDS
index 02541b5..2735d15 100755
--- a/utils/sphinx/DEPENDS
+++ b/utils/sphinx/DEPENDS
@@ -1,11 +1,6 @@
depends -sub CXX gcc &&

-optional_depends expat "" "" "for XML parser usage" &&
-
-optional_depends firebird \
- "--with-firebird --with-firebird-includes=/usr/include
--with-firebird-libs=/usr/lib" \
- "--without-firebird" \
- "for Firebird database support" &&
+optional_depends expat "" "" "for XML parser usage (xmlpipe2)" &&

optional_depends ODBC-MGR \
"--with-unixodbc" \
@@ -20,4 +15,9 @@ optional_depends MYSQL \
optional_depends postgresql \
"--with-pgsql" \
"--without-pgsql" \
- "for PostgreSQL database support"
+ "for PostgreSQL database support" &&
+
+optional_depends SYSTEM-LOGGER \
+ "--with-syslog" \
+ "--without-syslog" \
+ "to use syslog for logging"
diff --git a/utils/sphinx/DETAILS b/utils/sphinx/DETAILS
index 74339b3..d6debc4 100755
--- a/utils/sphinx/DETAILS
+++ b/utils/sphinx/DETAILS
@@ -1,10 +1,10 @@
SPELL=sphinx
- VERSION=0.9.9
-
SOURCE_HASH=sha512:bf1f6b3429beac9336ed975137b9cc582541357df487ae97f407589458fa4cc4f3a797c868fd505c6b4e97a73b30a0f7f9c7ab6b3d8685ba173fde6d1d5383c2
- SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ VERSION=2.0.4
+ SOURCE=$SPELL-$VERSION-release.tar.gz
+
SOURCE_HASH=sha512:34bc6718328f9aad3ad8f081c67bee292af70827cc6d27e9f69198a5a5245fb2d5d76467c1bbea6ff1b4b45b249c302e844c7ce3c2976b103b80fc6a8013f567
WEB_SITE=http://www.sphinxsearch.com/
- SOURCE_URL[0]=$WEB_SITE/downloads/$SOURCE
+ SOURCE_URL[0]=$WEB_SITE/files/$SOURCE
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION-release"
LICENSE[0]=GPL
ENTERED=20081030
KEYWORDS="database search"
diff --git a/utils/sphinx/HISTORY b/utils/sphinx/HISTORY
index fd3c987..e5e38dc 100644
--- a/utils/sphinx/HISTORY
+++ b/utils/sphinx/HISTORY
@@ -1,3 +1,12 @@
+2012-03-28 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.0.4 stable release; renewed source url
and
+ tarball
+ * DEPENDS: added syslog opt dep
+ * CONFIGURE: added, for 2 configure options
+ * BUILD: added, to use SPHINX_OPTS and proper paths
+ * PRE_BUILD: removed
+ * firebird.patch.bz2: removed, dropped unsupported 2008 version
(0.9.8.1)
+
2011-07-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: changed dependency on g++ to dependency on gcc with
sub-depends on CXX (scripted)
diff --git a/utils/sphinx/PRE_BUILD b/utils/sphinx/PRE_BUILD
deleted file mode 100755
index 3f7f7a3..0000000
--- a/utils/sphinx/PRE_BUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-if is_depends_enabled $SPELL firebird;then
-# add support for firebird
-bzcat $SPELL_DIRECTORY/firebird.patch.bz2 | patch -p1 &&
-# and regenerate the config files
-autoreconf
-fi
diff --git a/utils/sphinx/firebird.patch.bz2 b/utils/sphinx/firebird.patch.bz2
deleted file mode 100644
index afbc953..0000000
Binary files a/utils/sphinx/firebird.patch.bz2 and /dev/null differ
diff --git a/windowmanagers/amiwm/DEPENDS b/windowmanagers/amiwm/DEPENDS
new file mode 100755
index 0000000..561ed4d
--- /dev/null
+++ b/windowmanagers/amiwm/DEPENDS
@@ -0,0 +1 @@
+depends libxext
diff --git a/windowmanagers/amiwm/DETAILS b/windowmanagers/amiwm/DETAILS
new file mode 100755
index 0000000..5b004ba
--- /dev/null
+++ b/windowmanagers/amiwm/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=amiwm
+ VERSION=0.21pl2
+ SOURCE="${SPELL}${VERSION}.tar.gz"
+ SOURCE_URL[0]=ftp://ftp.lysator.liu.se/pub/X11/wm/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:6504a4fd4c30a571b0c501b46fdc442fcc993c27b4595753f7bfa12a38c0b997a01d939c7a35e6c499aa0f8972bc0fda7cc88a9fe77091f363f8cd5a9e8d50de
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}${VERSION}"
+ WEB_SITE="http://www.lysator.liu.se/~marcus/amiwm.html";
+ LICENSE[0]=UNKNOWN
+ ENTERED=20120328
+ SHORT="Amiga Workbench wm"
+cat << EOF
+an X window manager that tries to make your display look and feel like an
+Amiga® Workbench® screen. It is fully functional and can do all the usual
+window manager stuff, like moving and resizing windows.
+
+The purpose of amiwm is to make life more pleasant for Amiga-freaks who
+have/want to use UNIX workstations once in a while. It can also be used on
+the Amiga with the AmiWin X server, although this part needs some more work.
+EOF
diff --git a/windowmanagers/amiwm/HISTORY b/windowmanagers/amiwm/HISTORY
new file mode 100644
index 0000000..9638e6d
--- /dev/null
+++ b/windowmanagers/amiwm/HISTORY
@@ -0,0 +1,3 @@
+2012-03-28 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS, DEPENDS, PRE_BUILD: spell created
+
diff --git a/windowmanagers/amiwm/PRE_BUILD b/windowmanagers/amiwm/PRE_BUILD
new file mode 100755
index 0000000..ef6d71c
--- /dev/null
+++ b/windowmanagers/amiwm/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+sedit 's#^mandir .*#mandir = $(prefix)/share/man#' Makefile.in
diff --git a/x11-libs/dbusmenu/DETAILS b/x11-libs/dbusmenu/DETAILS
index 0f80f27..4d36b56 100755
--- a/x11-libs/dbusmenu/DETAILS
+++ b/x11-libs/dbusmenu/DETAILS
@@ -1,8 +1,8 @@
SPELL=dbusmenu
- VERSION=0.5.1
+ VERSION=0.5.95
SOURCE="lib${SPELL}-${VERSION}.tar.gz"
-
SOURCE_URL[0]=http://launchpad.net/${SPELL}/0.5/${VERSION}/+download/${SOURCE}
-
SOURCE_HASH=sha512:c6ddaee7a43c29b3f2fae20012489f12b0fe83defab547df8801ea08ba6cbeea32f2308ee82001a0d5f6ce9cd065e3c68e3369049e1e33ce10fa4811ef932174
+
SOURCE_URL[0]=http://launchpad.net/${SPELL}/0.6/${VERSION}/+download/${SOURCE}
+
SOURCE_HASH=sha512:0d076448b8d831f70199c35f5f11f44b76cf142f3e3de7d4b7d3f0d18b3a7aa3a72274e39d11896a2cabfcc04fc535b3e12039dc945a89834d52ad9a3da10ec8
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/lib${SPELL}-${VERSION}"
WEB_SITE="https://launchpad.net/dbusmenu";
LICENSE[0]=GPL/LGPL
diff --git a/x11-libs/dbusmenu/HISTORY b/x11-libs/dbusmenu/HISTORY
index 1d9f509..b9b17a9 100644
--- a/x11-libs/dbusmenu/HISTORY
+++ b/x11-libs/dbusmenu/HISTORY
@@ -1,3 +1,6 @@
+2012-03-28 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: version 0.5.95
+
2012-01-23 Arjan Bouter <abouter AT sourcemage.org>
* DEPENDS, DETAILS, INSTALL: spell created

diff --git a/x11-libs/indicator-power/DETAILS
b/x11-libs/indicator-power/DETAILS
index a668664..5b42b94 100755
--- a/x11-libs/indicator-power/DETAILS
+++ b/x11-libs/indicator-power/DETAILS
@@ -1,8 +1,8 @@
SPELL=indicator-power
- VERSION=0.10
+ VERSION=1.93
SOURCE="${SPELL}-${VERSION}.tar.gz"
-
SOURCE_URL[0]=http://launchpad.net/${SPELL}/trunk/${VERSION}/+download/${SOURCE}
-
SOURCE_HASH=sha512:3417a499b61cf85f7f03f7c9bdaf861cc2a908eadbe3068b74e8e9dd4c4f136ad2e6fc06c598a118fb4ab87dcd307a2f0c7829d480e8cf2d87772fafd3d00bf0
+
SOURCE_URL[0]=http://launchpad.net/${SPELL}/2.0/${VERSION}/+download/${SOURCE}
+
SOURCE_HASH=sha512:041b74b8e19ef4ecf2d55a751c4a342fa46de55045a7e05560f79700e3fc8ccfbb7cfec83ff5c48f709c1f02b7f5391013d21f3f792c72d2404e9f78eb7a6c30
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://launchpad.net/indicator-power";
LICENSE[0]=GPL
diff --git a/x11-libs/indicator-power/HISTORY
b/x11-libs/indicator-power/HISTORY
index 463825d..e7f9204 100644
--- a/x11-libs/indicator-power/HISTORY
+++ b/x11-libs/indicator-power/HISTORY
@@ -1,3 +1,6 @@
+2012-03-28 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: version 1.93
+
2011-11-12 Arjan Bouter <abouter AT sourcemage.org>
* DEPENDS, DETAILS: spell created

diff --git a/x11-libs/indicator-session/DETAILS
b/x11-libs/indicator-session/DETAILS
index 162cdc7..a0d2a25 100755
--- a/x11-libs/indicator-session/DETAILS
+++ b/x11-libs/indicator-session/DETAILS
@@ -1,8 +1,8 @@
SPELL=indicator-session
- VERSION=0.3.7.1
+ VERSION=0.3.95
SOURCE="${SPELL}-${VERSION}.tar.gz"
-
SOURCE_URL[0]=http://launchpad.net/${SPELL}/0.3/${VERSION}/+download/${SOURCE}
-
SOURCE_HASH=sha512:5cf55ab872de45cf87206128210bdd32b83901b06cf445ff81237ebaea1845663061287936cfcec5391ee8b721abe2b7ddd25c28b32064f21ec25b397e495aad
+
SOURCE_URL[0]=http://launchpad.net/${SPELL}/0.4/${VERSION}/+download/${SOURCE}
+
SOURCE_HASH=sha512:c523f81c3b3c00484fff87b1b76a1067b6e1ed9564df12af4ac5453849831e04ce837e6e267ebbeecd14cd1baf116f4c52694f98ee0f0d912b4c562fbd2b876a
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://launchpad.net/indicator-session";
LICENSE[0]=GPL
diff --git a/x11-libs/indicator-session/HISTORY
b/x11-libs/indicator-session/HISTORY
index d55a85f..ff9e5d2 100644
--- a/x11-libs/indicator-session/HISTORY
+++ b/x11-libs/indicator-session/HISTORY
@@ -1,3 +1,6 @@
+2012-03-28 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: version 0.3.95
+
2011-11-11 Arjan Bouter <abouter AT sourcemage.org>
* DEPENDS, DETAILS: spell created

diff --git a/x11-libs/libindicator/DETAILS b/x11-libs/libindicator/DETAILS
index 7afc342..88c4790 100755
--- a/x11-libs/libindicator/DETAILS
+++ b/x11-libs/libindicator/DETAILS
@@ -1,8 +1,8 @@
SPELL=libindicator
- VERSION=0.4.1
+ VERSION=0.4.93
SOURCE="${SPELL}-${VERSION}.tar.gz"
-
SOURCE_URL[0]=http://launchpad.net/${SPELL}/0.4/${VERSION}/+download/${SOURCE}
-
SOURCE_HASH=sha512:ed4aff3c045fbb43ea3534a9b147577bb4922d31623a08a7b26430accf7d80ba8b2a7eebf52e32776e33e2f0ee00c137b6a1f7d61d01fb8103c5fdee1ff7cf86
+
SOURCE_URL[0]=http://launchpad.net/${SPELL}/0.5/${VERSION}/+download/${SOURCE}
+
SOURCE_HASH=sha512:3eff14b95ee349b72cd3a4d6ade8f9767ac69977a09b5e1718f66b683ca0d242b3ccdffea515aa83aa9ae9f0960b1569787153184c4991dfdf57537eee376cb4
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://launchpad.net/libindicator";
LICENSE[0]=GPL
diff --git a/x11-libs/libindicator/HISTORY b/x11-libs/libindicator/HISTORY
index f81be1b..a07ba6a 100644
--- a/x11-libs/libindicator/HISTORY
+++ b/x11-libs/libindicator/HISTORY
@@ -1,3 +1,6 @@
+2012-03-28 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: version 0.4.93
+
2011-11-11 Arjan Bouter <abouter AT sourcemage.org>
* DEPENDS, DETAILS, INSTALL: spell created




  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Treeve Jelbert (95bc58882e7a85c38c4aa9c8eaeb9868d51acff6), Treeve Jelbert, 03/28/2012

Archive powered by MHonArc 2.6.24.

Top of Page