[arch-commits] Commit in arc-kde/repos (community-any community-any/PKGBUILD)
Bruno Pagani
archange at archlinux.org
Mon Mar 27 03:27:31 UTC 2017
Date: Monday, March 27, 2017 @ 03:27:30
Author: archange
Revision: 219274
archrelease: copy trunk to community-any
Added:
arc-kde/repos/community-any/
arc-kde/repos/community-any/PKGBUILD
(from rev 219273, arc-kde/trunk/PKGBUILD)
----------+
PKGBUILD | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
Copied: arc-kde/repos/community-any/PKGBUILD (from rev 219273, arc-kde/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD (rev 0)
+++ community-any/PKGBUILD 2017-03-27 03:27:30 UTC (rev 219274)
@@ -0,0 +1,24 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=arc-kde
+pkgver=20170218
+pkgrel=1
+pkgdesc="Arc theme for KDE Plasma 5"
+arch=('any')
+url="https://github.com/PapirusDevelopmentTeam/${pkgname}"
+license=('GPL3')
+options=('!strip')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
+sha256sums=('5c7dbe80f06b027527ada72b43934d116aed0c2a5717a3103946c7c45a5d74d7')
+
+package() {
+ cd ${pkgname}-${pkgver}
+ mkdir -p ${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
+ # Not sure whether this is the right place to provide this script…
+ rm "${pkgdir}"/usr/share/plasma/desktoptheme/Arc-Dark/fix-menubar.sh
+}
More information about the arch-commits
mailing list