From 8fbc0076a4827ddc6af92e0b9daa4c4c31450808 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 19 Jul 2013 01:10:32 -0700 Subject: Fri Jul 19 01:09:18 PDT 2013 --- community/gtk-theme-switch2/PKGBUILD | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 community/gtk-theme-switch2/PKGBUILD (limited to 'community/gtk-theme-switch2') diff --git a/community/gtk-theme-switch2/PKGBUILD b/community/gtk-theme-switch2/PKGBUILD new file mode 100644 index 000000000..78087c508 --- /dev/null +++ b/community/gtk-theme-switch2/PKGBUILD @@ -0,0 +1,30 @@ +# $Id: PKGBUILD 69248 2012-04-11 04:16:20Z allan $ +# Contributor: Eddie Lozon +# Contributor: Jason Chu +# Contributor: Thayer Williams +# Contributor: Daniel J Griffiths + +pkgname=gtk-theme-switch2 +pkgver=2.1.0 +pkgrel=2 +pkgdesc="Gtk2 theme switcher" +url="http://muhri.net/nav.php3?node=gts" +arch=('i686' 'x86_64') +license=('GPL2') +depends=('gtk2') +source=(http://ftp.de.debian.org/debian/pool/main/g/gtk-theme-switch/gtk-theme-switch_${pkgver}.orig.tar.gz) +md5sums=('a9e7e62701cd4fba4d277dc210cd4317') + +build() { + cd ${srcdir}/gtk-theme-switch-${pkgver} + make +} + +package() { + cd ${srcdir}/gtk-theme-switch-${pkgver} + + install -Dm755 gtk-theme-switch2 \ + ${pkgdir}/usr/bin/gtk-theme-switch2 + install -Dm644 gtk-theme-switch2.1 \ + ${pkgdir}/usr/share/man/man1/gtk-theme-switch2.1 +} -- cgit v1.2.3-54-g00ecf