summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-04-14 09:19:10 -0600
committerMark Wagie2024-04-14 09:19:10 -0600
commit75aaf119fd4234cb2d4d1b95cff1ec8d2155e8b5 (patch)
tree885f8c102ed3ac18bc005e9e6f1437ff6eee0228
parent4f192d48079507de96cbfdd4c8b4ad7ad58f4096 (diff)
downloadaur-colloid-gtk-theme-git.tar.gz
correct provides & conflicts
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD15
2 files changed, 23 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2de08037e050..4e3e85b9715e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = colloid-gtk-theme-git
pkgdesc = Gtk theme for Linux
- pkgver = 2023.10.28.r18.g2949b6a7
+ pkgver = 2024.04.14.r0.g2949b6a7
pkgrel = 1
url = https://github.com/vinceliuice/Colloid-gtk-theme
install = colloid-gtk-theme.install
@@ -11,22 +11,30 @@ pkgbase = colloid-gtk-theme-git
optdepends = gtk-engine-murrine: GTK2 theme support
optdepends = colloid-icon-theme: Matching icon theme
optdepends = colloid-cursors: Matching cursor theme
- provides = colloid-gtk-theme
- conflicts = colloid-gtk-theme
options = !strip
source = git+https://github.com/vinceliuice/Colloid-gtk-theme.git
sha256sums = SKIP
pkgname = colloid-gtk-theme-git
+ provides = colloid-gtk-theme
+ conflicts = colloid-gtk-theme
pkgname = colloid-dracula-gtk-theme-git
pkgdesc = Gtk Dracula theme for Linux
+ provides = colloid-dracula-gtk-theme
+ conflicts = colloid-dracula-gtk-theme
pkgname = colloid-everforest-gtk-theme-git
pkgdesc = Gtk Everforest theme for Linux
+ provides = colloid-everforest-gtk-theme
+ conflicts = colloid-everforest-gtk-theme
pkgname = colloid-gruvbox-gtk-theme-git
pkgdesc = Gtk Gruvbox theme for Linux
+ provides = colloid-gruvbox-gtk-theme
+ conflicts = colloid-gruvbox-gtk-theme
pkgname = colloid-nord-gtk-theme-git
pkgdesc = Gtk Nord theme for Linux
+ provides = colloid-nord-gtk-theme
+ conflicts = colloid-nord-gtk-theme
diff --git a/PKGBUILD b/PKGBUILD
index dceccbedf7d1..175fb8916785 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=(
'colloid-nord-gtk-theme-git'
)
pkgbase=colloid-gtk-theme-git
-pkgver=2023.10.28.r18.g2949b6a7
+pkgver=2024.04.14.r0.g2949b6a7
pkgrel=1
pkgdesc="Gtk theme for Linux"
arch=('any')
@@ -17,8 +17,6 @@ makedepends=('git' 'sassc')
optdepends=('gtk-engine-murrine: GTK2 theme support'
'colloid-icon-theme: Matching icon theme'
'colloid-cursors: Matching cursor theme')
-provides=("${pkgname%-git}")
-conflicts=("${pkgname%-git}")
options=('!strip')
install="${pkgname%-git}.install"
source=('git+https://github.com/vinceliuice/Colloid-gtk-theme.git')
@@ -30,6 +28,9 @@ pkgver() {
}
package_colloid-gtk-theme-git() {
+ provides=("${pkgname%-git}")
+ conflicts=("${pkgname%-git}")
+
cd Colloid-gtk-theme
install -d "$pkgdir/usr/share/themes"
./install.sh -t all -d "$pkgdir/usr/share/themes"
@@ -42,6 +43,8 @@ package_colloid-gtk-theme-git() {
package_colloid-dracula-gtk-theme-git() {
pkgdesc="Gtk Dracula theme for Linux"
+ provides=("${pkgname%-git}")
+ conflicts=("${pkgname%-git}")
cd Colloid-gtk-theme
install -d "$pkgdir/usr/share/themes"
@@ -51,6 +54,8 @@ package_colloid-dracula-gtk-theme-git() {
package_colloid-everforest-gtk-theme-git() {
pkgdesc="Gtk Everforest theme for Linux"
+ provides=("${pkgname%-git}")
+ conflicts=("${pkgname%-git}")
cd Colloid-gtk-theme
install -d "$pkgdir/usr/share/themes"
@@ -60,6 +65,8 @@ package_colloid-everforest-gtk-theme-git() {
package_colloid-gruvbox-gtk-theme-git() {
pkgdesc="Gtk Gruvbox theme for Linux"
+ provides=("${pkgname%-git}")
+ conflicts=("${pkgname%-git}")
cd Colloid-gtk-theme
install -d "$pkgdir/usr/share/themes"
@@ -69,6 +76,8 @@ package_colloid-gruvbox-gtk-theme-git() {
package_colloid-nord-gtk-theme-git() {
pkgdesc="Gtk Nord theme for Linux"
+ provides=("${pkgname%-git}")
+ conflicts=("${pkgname%-git}")
cd Colloid-gtk-theme
install -d "$pkgdir/usr/share/themes"