[arch-commits] Commit in materia-kde/repos/community-any (PKGBUILD PKGBUILD)
Bruno Pagani
archange at archlinux.org
Mon May 6 14:25:00 UTC 2019
Date: Monday, May 6, 2019 @ 14:25:00
Author: archange
Revision: 460973
archrelease: copy trunk to community-any
Added:
materia-kde/repos/community-any/PKGBUILD
(from rev 460972, materia-kde/trunk/PKGBUILD)
Deleted:
materia-kde/repos/community-any/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-06 14:24:43 UTC (rev 460972)
+++ PKGBUILD 2019-05-06 14:25:00 UTC (rev 460973)
@@ -1,37 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgbase=materia-kde
-pkgname=('materia-kde' 'kvantum-theme-materia')
-pkgver=20190319
-pkgrel=1
-pkgdesc="Materia 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")
-sha256sums=('9a6c0a6294392aff8f39f529675be54f9d4c7bcefed162984af09b60a3625fdf')
-
-package_materia-kde() {
- optdepends=('materia-gtk-theme: Matching GTK theme'
- 'kvantum-theme-materia: Materia 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-materia() {
- pkgdesc="Materia theme for KDE Plasma 5"
- depends=('kvantum-qt5')
-
- cd ${pkgbase}-${pkgver}
- install -d "${pkgdir}"/usr/share
-
- cp -r Kvantum "${pkgdir}"/usr/share
-}
Copied: materia-kde/repos/community-any/PKGBUILD (from rev 460972, materia-kde/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-05-06 14:25:00 UTC (rev 460973)
@@ -0,0 +1,37 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgbase=materia-kde
+pkgname=(materia-kde kvantum-theme-materia)
+pkgver=20190506
+pkgrel=1
+pkgdesc="Materia 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")
+sha256sums=('51b26f0dd7eb6a0bd44cef0309c200ecbf0e1c34cc3b5ca7ba1ad1dad06ec9be')
+
+package_materia-kde() {
+ optdepends=('materia-gtk-theme: Matching GTK theme'
+ 'kvantum-theme-materia: Materia 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-materia() {
+ pkgdesc="Materia theme for KDE Plasma 5"
+ 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