summaryrefslogtreecommitdiffstats
path: root/lxde
diff options
context:
space:
mode:
authorSukneet Basuta2012-06-01 00:01:16 -0400
committerSukneet Basuta2012-06-01 00:01:16 -0400
commitc63840c001690b623e02b2fac32d561dcafda43e (patch)
tree89fd8cde05478d9d5463758d60ea175d9495d55d /lxde
parentf5a8b20b72f7c476770f8b35a3188ffb41b039d2 (diff)
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
Diffstat (limited to 'lxde')
-rwxr-xr-xlxde/lxappearance/DETAILS2
-rw-r--r--lxde/lxappearance/HISTORY6
-rwxr-xr-xlxde/lxappearance/PRE_BUILD5
-rw-r--r--lxde/lxappearance/lxappearance-0.5.1.tar.gz.sigbin287 -> 0 bytes
-rw-r--r--lxde/lxappearance/lxappearance-0.5.2.tar.gz.sigbin0 -> 287 bytes
5 files changed, 12 insertions, 1 deletions
diff --git a/lxde/lxappearance/DETAILS b/lxde/lxappearance/DETAILS
index 03ea372c7b..2df0ab62ba 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 9722a9073d..a50e1520b1 100644
--- a/lxde/lxappearance/HISTORY
+++ b/lxde/lxappearance/HISTORY
@@ -1,3 +1,9 @@
+2012-06-01 Sukneet Basuta <sukneet@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@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 0000000000..e99999a96d
--- /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 043040479a..0000000000
--- a/lxde/lxappearance/lxappearance-0.5.1.tar.gz.sig
+++ /dev/null
Binary files 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 0000000000..a83594c04d
--- /dev/null
+++ b/lxde/lxappearance/lxappearance-0.5.2.tar.gz.sig
Binary files differ