[arch-commits] Commit in gtk-theme-switch2/trunk (PKGBUILD)

Lukas Fleischer lfleischer at nymeria.archlinux.org
Sat Jul 5 16:04:41 UTC 2014


    Date: Saturday, July 5, 2014 @ 18:04:41
  Author: lfleischer
Revision: 115092

upgpkg: gtk-theme-switch2 2.1.0-3

* .MTREE rebuild.
* PKGBUILD cleanup.

Modified:
  gtk-theme-switch2/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-05 15:39:34 UTC (rev 115091)
+++ PKGBUILD	2014-07-05 16:04:41 UTC (rev 115092)
@@ -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"
 }




More information about the arch-commits mailing list