From b464c2860e91a60ffce805697b504bfbf7715148 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Sun, 6 Jul 2014 03:43:28 +0000 Subject: Sun Jul 6 03:41:15 UTC 2014 --- community/gtk-theme-switch2/PKGBUILD | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'community/gtk-theme-switch2/PKGBUILD') diff --git a/community/gtk-theme-switch2/PKGBUILD b/community/gtk-theme-switch2/PKGBUILD index 78087c508..2f824c74b 100644 --- a/community/gtk-theme-switch2/PKGBUILD +++ b/community/gtk-theme-switch2/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 69248 2012-04-11 04:16:20Z allan $ +# $Id: PKGBUILD 115093 2014-07-05 16:04:55Z lfleischer $ # Contributor: Eddie Lozon # Contributor: Jason Chu # Contributor: Thayer Williams @@ -6,25 +6,23 @@ pkgname=gtk-theme-switch2 pkgver=2.1.0 -pkgrel=2 +pkgrel=3 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) +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} + cd "${srcdir}/gtk-theme-switch-${pkgver}" make } package() { - cd ${srcdir}/gtk-theme-switch-${pkgver} + 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 + 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