Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (c63840c001690b623e02b2fac32d561dcafda43e)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Sukneet Basuta <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (c63840c001690b623e02b2fac32d561dcafda43e)
  • Date: Thu, 31 May 2012 23:00:10 -0500

GIT changes to master grimoire by Sukneet Basuta <sukneet AT sourcemage.org>:

dev/null |binary
lxde/lxappearance/DETAILS | 2 +-
lxde/lxappearance/HISTORY | 6 ++++++
lxde/lxappearance/PRE_BUILD | 5 +++++
lxde/lxappearance/lxappearance-0.5.1.tar.gz.sig | 0
lxde/lxappearance/lxappearance-0.5.2.tar.gz.sig |binary
6 files changed, 12 insertions(+), 1 deletion(-)

New commits:
commit c63840c001690b623e02b2fac32d561dcafda43e
Author: Sukneet Basuta <sukneet AT sourcemage.org>
Commit: Sukneet Basuta <sukneet AT sourcemage.org>

lxappearance: => 0.5.2
PRE_BUILD: added, need to remove call to g_thread_init(). It is
depreciated in glib 2.31+ and does not link automatically

diff --git a/lxde/lxappearance/DETAILS b/lxde/lxappearance/DETAILS
index 03ea372..2df0ab6 100755
--- a/lxde/lxappearance/DETAILS
+++ b/lxde/lxappearance/DETAILS
@@ -1,5 +1,5 @@
SPELL=lxappearance
- VERSION=0.5.1
+ VERSION=0.5.2
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=$SOURCEFORGE_URL/lxde/${SOURCE}
SOURCE_GPG=gurus.gpg:$SOURCE.sig
diff --git a/lxde/lxappearance/HISTORY b/lxde/lxappearance/HISTORY
index 9722a90..a50e152 100644
--- a/lxde/lxappearance/HISTORY
+++ b/lxde/lxappearance/HISTORY
@@ -1,3 +1,9 @@
+2012-06-01 Sukneet Basuta <sukneet AT sourcemage.org>
+ * DETAILS: updated spell to 0.5.2
+ * PRE_BUILD: added, need to remove call to
+ g_thread_init(). It is depreciated in glib 2.31+
+ and does not link automatically
+
2011-11-19 Sukneet Basuta <sukneet AT sourcemage.org>
* CONFIGURE: added, to ask if to use gtk+3
* DEPENDS: added depends gtk+3 if gtk+3 is selected
diff --git a/lxde/lxappearance/PRE_BUILD b/lxde/lxappearance/PRE_BUILD
new file mode 100755
index 0000000..e99999a
--- /dev/null
+++ b/lxde/lxappearance/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+
+# g_thread_init() is depreciated in glib 2.31+ and does not link
automatically
+sed -i "s/g_thread_init(NULL);//" src/lxappearance.c
diff --git a/lxde/lxappearance/lxappearance-0.5.1.tar.gz.sig
b/lxde/lxappearance/lxappearance-0.5.1.tar.gz.sig
deleted file mode 100644
index 0430404..0000000
Binary files a/lxde/lxappearance/lxappearance-0.5.1.tar.gz.sig and /dev/null
differ
diff --git a/lxde/lxappearance/lxappearance-0.5.2.tar.gz.sig
b/lxde/lxappearance/lxappearance-0.5.2.tar.gz.sig
new file mode 100644
index 0000000..a83594c
Binary files /dev/null and b/lxde/lxappearance/lxappearance-0.5.2.tar.gz.sig
differ



  • [SM-Commit] GIT changes to master grimoire by Sukneet Basuta (c63840c001690b623e02b2fac32d561dcafda43e), Sukneet Basuta, 06/01/2012

Archive powered by MHonArc 2.6.24.

Top of Page