[arch-commits] Commit in arc-gtk-theme/repos/community-any (PKGBUILD PKGBUILD)

NicoHood nicohood at archlinux.org
Sun Nov 20 09:41:24 UTC 2016


    Date: Sunday, November 20, 2016 @ 09:41:23
  Author: nicohood
Revision: 196355

archrelease: copy trunk to community-any

Added:
  arc-gtk-theme/repos/community-any/PKGBUILD
    (from rev 196354, arc-gtk-theme/trunk/PKGBUILD)
Deleted:
  arc-gtk-theme/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   89 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 46 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-20 09:41:12 UTC (rev 196354)
+++ PKGBUILD	2016-11-20 09:41:23 UTC (rev 196355)
@@ -1,43 +0,0 @@
-# Maintainer: NicoHood <archlinux {cat} nicohood {dog} de>
-# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
-# Contributor: zach <zach {at} zach-adams {dot} com>
-# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de
-# Contributor: Philipp Wolfer <ph.wolfer at gmail.com>
-
-pkgbase=arc-gtk-theme
-_pkgname=arc-theme
-pkgname=('arc-gtk-theme' 'arc-solid-gtk-theme')
-pkgver=20161005
-pkgrel=3
-arch=('any')
-url="https://github.com/horst3180/${_pkgname}"
-license=('GPL3')
-depends=('gtk3' 'gtk-engine-murrine')
-optdepends=('arc-icon-theme')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/horst3180/${_pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('cbdb73424f85532d756f2b7ed781fbc49598be44e01715490c0f95a60d7e1ab1c4f58a02f1a60bc9aec7f9625a9b7190ed680888af9c6fdf8a192b935c2ebe33')
-
-build() {
-        cd "${_pkgname}-$pkgver"
-        ./autogen.sh --prefix=/usr
-}
-
-package_arc-gtk-theme() {
-        pkgdesc="A flat theme with transparent elements for GTK 3, GTK 2 and Gnome-Shell"
-        replaces=('gtk-theme-arc')
-
-        cd "${_pkgname}-$pkgver"
-        ./configure --prefix=/usr
-        make DESTDIR="${pkgdir}" install
-}
-
-package_arc-solid-gtk-theme() {
-        pkgdesc="A flat theme for GTK 3, GTK 2 and Gnome-Shell (without transparency)"
-        conflicts=('arc-gtk-theme' 'gtk-theme-arc')
-        provides=('arc-gtk-theme')
-        replaces=('gtk-theme-arc-solid')
-
-        cd "${_pkgname}-$pkgver"
-        ./configure --prefix=/usr --disable-transparency
-        make DESTDIR="${pkgdir}" install
-}

Copied: arc-gtk-theme/repos/community-any/PKGBUILD (from rev 196354, arc-gtk-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-11-20 09:41:23 UTC (rev 196355)
@@ -0,0 +1,46 @@
+# Maintainer: NicoHood <archlinux {cat} nicohood {dog} de>
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: zach <zach {at} zach-adams {dot} com>
+# Contributor: Gordian Edenhofer <gordian.edenhofer[at]yahoo[dot]de
+# Contributor: Philipp Wolfer <ph.wolfer at gmail.com>
+
+pkgbase=arc-gtk-theme
+_pkgname=arc-theme
+pkgname=('arc-gtk-theme' 'arc-solid-gtk-theme')
+pkgver=20161119
+pkgrel=1
+arch=('any')
+url="https://github.com/horst3180/${_pkgname}"
+license=('GPL3')
+depends=('gtk3' 'gtk-engine-murrine')
+optdepends=('arc-icon-theme')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/horst3180/${_pkgname}/archive/${pkgver}.tar.gz"
+"${pkgname}-${pkgver}.tar.gz.sig::https://github.com/horst3180/${_pkgname}/releases/download/20161119/${_pkgname}-${pkgver}.tar.gz.asc")
+validpgpkeys=('A46FD8E741A2A075898462CDC57DFF0D28DAAE97')
+sha512sums=('996d8583c4de654dc5979703c85ad3a0eeebef435a264df1b2c8044b9e62f4f74561294a16c5ebf9a213ec5ff7c23f94a360a76502321836bbb83b7396765da0'
+            'SKIP')
+
+build() {
+        cd "${_pkgname}-$pkgver"
+        ./autogen.sh --prefix=/usr
+}
+
+package_arc-gtk-theme() {
+        pkgdesc="A flat theme with transparent elements for GTK 3, GTK 2 and Gnome-Shell"
+        replaces=('gtk-theme-arc')
+
+        cd "${_pkgname}-$pkgver"
+        ./configure --prefix=/usr
+        make DESTDIR="${pkgdir}" install
+}
+
+package_arc-solid-gtk-theme() {
+        pkgdesc="A flat theme for GTK 3, GTK 2 and Gnome-Shell (without transparency)"
+        conflicts=('arc-gtk-theme' 'gtk-theme-arc')
+        provides=('arc-gtk-theme')
+        replaces=('gtk-theme-arc-solid')
+
+        cd "${_pkgname}-$pkgver"
+        ./configure --prefix=/usr --disable-transparency
+        make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list