diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2020-03-26 19:54:14 -0400 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2020-03-26 20:02:28 -0400 |
commit | 3502f05b9657fc630e2ed672b08b676489c69974 (patch) | |
tree | 40d3bea183969550458a186e25ffa048bdbde28c | |
parent | 84eb78acff2880e21b845f1311d32507f87e8ca2 (diff) | |
download | abslibre-3502f05b9657fc630e2ed672b08b676489c69974.tar.gz abslibre-3502f05b9657fc630e2ed672b08b676489c69974.tar.bz2 abslibre-3502f05b9657fc630e2ed672b08b676489c69974.zip |
[parabola-laf][parabola-theme-blackmate]: shift depends
-rw-r--r-- | pcr-testing/parabola-laf/PKGBUILD | 6 | ||||
-rw-r--r-- | pcr-testing/parabola-theme-blackmate/PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/pcr-testing/parabola-laf/PKGBUILD b/pcr-testing/parabola-laf/PKGBUILD index 5bdff6290..d3a22dbae 100644 --- a/pcr-testing/parabola-laf/PKGBUILD +++ b/pcr-testing/parabola-laf/PKGBUILD @@ -3,15 +3,15 @@ pkgname=parabola-laf pkgver=0.15 -pkgrel=1 +pkgrel=2 pkgdesc="User skeleton, artwork, and utilities for Parabola graphical desktop systems" arch=('any') license=('GPL') url=https://wiki.parabola.nu/Parabola-LAF # FIXME: depends=('gxmessage' 'zenity') https://labs.parabola.nu/issues/2208 -depends=('gnu-netcat' 'grub2-theme-gnuaxiom' 'gxmessage' 'parabola-theme-blackmate' \ - 'xclip' 'xcursor-flatbed' 'zenity' ) +depends=('gnu-netcat' 'grub2-theme-gnuaxiom' 'gxmessage' 'parabola-theme-blackmate' + 'qt5ct' 'qt5-styleplugins' 'ttf-dejavu' 'xclip' 'xcursor-flatbed' 'zenity') makedepends=('git') _git_tag="v${pkgver}" diff --git a/pcr-testing/parabola-theme-blackmate/PKGBUILD b/pcr-testing/parabola-theme-blackmate/PKGBUILD index cbd275696..feffad996 100644 --- a/pcr-testing/parabola-theme-blackmate/PKGBUILD +++ b/pcr-testing/parabola-theme-blackmate/PKGBUILD @@ -3,13 +3,13 @@ pkgname=parabola-theme-blackmate pkgver=3.22.16 -pkgrel=parabola5 +pkgrel=parabola6 pkgdesc="Parabola's dark desktop theme" arch=('any') license=('GPL3') url=https://mate-desktop.org -depends=('qt5ct' 'qt5-styleplugins') +depends=() makedepends=('git') source=(git+https://git.parabola.nu/artwork.git#branch=official/2018) |