|
@@ -6,7 +6,7 @@
|
|
pkgbase=adwaita-icon-theme
|
|
pkgbase=adwaita-icon-theme
|
|
pkgname=(
|
|
pkgname=(
|
|
adwaita-icon-theme
|
|
adwaita-icon-theme
|
|
- adwaita-cursors
|
|
|
|
|
|
+ adwaita-fake-cursors
|
|
)
|
|
)
|
|
pkgver=45.0
|
|
pkgver=45.0
|
|
pkgrel=1
|
|
pkgrel=1
|
|
@@ -23,13 +23,15 @@ depends=(
|
|
librsvg
|
|
librsvg
|
|
)
|
|
)
|
|
makedepends=(
|
|
makedepends=(
|
|
|
|
+ xorg-xcursorgen
|
|
git
|
|
git
|
|
gtk3
|
|
gtk3
|
|
meson
|
|
meson
|
|
)
|
|
)
|
|
_commit=709725baa9e17e8d0ca62eab7920162bfeda37b9 # tags/45.0^0
|
|
_commit=709725baa9e17e8d0ca62eab7920162bfeda37b9 # tags/45.0^0
|
|
-source=("git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#commit=$_commit")
|
|
|
|
-b2sums=('SKIP')
|
|
|
|
|
|
+source=("git+https://gitlab.gnome.org/GNOME/adwaita-icon-theme.git#commit=$_commit"
|
|
|
|
+ "git+https://git.noahvogt.com/noah/transparent-xcursor.git")
|
|
|
|
+b2sums=('SKIP' 'SKIP')
|
|
|
|
|
|
pkgver() {
|
|
pkgver() {
|
|
cd $pkgbase
|
|
cd $pkgbase
|
|
@@ -61,10 +63,16 @@ package_adwaita-icon-theme() {
|
|
mv {"$pkgdir",cursors}/usr/share/icons/Adwaita/cursors
|
|
mv {"$pkgdir",cursors}/usr/share/icons/Adwaita/cursors
|
|
}
|
|
}
|
|
|
|
|
|
-package_adwaita-cursors() {
|
|
|
|
|
|
+package_adwaita-fake-cursors() {
|
|
pkgdesc="GNOME standard cursors"
|
|
pkgdesc="GNOME standard cursors"
|
|
depends=()
|
|
depends=()
|
|
-
|
|
|
|
|
|
+ provides=(adwaita-cursors)
|
|
|
|
+ conflicts=(adwaita-cursors)
|
|
|
|
+ cd "$srcdir"/transparent-xcursor
|
|
|
|
+ for f in "$srcdir"/cursors/usr/share/icons/Adwaita/cursors/*; do
|
|
|
|
+ xcursorgen transparent.cfg "$f"
|
|
|
|
+ done
|
|
|
|
+ cd "$srcdir"
|
|
mv cursors/* "$pkgdir"
|
|
mv cursors/* "$pkgdir"
|
|
|
|
|
|
# deduplicate cursors
|
|
# deduplicate cursors
|