summaryrefslogtreecommitdiffstats
path: root/lxde
diff options
context:
space:
mode:
authorSukneet Basuta2011-11-19 22:39:23 -0500
committerSukneet Basuta2011-11-19 22:39:23 -0500
commitc89a58ac4be591aed17298ed63d5884aad0c997e (patch)
tree5a46a5d8119173ab1b1697765fe7adcaad9865c4 /lxde
parent82908de9491480800b0c2b663fa9522cd9f7c027 (diff)
lxappearance: added CONFIGURE to ask if to compile with gtk+3 or gtk+2
switched to guru signed verification
Diffstat (limited to 'lxde')
-rwxr-xr-xlxde/lxappearance/CONFIGURE1
-rwxr-xr-xlxde/lxappearance/DEPENDS6
-rwxr-xr-xlxde/lxappearance/DETAILS2
-rw-r--r--lxde/lxappearance/HISTORY6
-rw-r--r--lxde/lxappearance/lxappearance-0.5.1.tar.gz.sigbin0 -> 287 bytes
5 files changed, 13 insertions, 2 deletions
diff --git a/lxde/lxappearance/CONFIGURE b/lxde/lxappearance/CONFIGURE
new file mode 100755
index 0000000000..3d5052e94b
--- /dev/null
+++ b/lxde/lxappearance/CONFIGURE
@@ -0,0 +1 @@
+config_query GTK3 "Use gtk+3 instead of gtk+2?" y
diff --git a/lxde/lxappearance/DEPENDS b/lxde/lxappearance/DEPENDS
index edffa0e35e..a353e86712 100755
--- a/lxde/lxappearance/DEPENDS
+++ b/lxde/lxappearance/DEPENDS
@@ -1 +1,5 @@
-depends gtk+2
+if [[ $GTK3 == y ]]; then
+ depends gtk+3 "--enable-gtk3"
+else
+ depends gtk+2
+fi
diff --git a/lxde/lxappearance/DETAILS b/lxde/lxappearance/DETAILS
index 57d8f22b31..58a0da1955 100755
--- a/lxde/lxappearance/DETAILS
+++ b/lxde/lxappearance/DETAILS
@@ -2,7 +2,7 @@
VERSION=0.5.1
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=$SOURCEFORGE_URL/lxde/${SOURCE}
- SOURCE_HASH=sha512:eb8205b318b41db12ea09f32ba1493359adf05a7f8b561370582104d067e154739c3d4613c49fccf6bec75d52988d7dd50cc56260a362f649aaccbce95e0fd2f
+ SOURCE_GPG=gurus.gpg:$SOURCE.sig/g
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=http://lxde.sourceforge.net/
LICENSE[0]=GPL
diff --git a/lxde/lxappearance/HISTORY b/lxde/lxappearance/HISTORY
index 0b913c58c7..9722a9073d 100644
--- a/lxde/lxappearance/HISTORY
+++ b/lxde/lxappearance/HISTORY
@@ -1,3 +1,9 @@
+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
+ gtk+2 otherwise
+ * DETAILS: switched to guru signed verification
+
2011-10-23 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 0.5.1
diff --git a/lxde/lxappearance/lxappearance-0.5.1.tar.gz.sig b/lxde/lxappearance/lxappearance-0.5.1.tar.gz.sig
new file mode 100644
index 0000000000..043040479a
--- /dev/null
+++ b/lxde/lxappearance/lxappearance-0.5.1.tar.gz.sig
Binary files differ