summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkj-sh6042025-01-22 14:59:25 -0500
committerkj-sh6042025-01-22 14:59:25 -0500
commitbdc3c1cdc899fb84719baede93ee97540b858ad3 (patch)
treed4383cbdeedc1b2d1a4526260633345819cb414f
parente2d3b53e0a4a79b622e71094ed1203b4c8ea9c69 (diff)
refactor: provide `zoom-*` cursors for `xcursor-vide`
-rw-r--r--xcursor-vide/.SRCINFO9
-rw-r--r--xcursor-vide/PKGBUILD13
-rw-r--r--xcursor-vide/zoom-inbin0 -> 69120 bytes
-rw-r--r--xcursor-vide/zoom-outbin0 -> 69120 bytes
4 files changed, 14 insertions, 8 deletions
diff --git a/xcursor-vide/.SRCINFO b/xcursor-vide/.SRCINFO
index fe07255..4bcbf80 100644
--- a/xcursor-vide/.SRCINFO
+++ b/xcursor-vide/.SRCINFO
@@ -1,10 +1,13 @@
pkgbase = xcursor-vide
pkgdesc = Blank cursor theme to force the usage of the fallback X11 cursors (mIniMUHliSt uhuh).
pkgver = 1
- pkgrel = 2
+ pkgrel = 3
install = VideCursors.install
arch = any
- depends = adwaita-cursors
- depends = adwaita-icon-theme
+ license = 0BSD
+ source = zoom-in
+ source = zoom-out
+ sha256sums = 9a202ac95ee7663daf868fd8ae193f788efed30205b77eaf505c9b7e364a565e
+ sha256sums = 7c4f44d2c376cb82c4baa0e5db0d1d37827fc661144a31429bb229b8b9248c64
pkgname = xcursor-vide
diff --git a/xcursor-vide/PKGBUILD b/xcursor-vide/PKGBUILD
index 5956622..75657a7 100644
--- a/xcursor-vide/PKGBUILD
+++ b/xcursor-vide/PKGBUILD
@@ -2,16 +2,19 @@
pkgname=xcursor-vide
pkgver=1
-pkgrel=2
+pkgrel=3
pkgdesc="Blank cursor theme to force the usage of the fallback X11 cursors (mIniMUHliSt uhuh)."
arch=('any')
install=VideCursors.install
-depends=('adwaita-cursors' 'adwaita-icon-theme')
+license=('0BSD')
+source=("zoom-in" "zoom-out")
+sha256sums=('9a202ac95ee7663daf868fd8ae193f788efed30205b77eaf505c9b7e364a565e'
+ '7c4f44d2c376cb82c4baa0e5db0d1d37827fc661144a31429bb229b8b9248c64')
package() {
mkdir -p "${pkgdir}/usr/share/icons/VideCursors/cursors"
touch "${pkgdir}/usr/share/icons/VideCursors/cursors/.empty"
- # symlink zoom-in and zoom-out cursors (this does not exist as fallback X11 cursors)
- ln -s "/usr/share/icons/Adwaita/cursors/zoom-in" "${pkgdir}/usr/share/icons/VideCursors/cursors/zoom-in"
- ln -s "/usr/share/icons/Adwaita/cursors/zoom-out" "${pkgdir}/usr/share/icons/VideCursors/cursors/zoom-out"
+ # install provided zoom-in and zoom-out cursors (for web browsers, mostly)
+ install -Dm644 "${srcdir}/zoom-in" "${pkgdir}/usr/share/icons/VideCursors/cursors/zoom-in"
+ install -Dm644 "${srcdir}/zoom-out" "${pkgdir}/usr/share/icons/VideCursors/cursors/zoom-out"
}
diff --git a/xcursor-vide/zoom-in b/xcursor-vide/zoom-in
new file mode 100644
index 0000000..312ea3d
--- /dev/null
+++ b/xcursor-vide/zoom-in
Binary files differ
diff --git a/xcursor-vide/zoom-out b/xcursor-vide/zoom-out
new file mode 100644
index 0000000..86264f3
--- /dev/null
+++ b/xcursor-vide/zoom-out
Binary files differ