summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-12-01 09:55:29 -0700
committerMark Wagie2020-12-01 09:55:29 -0700
commit31e97fd2aa014ca2f51f0498cea17d31f936fabc (patch)
tree28a23097eb41783a9c887d14f0e1858e99942dd4
parentf150651ee7cdc3e72412cb4842417c313ccb03cd (diff)
downloadaur-31e97fd2aa014ca2f51f0498cea17d31f936fabc.tar.gz
fix PKGBUILD, install license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD27
2 files changed, 3 insertions, 28 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d888596ea672..5c621931bcd0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xfce-theme-greybird
pkgdesc = Desktop Suite for Xfce
pkgver = 3.22.13
- pkgrel = 1
+ pkgrel = 2
url = https://shimmerproject.org
arch = any
license = CC BY-SA-3.0
@@ -15,7 +15,7 @@ pkgbase = xfce-theme-greybird
optdepends = lightdm-gtk-greeter: required for the LightDM GTK theme
optdepends = shimmer-wallpapers: contains the Greybird wallpaper, among others
optdepends = lib32-gtk-engine-murrine: required for multilib
- source = xfce-theme-greybird-3.22.12.tar.gz::https://github.com/shimmerproject/Greybird/archive/v3.22.12.tar.gz
+ source = xfce-theme-greybird-3.22.13.tar.gz::https://github.com/shimmerproject/Greybird/archive/v3.22.13.tar.gz
sha256sums = 2805205c20597d528e8850fc76c8f730e66469227d06982a4e05a2fbb9c4db96
pkgname = xfce-theme-greybird
diff --git a/PKGBUILD b/PKGBUILD
index d01bcb9da5cb..043cf8c3727b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: flan_suse
pkgname=xfce-theme-greybird
pkgver=3.22.13
-pkgrel=1
+pkgrel=2
pkgdesc="Desktop Suite for Xfce"
arch=('any')
url="https://shimmerproject.org"
@@ -26,28 +26,3 @@ build() {
package() {
DESTDIR="$pkgdir" meson install -C build
}
-
-pkgname=xfce-theme-greybird
-pkgver=3.22.12
-pkgrel=1
-pkgdesc="Desktop Suite for Xfce"
-arch=('any')
-url="https://shimmerproject.org"
-license=('CC BY-SA-3.0' 'GPL')
-depends=('gtk-engine-murrine' 'gtk3')
-makedepends=('librsvg' 'meson' 'sassc')
-optdepends=('elementary-xfce-icons: matching icon set; use the dark icon theme'
- 'lightdm-gtk-greeter: required for the LightDM GTK theme'
- 'shimmer-wallpapers: contains the Greybird wallpaper, among others'
- 'lib32-gtk-engine-murrine: required for multilib')
-source=("$pkgname-$pkgver.tar.gz"::"https://github.com/shimmerproject/Greybird/archive/v$pkgver.tar.gz")
-sha256sums=('410804cd5daca33cbc5c7c4a179f3a334ced87f408e515fc5d9c083a04bec4bc')
-
-build() {
- arch-meson "Greybird-$pkgver" build
- meson compile -C build
-}
-
-package() {
- DESTDIR="$pkgdir" meson install -C build
-}