summaryrefslogtreecommitdiff
path: root/pcr-testing/parabola-theme-blackmate/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr-testing/parabola-theme-blackmate/PKGBUILD')
-rw-r--r--pcr-testing/parabola-theme-blackmate/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/pcr-testing/parabola-theme-blackmate/PKGBUILD b/pcr-testing/parabola-theme-blackmate/PKGBUILD
index 5530b8e03..09dc2baea 100644
--- a/pcr-testing/parabola-theme-blackmate/PKGBUILD
+++ b/pcr-testing/parabola-theme-blackmate/PKGBUILD
@@ -3,17 +3,18 @@
pkgname=parabola-theme-blackmate
pkgver=3.22.16
-pkgrel=parabola1
+pkgrel=parabola3
pkgdesc="Parabola's dark desktop theme"
arch=('any')
license=('GPL3')
url=https://mate-desktop.org
-depends=()
+depends=('qt5ct' 'qt5-styleplugins')
makedepends=('git')
source=(https://git.parabola.nu/artwork.git/snapshot/official%2F2018.tar.gz)
-sha256sums=('d697952ebd0007a5bd0f9bfd46dede7a7b9ccfdf14c4db29f411e689f5ecf4fc')
+install=$pkgname.install
+sha256sums=('d1c57dabfc735ca6eef2f116d8c83ac1c5c1f20f89a6b5f5459982c822186044')
package()
@@ -21,7 +22,7 @@ package()
cd $srcdir/official/2018/gtk-themes/parabola-blackmate
mkdir -p ${pkgdir}/usr/share/themes/parabola-blackmate
- for ea in apps cinnamon gtk-2.0 gtk-3.0 metacity-1 unity index.theme
+ for ea in apps cinnamon gtk-2.0 gtk-3.0 metacity-1 qt5ct unity index.theme
do cp -r $ea ${pkgdir}/usr/share/themes/parabola-blackmate/$ea
done
}