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

NicoHood nicohood at archlinux.org
Mon Sep 23 11:35:44 UTC 2019


    Date: Monday, September 23, 2019 @ 11:35:44
  Author: nicohood
Revision: 511576

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |  114 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-23 11:35:32 UTC (rev 511575)
+++ PKGBUILD	2019-09-23 11:35:44 UTC (rev 511576)
@@ -1,57 +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')
-pkgdesc="A flat theme with transparent elements for GTK 3, GTK 2 and Gnome-Shell"
-pkgver=20190910
-pkgrel=1
-arch=('any')
-# Upstream url: https://github.com/horst3180/arc-theme
-# Now using soft fork: https://github.com/horst3180/arc-theme/issues/840
-url="https://github.com/arc-design/arc-theme"
-license=('GPL3')
-optdepends=('arc-icon-theme: recommended icon theme'
-            'gtk-engine-murrine: for gtk2 themes'
-            'gnome-themes-standard: for gtk2 themes'
-            #'resvg: building the package faster'
-            )
-makedepends=('gtk3' 'sassc' 'optipng' 'inkscape' 'parallel')
-
-source=("${pkgname}-${pkgver}.tar.xz::${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.xz"
-        "${pkgname}-${pkgver}.tar.xz.sig::${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.xz.asc")
-sha512sums=('702410044157c0686f7e60da125a321fc46672fa6aa5eaebfd8a37b2e35e4a3c1af88286f4c10c4f40be935b624df0fa4b70504d99d949b7e503beb90be6ce09'
-            'SKIP')
-validpgpkeys=('97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161'  # NicoHood
-              '1E1FB0017C998A8AE2C498A6C2EAA8A26ADC59EE') # Fossfreedom
-
-prepare() {
-    cp -a ${_pkgname}-${pkgver}{,-solid}
-}
-
-build() {
-    cd ${_pkgname}-${pkgver}
-    ./autogen.sh --prefix=/usr --with-gnome-shell=3.30
-
-    cd ../${_pkgname}-${pkgver}-solid
-    ./autogen.sh --prefix=/usr --disable-transparency --with-gnome-shell=3.30
-}
-
-package_arc-gtk-theme() {
-    replaces=('gtk-theme-arc')
-
-    cd ${_pkgname}-${pkgver}
-    make DESTDIR="${pkgdir}" install
-}
-
-package_arc-solid-gtk-theme() {
-    pkgdesc="A flat theme for GTK 3, GTK 2 and Gnome-Shell (without transparency)"
-    replaces=('gtk-theme-arc-solid')
-
-    cd ${_pkgname}-${pkgver}-solid
-    make DESTDIR="${pkgdir}" install
-}

Copied: arc-gtk-theme/repos/community-any/PKGBUILD (from rev 511575, arc-gtk-theme/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-23 11:35:44 UTC (rev 511576)
@@ -0,0 +1,57 @@
+# 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')
+pkgdesc="A flat theme with transparent elements for GTK 3, GTK 2 and Gnome-Shell"
+pkgver=20190917
+pkgrel=1
+arch=('any')
+# Upstream url: https://github.com/horst3180/arc-theme
+# Now using soft fork: https://github.com/horst3180/arc-theme/issues/840
+url="https://github.com/arc-design/arc-theme"
+license=('GPL3')
+optdepends=('arc-icon-theme: recommended icon theme'
+            'gtk-engine-murrine: for gtk2 themes'
+            'gnome-themes-standard: for gtk2 themes'
+            #'resvg: building the package faster'
+            )
+makedepends=('gtk3' 'sassc' 'optipng' 'inkscape' 'parallel')
+
+source=("${pkgname}-${pkgver}.tar.xz::${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.xz"
+        "${pkgname}-${pkgver}.tar.xz.sig::${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}.tar.xz.asc")
+sha512sums=('da3e98e696160542fc77678193ff4fdeecc1cab7b4c1ec57e1bd850486a80547e1d688c9784f5ef422f097449f1105c071a3ff917c25a6a315fe970bedf10c6f'
+            'SKIP')
+validpgpkeys=('97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161'  # NicoHood
+              '1E1FB0017C998A8AE2C498A6C2EAA8A26ADC59EE') # Fossfreedom
+
+prepare() {
+    cp -a ${_pkgname}-${pkgver}{,-solid}
+}
+
+build() {
+    cd ${_pkgname}-${pkgver}
+    ./autogen.sh --prefix=/usr --with-gnome-shell=3.30
+
+    cd ../${_pkgname}-${pkgver}-solid
+    ./autogen.sh --prefix=/usr --disable-transparency --with-gnome-shell=3.30
+}
+
+package_arc-gtk-theme() {
+    replaces=('gtk-theme-arc')
+
+    cd ${_pkgname}-${pkgver}
+    make DESTDIR="${pkgdir}" install
+}
+
+package_arc-solid-gtk-theme() {
+    pkgdesc="A flat theme for GTK 3, GTK 2 and Gnome-Shell (without transparency)"
+    replaces=('gtk-theme-arc-solid')
+
+    cd ${_pkgname}-${pkgver}-solid
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list