summaryrefslogtreecommitdiff
path: root/community/gtk-theme-switch2
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/gtk-theme-switch2
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/gtk-theme-switch2')
-rw-r--r--community/gtk-theme-switch2/PKGBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/community/gtk-theme-switch2/PKGBUILD b/community/gtk-theme-switch2/PKGBUILD
deleted file mode 100644
index 78087c508..000000000
--- a/community/gtk-theme-switch2/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 69248 2012-04-11 04:16:20Z allan $
-# Contributor: Eddie Lozon <almostlucky@attbi.com>
-# Contributor: Jason Chu <jason@archlinux.org>
-# Contributor: Thayer Williams <thayer@archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
-
-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
-}