Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (b5a34546fa57cb1c4cf063e8bb35ca3a1ddea09c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (b5a34546fa57cb1c4cf063e8bb35ca3a1ddea09c)
  • Date: Mon, 23 Jan 2012 09:12:19 -0600

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

ChangeLog | 3 +++
windowmanagers/aewm/HISTORY | 3 +++
windowmanagers/aewm/PRE_BUILD | 4 ++++
x11-libs/dbusmenu/DEPENDS | 17 +++++++++++++++++
x11-libs/dbusmenu/DETAILS | 16 ++++++++++++++++
x11-libs/dbusmenu/HISTORY | 3 +++
6 files changed, 46 insertions(+)

New commits:
commit b5a34546fa57cb1c4cf063e8bb35ca3a1ddea09c
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

dbusmenu: new spell, indicator dbus libs

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

aewm: fixed build error and install paths

diff --git a/ChangeLog b/ChangeLog
index cf5eef1..d54fdcb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-01-23 Arjan Bouter <abouter AT sourcemage.org>
+ * x11-libs/dbusmenu: new spell, indicator dbus lib
+
2012-01-22 Ladislav Hagara <hgr AT vabo.cz>
* utils/i7z: new spell, i7 (and now i3, i5) reporting tool for Linux

diff --git a/windowmanagers/aewm/HISTORY b/windowmanagers/aewm/HISTORY
index 3be1f90..6482d5d 100644
--- a/windowmanagers/aewm/HISTORY
+++ b/windowmanagers/aewm/HISTORY
@@ -1,3 +1,6 @@
+2012-01-23 Arjan Bouter <abouter AT sourcemage.org>
+ * PRE_BUILD: fix build error and install paths
+
2011-04-14 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS,DEPENDS: switched back to release version
* PREPARE, DOWNLOAD, aewm-build.patch: removed, obsolete
diff --git a/windowmanagers/aewm/PRE_BUILD b/windowmanagers/aewm/PRE_BUILD
index 5cd9f60..700ca76 100755
--- a/windowmanagers/aewm/PRE_BUILD
+++ b/windowmanagers/aewm/PRE_BUILD
@@ -1,5 +1,9 @@
default_pre_build &&
cd ${SOURCE_DIRECTORY} &&
+sedit 's#^XROOT.*#XROOT = /usr#' Makefile &&
+sedit 's#^BINDIR.*#BINDIR = $(DESTDIR)/usr/bin#' Makefile &&
+sedit 's#^MANDIR.*#MANDIR = $(DESTDIR)/usr/share/man/man1#' Makefile &&
+sedit 's#^GTKLIB =#GTKLIB = -lX11#' Makefile &&
if is_depends_enabled $SPELL libxext ; then
sedit 's/^#OPT_WMFLAGS += -DSHAPE/OPT_WMFLAGS += -DSHAPE/' Makefile &&
sedit 's/^#OPT_WMLIB += -lXext/OPT_WMLIB += -lXext/' Makefile
diff --git a/x11-libs/dbusmenu/DEPENDS b/x11-libs/dbusmenu/DEPENDS
new file mode 100755
index 0000000..fe1dfed
--- /dev/null
+++ b/x11-libs/dbusmenu/DEPENDS
@@ -0,0 +1,17 @@
+depends dbus &&
+optional_depends gtk-doc '--enable-gtk-doc' \
+ '--disable-gtk-doc --disable-gtk-doc-html' \
+ 'for documentation' &&
+optional_depends rarian '--enable-scrollkeeper' \
+ '--disable-scrollkeeper' \
+ 'to register helpfiles with rarian' &&
+optional_depends gtk+3 '--with-gtk=3 --enable-gtk' '' \
+ 'use gtk+3 instead of gtk+2 or no gtk at all' &&
+if ! is_depends_enabled $SPELL gtk+3 ; then
+ optional_depends gtk+2 '--with-gtk=2 --enable-gtk' '--disable-gtk' \
+ 'to build libdbusmenu-gtk'
+fi &&
+optional_depends gobject-introspection '--enable-introspection=yes' \
+ '--enable-introspection=no' \
+ 'for introspection support' &&
+optional_depends vala '--enable-vala' '--disable-vala' 'for vala support'
diff --git a/x11-libs/dbusmenu/DETAILS b/x11-libs/dbusmenu/DETAILS
new file mode 100755
index 0000000..0f80f27
--- /dev/null
+++ b/x11-libs/dbusmenu/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=dbusmenu
+ VERSION=0.5.1
+ SOURCE="lib${SPELL}-${VERSION}.tar.gz"
+
SOURCE_URL[0]=http://launchpad.net/${SPELL}/0.5/${VERSION}/+download/${SOURCE}
+
SOURCE_HASH=sha512:c6ddaee7a43c29b3f2fae20012489f12b0fe83defab547df8801ea08ba6cbeea32f2308ee82001a0d5f6ce9cd065e3c68e3369049e1e33ce10fa4811ef932174
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/lib${SPELL}-${VERSION}"
+ WEB_SITE="https://launchpad.net/dbusmenu";
+ LICENSE[0]=GPL/LGPL
+ ENTERED=20120123
+ SHORT="dbus menu"
+cat << EOF
+A small little library that was created by pulling out some comon code out of
+indicator-applet. It passes a menu structure across DBus so that a program
+can create a menu simply without worrying about how it is displayed on the
+other side of the bus.
+EOF
diff --git a/x11-libs/dbusmenu/HISTORY b/x11-libs/dbusmenu/HISTORY
new file mode 100644
index 0000000..1d9f509
--- /dev/null
+++ b/x11-libs/dbusmenu/HISTORY
@@ -0,0 +1,3 @@
+2012-01-23 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS, DETAILS, INSTALL: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (b5a34546fa57cb1c4cf063e8bb35ca3a1ddea09c), Arjan Bouter, 01/23/2012

Archive powered by MHonArc 2.6.24.

Top of Page