summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-01-20 14:13:12 -0700
committerMark Wagie2024-01-20 14:13:12 -0700
commit9a8f9a20fadf86412decfd36290fcbd178480fad (patch)
tree8eedd40e3270f48f523ebe8cb473e8514c63e6c8
parentf4e58ad803de90f348328a5746b728fb1e789275 (diff)
downloadaur-9a8f9a20fadf86412decfd36290fcbd178480fad.tar.gz
use SPDX license identifier
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d13c9ba6505..607a6fdd067a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = fluent-gtk-theme-git
url = https://github.com/vinceliuice/Fluent-gtk-theme
install = fluent-gtk-theme.install
arch = any
- license = GP3
+ license = GPL-3.0-or-later
makedepends = git
makedepends = sassc
makedepends = setconf
diff --git a/PKGBUILD b/PKGBUILD
index fe2e00f79d5e..ae290014baec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
-# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
+# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=fluent-gtk-theme-git
pkgver=2023.06.20.r14.g9fdf52e
pkgrel=1
pkgdesc="Fluent design gtk theme for linux desktops"
arch=('any')
url="https://github.com/vinceliuice/Fluent-gtk-theme"
-license=('GP3')
+license=('GPL-3.0-or-later')
makedepends=('git' 'sassc' 'setconf')
optdepends=('gtk-engine-murrine: GTK2 theme support'
'fluent-icon-theme: Matching icon theme'
@@ -20,19 +20,19 @@ sha256sums=('SKIP'
'SKIP')
pkgver() {
- cd "$srcdir/${pkgname%-git}"
+ cd "${pkgname%-git}"
git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
prepare() {
- cd "$srcdir/wallpaper"
+ cd wallpaper
setconf install-gnome-backgrounds.sh BACKGROUND_DIR "$pkgdir/usr/share/backgrounds"
setconf install-gnome-backgrounds.sh PROPERTIES_DIR "$pkgdir/usr/share/gnome-background-properties"
setconf install-wallpapers.sh WALLPAPER_DIR "$pkgdir/usr/share/backgrounds"
}
package() {
- cd "$srcdir/${pkgname%-git}"
+ cd "${pkgname%-git}"
install -d "$pkgdir/usr/share/themes"
./install.sh -t all -d "$pkgdir/usr/share/themes"