Date: Monday, March 27, 2017 @ 03:25:25 Author: archange Revision: 219273
Initial import of arc-kde from the AUR Added: arc-kde/ arc-kde/repos/ arc-kde/trunk/ arc-kde/trunk/PKGBUILD ----------+ PKGBUILD | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) Added: arc-kde/trunk/PKGBUILD =================================================================== --- arc-kde/trunk/PKGBUILD (rev 0) +++ arc-kde/trunk/PKGBUILD 2017-03-27 03:25:25 UTC (rev 219273) @@ -0,0 +1,24 @@ +# Maintainer: Bruno Pagani <[email protected]> + +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 +}
