diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-04-13 11:58:27 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-04-13 11:58:27 -0300 |
commit | 8e5c27c1b5d01d353df2542166d50f9f456b2597 (patch) | |
tree | 227eed66652cffc0e872b75e7fe601cb23214cdb /community/gtk-theme-switch2 | |
parent | 394988e4c3a3ab21e5d79481ac3f3295045af987 (diff) | |
parent | 7ff5465d0386f06bea97ef956397c305d6f7e07f (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/smalltalk/PKGBUILD
extra/crypto++/PKGBUILD
extra/libpciaccess/PKGBUILD
extra/postfix/PKGBUILD
extra/samba/PKGBUILD
extra/xorg-server/PKGBUILD
libre/gstreamer0.10-bad-libre/PKGBUILD
multilib/gcc-multilib/PKGBUILD
multilib/lib32-libpciaccess/PKGBUILD
Diffstat (limited to 'community/gtk-theme-switch2')
-rw-r--r-- | community/gtk-theme-switch2/PKGBUILD | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/community/gtk-theme-switch2/PKGBUILD b/community/gtk-theme-switch2/PKGBUILD index 9f4eb22d9..604c6241e 100644 --- a/community/gtk-theme-switch2/PKGBUILD +++ b/community/gtk-theme-switch2/PKGBUILD @@ -1,12 +1,12 @@ -# $Id: PKGBUILD 46954 2011-05-13 20:41:12Z andrea $ +# $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> -# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> +# Contributor: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=gtk-theme-switch2 pkgver=2.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Gtk2 theme switcher" url="http://muhri.net/nav.php3?node=gts" arch=('i686' 'x86_64' 'mips64el') @@ -17,15 +17,14 @@ md5sums=('a9e7e62701cd4fba4d277dc210cd4317') build() { cd ${srcdir}/gtk-theme-switch-${pkgver} - - make || return 1 + make } package() { cd ${srcdir}/gtk-theme-switch-${pkgver} install -Dm755 gtk-theme-switch2 \ - ${pkgdir}/usr/bin/gtk-theme-switch2 || return 1 + ${pkgdir}/usr/bin/gtk-theme-switch2 install -Dm644 gtk-theme-switch2.1 \ - ${pkgdir}/usr/share/man/man1/gtk-theme-switch2.1 || return 1 + ${pkgdir}/usr/share/man/man1/gtk-theme-switch2.1 } |