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

Bruno Pagani archange at archlinux.org
Fri Jun 14 09:36:01 UTC 2019


    Date: Friday, June 14, 2019 @ 09:36:00
  Author: archange
Revision: 481413

archrelease: copy trunk to community-any

Added:
  arc-kde/repos/community-any/PKGBUILD
    (from rev 481412, arc-kde/trunk/PKGBUILD)
Deleted:
  arc-kde/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   85 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 44 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-14 09:35:50 UTC (rev 481412)
+++ PKGBUILD	2019-06-14 09:36:00 UTC (rev 481413)
@@ -1,41 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgbase=arc-kde
-pkgname=('arc-kde' 'kvantum-theme-arc')
-pkgver=20180614
-pkgrel=2
-pkgdesc="Arc theme for KDE Plasma 5"
-arch=('any')
-url="https://github.com/PapirusDevelopmentTeam/${pkgbase}"
-license=('GPL3')
-options=('!strip')
-source=(${pkgbase}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz"
-        "https://github.com/PapirusDevelopmentTeam/arc-kde/commit/b7b7f6d60ed2b19ba9822418c2d43fbcf27c5245.patch")
-sha256sums=('44267738b2bee20f62cc3f1c150b4eb0aa7ce79f4f5d302102f11d15ffa6de15'
-            '80d46e6f2c31c655236f3743517396c21ef4a29d93f8d39dfe975afca3e1c7ed')
-
-prepare() {
-    cd ${pkgbase}-${pkgver}
-    patch -p1 -i ../b7b7f6d60ed2b19ba9822418c2d43fbcf27c5245.patch
-}
-
-package_arc-kde() {
-    optdepends=('kvantum-theme-arc: Arc theme for Kvantum Qt style (recommended)')
-    cd ${pkgbase}-${pkgver}
-    install -d "${pkgdir}"/usr/share
- 
-    cp -r plasma "${pkgdir}"/usr/share
-    cp -r aurorae "${pkgdir}"/usr/share
-    cp -r color-schemes "${pkgdir}"/usr/share
-    cp -r konsole "${pkgdir}"/usr/share
-    cp -r yakuake "${pkgdir}"/usr/share
-}
-
-package_kvantum-theme-arc() {
-    pkgdesc="Arc theme for Kvantum"
-    depends=('kvantum-qt5')
-    cd ${pkgbase}-${pkgver}
-    install -d "${pkgdir}"/usr/share
-
-    cp -r Kvantum "${pkgdir}"/usr/share
-}

Copied: arc-kde/repos/community-any/PKGBUILD (from rev 481412, arc-kde/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-14 09:36:00 UTC (rev 481413)
@@ -0,0 +1,44 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgbase=arc-kde
+pkgname=('arc-kde' 'kvantum-theme-arc')
+pkgver=20180614
+pkgrel=3
+pkgdesc="Arc theme for KDE Plasma 5"
+arch=(any)
+url="https://github.com/PapirusDevelopmentTeam/${pkgbase}"
+license=(GPL3)
+options=(!strip)
+source=(${pkgbase}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz"
+        arc-kde-plasma5.13.patch::"https://github.com/PapirusDevelopmentTeam/arc-kde/commit/b7b7f6d60ed2b19ba9822418c2d43fbcf27c5245.patch"
+        arc-kde-plasma5.16.patch::"https://github.com/PapirusDevelopmentTeam/arc-kde/commit/ebe4ed6bd17b2fdb8c17e3784e913e12c6b325d5.patch")
+sha256sums=('44267738b2bee20f62cc3f1c150b4eb0aa7ce79f4f5d302102f11d15ffa6de15'
+            '80d46e6f2c31c655236f3743517396c21ef4a29d93f8d39dfe975afca3e1c7ed'
+            'b43affc425aadca30be1be22b68ac10bacff26dbc60e370faa903c2c6d3d7f24')
+
+prepare() {
+    cd ${pkgbase}-${pkgver}
+    patch -p1 -i ../arc-kde-plasma5.13.patch
+    patch -p1 -i ../arc-kde-plasma5.16.patch
+}
+
+package_arc-kde() {
+    optdepends=('kvantum-theme-arc: Arc theme for Kvantum Qt style (recommended)')
+    cd ${pkgbase}-${pkgver}
+    install -d "${pkgdir}"/usr/share
+ 
+    cp -r plasma "${pkgdir}"/usr/share
+    cp -r aurorae "${pkgdir}"/usr/share
+    cp -r color-schemes "${pkgdir}"/usr/share
+    cp -r konsole "${pkgdir}"/usr/share
+    cp -r yakuake "${pkgdir}"/usr/share
+}
+
+package_kvantum-theme-arc() {
+    pkgdesc="Arc theme for Kvantum"
+    depends=('kvantum-qt5')
+    cd ${pkgbase}-${pkgver}
+    install -d "${pkgdir}"/usr/share
+
+    cp -r Kvantum "${pkgdir}"/usr/share
+}



More information about the arch-commits mailing list