[arch-commits] Commit in gtk-theme-switch2/repos (3 files)
Eric Belanger
eric at archlinux.org
Wed May 28 02:32:32 UTC 2008
Date: Tuesday, May 27, 2008 @ 22:32:32
Author: eric
Revision: 2163
Merged revisions 2-2162 via svnmerge from
svn+ssh://svn.archlinux.org/home/svn-packages/gtk-theme-switch2/trunk
........
r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
Added svn:keywords to all PKGBUILDs
........
r2161 | eric | 2008-05-27 22:19:42 -0400 (Tue, 27 May 2008) | 2 lines
upgpkg: gtk-theme-switch2 2.0.5-1
Upstream update, added arch tag, added license, added man page
........
Modified:
gtk-theme-switch2/repos/extra-i686/ (properties)
gtk-theme-switch2/repos/extra-i686/PKGBUILD
Deleted:
gtk-theme-switch2/repos/extra-i686/enable_deprecated.patch
-------------------------+
PKGBUILD | 23 +++++++++++------------
enable_deprecated.patch | 9 ---------
2 files changed, 11 insertions(+), 21 deletions(-)
Property changes on: gtk-theme-switch2/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
- /gtk-theme-switch2/trunk:1
+ /gtk-theme-switch2/trunk:1-2162
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2008-05-28 02:26:47 UTC (rev 2162)
+++ extra-i686/PKGBUILD 2008-05-28 02:32:32 UTC (rev 2163)
@@ -3,20 +3,19 @@
# Contributor: Eddie Lozon <almostlucky at attbi.com>
pkgname=gtk-theme-switch2
-pkgver=2.0.0rc2
-pkgrel=2
+pkgver=2.0.5
+pkgrel=1
pkgdesc="Gtk2 theme switcher"
-depends=('gtk2')
-source=(http://www.muhri.net/gtk-theme-switch-$pkgver.tar.gz \
- enable_deprecated.patch)
+arch=('i686' 'x86_64')
url="http://muhri.net/nav.php3?node=gts"
-md5sums=('f51b254fb347a86feef12db4bd76be6f' '1d8d84a768a824502d0ee998a52f81b9')
+license=('GPL2')
+depends=('gtk2')
+source=(http://ftp.de.debian.org/debian/pool/main/g/gtk-theme-switch/gtk-theme-switch_${pkgver}.tar.gz)
+md5sums=('9775656eb1dab08c883fd0e3c23fc0a5')
-build()
-{
- cd $startdir/src/gtk-theme-switch-$pkgver
- patch -up0 -i ../enable_deprecated.patch
+build() {
+ cd ${startdir}/src/gtk-theme-switch-${pkgver}
make || return 1
- mkdir -p $startdir/pkg/usr/bin
- cp switch2 $startdir/pkg/usr/bin/switch2
+ install -D -m755 switch2 $startdir/pkg/usr/bin/switch2 || return 1
+ install -D -m644 switch.1 $startdir/pkg/usr/share/man/man1/switch2.1 || return 1
}
Deleted: extra-i686/enable_deprecated.patch
===================================================================
--- extra-i686/enable_deprecated.patch 2008-05-28 02:26:47 UTC (rev 2162)
+++ extra-i686/enable_deprecated.patch 2008-05-28 02:32:32 UTC (rev 2163)
@@ -1,9 +0,0 @@
---- switch.h 2003-06-11 00:16:36.000000000 -0500
-+++ switch.h 2006-01-07 13:53:07.000000000 -0600
-@@ -1,4 +1,6 @@
- #include <gtk/gtk.h>
-+#undef GTK_DISABLE_DEPRECATED
-+#include <gtk/gtkcombo.h>
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <sys/wait.h>
More information about the arch-commits
mailing list