[arch-commits] Commit in materia-kde/repos/community-any (PKGBUILD PKGBUILD)
Bruno Pagani
archange at gemini.archlinux.org
Tue Nov 23 19:54:21 UTC 2021
Date: Tuesday, November 23, 2021 @ 19:54:21
Author: archange
Revision: 1054507
archrelease: copy trunk to community-any
Added:
materia-kde/repos/community-any/PKGBUILD
(from rev 1054505, materia-kde/trunk/PKGBUILD)
Deleted:
materia-kde/repos/community-any/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-23 19:54:21 UTC (rev 1054506)
+++ PKGBUILD 2021-11-23 19:54:21 UTC (rev 1054507)
@@ -1,38 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgbase=materia-kde
-pkgname=(materia-kde kvantum-theme-materia)
-pkgver=20211027
-pkgrel=1
-pkgdesc="Materia theme for KDE Plasma 5"
-arch=(any)
-url="https://github.com/PapirusDevelopmentTeam/materia-kde"
-license=(GPL3)
-options=(!strip)
-source=(${url}/archive/${pkgver}/${pkgbase}-${pkgver}.tar.gz)
-sha256sums=('cfabeecbfe5a9d3f163c61d00b8a75b1780788662d84f3686e9ebc3be985377f')
-
-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 sddm "${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 1054505, materia-kde/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-23 19:54:21 UTC (rev 1054507)
@@ -0,0 +1,38 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgbase=materia-kde
+pkgname=(materia-kde kvantum-theme-materia)
+pkgver=20211123
+pkgrel=1
+pkgdesc="Materia theme for KDE Plasma 5"
+arch=(any)
+url="https://github.com/PapirusDevelopmentTeam/materia-kde"
+license=(GPL3)
+options=(!strip)
+source=(${url}/archive/${pkgver}/${pkgbase}-${pkgver}.tar.gz)
+sha256sums=('31707d0ccd564131ffd77d6bfcffa3063789579e43e5f3260883966973a2298d')
+
+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 sddm "${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