[arch-commits] Commit in gtk-theme-switch2/repos (4 files)

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


    Date: Saturday, July 5, 2014 @ 18:04:55
  Author: lfleischer
Revision: 115093

archrelease: copy trunk to community-i686, community-x86_64

Added:
  gtk-theme-switch2/repos/community-i686/PKGBUILD
    (from rev 115092, gtk-theme-switch2/trunk/PKGBUILD)
  gtk-theme-switch2/repos/community-x86_64/PKGBUILD
    (from rev 115092, gtk-theme-switch2/trunk/PKGBUILD)
Deleted:
  gtk-theme-switch2/repos/community-i686/PKGBUILD
  gtk-theme-switch2/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   56 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   30 -----------------------
 community-x86_64/PKGBUILD |   30 -----------------------
 3 files changed, 56 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-05 16:04:41 UTC (rev 115092)
+++ community-i686/PKGBUILD	2014-07-05 16:04:55 UTC (rev 115093)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Eddie Lozon <almostlucky at attbi.com>
-# Contributor: Jason Chu <jason at archlinux.org>
-# Contributor: Thayer Williams <thayer at archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227 at 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
-}

Copied: gtk-theme-switch2/repos/community-i686/PKGBUILD (from rev 115092, gtk-theme-switch2/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-05 16:04:55 UTC (rev 115093)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Eddie Lozon <almostlucky at attbi.com>
+# Contributor: Jason Chu <jason at archlinux.org>
+# Contributor: Thayer Williams <thayer at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=gtk-theme-switch2
+pkgver=2.1.0
+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")
+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"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-05 16:04:41 UTC (rev 115092)
+++ community-x86_64/PKGBUILD	2014-07-05 16:04:55 UTC (rev 115093)
@@ -1,30 +0,0 @@
-# $Id$
-# Contributor: Eddie Lozon <almostlucky at attbi.com>
-# Contributor: Jason Chu <jason at archlinux.org>
-# Contributor: Thayer Williams <thayer at archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227 at 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
-}

Copied: gtk-theme-switch2/repos/community-x86_64/PKGBUILD (from rev 115092, gtk-theme-switch2/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-05 16:04:55 UTC (rev 115093)
@@ -0,0 +1,28 @@
+# $Id$
+# Contributor: Eddie Lozon <almostlucky at attbi.com>
+# Contributor: Jason Chu <jason at archlinux.org>
+# Contributor: Thayer Williams <thayer at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=gtk-theme-switch2
+pkgver=2.1.0
+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")
+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"
+}




More information about the arch-commits mailing list