summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoey Dalton2023-11-20 18:09:22 +0200
committerJoey Dalton2023-11-20 18:09:22 +0200
commitafecdf2215be8620e8475205e0faad9140b5878d (patch)
tree9e84897db427c40e602e6660123868c231874290
parent9f0bf5d8273e54531facf3faba7a84b573a8ec73 (diff)
downloadaur-afecdf2215be8620e8475205e0faad9140b5878d.tar.gz
Updated URL to point to the gtk3-classic-xfce github page. Added gtk3-classic to the provides array.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6184d434dbbc..e07ee531feed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = gtk3-classic-xfce
pkgdesc = Patched GTK+3 that provides a more classic experience, with patches for xfce
pkgver = 3.24.38
- pkgrel = 3
- url = https://github.com/lah7/gtk3-classic
+ pkgrel = 4
+ url = https://github.com/simplejack-src/gtk3-classic-xfce
install = gtk3.install
arch = x86_64
license = LGPL
@@ -60,6 +60,7 @@ pkgbase = gtk3-classic-xfce
optdepends = colord: color management support
optdepends = dconf: default GSettings backend
optdepends = libcups: printer support in print dialog
+ provides = gtk3-classic=3.24.38
provides = gtk3=3.24.38
provides = gtk3-typeahead=3.24.38
provides = gtk3-mushrooms=3.24.38
diff --git a/PKGBUILD b/PKGBUILD
index f5640c6f0121..e3aaf6992f9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,7 @@
__arch_pkg_commit="108c7090a77081cd124c819e014ced95b4648d55"
_gtkver=3.24.38
+_gtk3_classic_url=https://github.com/lah7/gtk3-classic
_gtk3_classic_commit="ad4dccf4bda249e1725380dea660e6bded5c4444"
_gtk3_classic=gtk3-classic
@@ -15,11 +16,11 @@ _gtk3_classic=gtk3-classic
pkgbase=gtk3-classic-xfce
pkgname=($pkgbase)
pkgver=${_gtkver}
-pkgrel=3
+pkgrel=4
pkgdesc="Patched GTK+3 that provides a more classic experience, with patches for xfce"
-url="https://github.com/lah7/gtk3-classic"
+url="https://github.com/simplejack-src/gtk3-classic-xfce"
conflicts=(gtk3 gtk3-typeahead gtk3-print-backends gtk3-nocsd gtk3-nocsd-git gtk3-nocsd-legacy-git gtk3-classic)
-provides=(gtk3=$_gtkver gtk3-typeahead=$_gtkver gtk3-mushrooms=$_gtkver gtk3-print-backends
+provides=(gtk3-classic=${pkgver} gtk3=$_gtkver gtk3-typeahead=$_gtkver gtk3-mushrooms=$_gtkver gtk3-print-backends
libgtk-3.so libgdk-3.so libgailutil-3.so)
arch=(x86_64)
license=(LGPL)
@@ -86,7 +87,7 @@ makedepends=(
)
install=gtk3.install
source=(
- git+$url.git#commit=$_gtk3_classic_commit
+ git+$_gtk3_classic_url.git#commit=$_gtk3_classic_commit
"https://download.gnome.org/sources/gtk+/${pkgver%.*}/gtk+-$_gtkver.tar.xz"
"gtk-query-immodules-3.0.hook::https://gitlab.archlinux.org/archlinux/packaging/packages/gtk3/-/raw/$__arch_pkg_commit/gtk-query-immodules-3.0.hook"