summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2011-01-03 03:13:25 +0300
committerVlad Glagolev2011-01-03 03:13:25 +0300
commit360ad37355ff7a41e7472ad3030dbeb80c315609 (patch)
treef1be9fa9f2084ffe8e54cfd433079e7543592adc
parent0227056275a68bcca6e001aa732fdd93590fadca (diff)
gtk-theme-switch: => 2.1.0
-rwxr-xr-xgnome1-libs/gtk-theme-switch/BUILD8
-rwxr-xr-xgnome1-libs/gtk-theme-switch/DEPENDS2
-rwxr-xr-xgnome1-libs/gtk-theme-switch/DETAILS15
-rw-r--r--gnome1-libs/gtk-theme-switch/HISTORY8
-rwxr-xr-xgnome1-libs/gtk-theme-switch/INSTALL1
-rwxr-xr-xgnome1-libs/gtk-theme-switch/PRE_BUILD4
6 files changed, 20 insertions, 18 deletions
diff --git a/gnome1-libs/gtk-theme-switch/BUILD b/gnome1-libs/gtk-theme-switch/BUILD
index 9a47670d9c..429933c445 100755
--- a/gnome1-libs/gtk-theme-switch/BUILD
+++ b/gnome1-libs/gtk-theme-switch/BUILD
@@ -1,7 +1 @@
-(
-
- make &&
- prepare_install &&
- make PREFIX=/usr install
-
-) > $C_FIFO 2>&1
+make CFLAGS="$CFLAGS"
diff --git a/gnome1-libs/gtk-theme-switch/DEPENDS b/gnome1-libs/gtk-theme-switch/DEPENDS
index 8ed35fc4dc..edffa0e35e 100755
--- a/gnome1-libs/gtk-theme-switch/DEPENDS
+++ b/gnome1-libs/gtk-theme-switch/DEPENDS
@@ -1 +1 @@
-depends gtk+
+depends gtk+2
diff --git a/gnome1-libs/gtk-theme-switch/DETAILS b/gnome1-libs/gtk-theme-switch/DETAILS
index 4514cb9014..f917d9aa2f 100755
--- a/gnome1-libs/gtk-theme-switch/DETAILS
+++ b/gnome1-libs/gtk-theme-switch/DETAILS
@@ -1,16 +1,13 @@
SPELL=gtk-theme-switch
- VERSION=1.0.1
+ VERSION=2.1.0
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://muhri.net/$SOURCE
- SOURCE_HASH=sha512:995bf111137b02807b50338b99f28837bdf2a419d6f93b22e10e544adc7b96d65a6c54940d5de91f0c9e0104ee479559e3b1ce929c90f1ee8f4df7c8d6e2ea6d
- WEB_SITE=http://muhri.net/nav.php3?node=gts
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=http://download.gna.org/$SPELL/$SOURCE
+ SOURCE_HASH=sha512:ccf3876ab764f0a6a5d764aac9912ecf1bf7c92eddf8d38ab153c4ac2772151c67af59762e2cfb6aeb33baf33a141824e0825be0f3a8de4675c577198cfacf2f
+ WEB_SITE=http://gna.org/projects/gtk-theme-switch/
LICENSE[0]=GPL
ENTERED=20020716
- KEYWORDS="gnome1 libs"
- BUILD_API=1
- SHORT="A GTK theme-switching utility."
-
+ SHORT="GTK+ theme-switching utility"
cat << EOF
GTK Theme Switch is a small and fast command line utility to switch GTK themes
on the fly. It also has an optional GUI to preview the requested theme and
diff --git a/gnome1-libs/gtk-theme-switch/HISTORY b/gnome1-libs/gtk-theme-switch/HISTORY
index 20c24215f0..545f0f7080 100644
--- a/gnome1-libs/gtk-theme-switch/HISTORY
+++ b/gnome1-libs/gtk-theme-switch/HISTORY
@@ -1,3 +1,10 @@
+2011-12-03 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 2nd generation
+ * DEPENDS: gtk+ -> gtk+2
+ * BUILD: use BUILD_API=2
+ * INSTALL: added, to install to /usr
+ * PRE_BUILD: added, to fix man pages path
+
2006-10-03 Juuso Alasuutari <iuso@sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
@@ -24,4 +31,3 @@
2002-07-16 Robert Helgesson <rycee@home.se>
* Created spell
-
diff --git a/gnome1-libs/gtk-theme-switch/INSTALL b/gnome1-libs/gtk-theme-switch/INSTALL
new file mode 100755
index 0000000000..7bf12151da
--- /dev/null
+++ b/gnome1-libs/gtk-theme-switch/INSTALL
@@ -0,0 +1 @@
+make PREFIX="$INSTALL_ROOT/usr" install
diff --git a/gnome1-libs/gtk-theme-switch/PRE_BUILD b/gnome1-libs/gtk-theme-switch/PRE_BUILD
new file mode 100755
index 0000000000..3aa010e79e
--- /dev/null
+++ b/gnome1-libs/gtk-theme-switch/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+
+sed -i "s:/man:/share/man/man1:g" Makefile