summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonio Rojas2023-04-01 19:52:40 +0200
committerAntonio Rojas2023-04-01 19:52:40 +0200
commit88d46ea3cbe14398d4e65b2df0107537f9eaa9d6 (patch)
tree965139ba5063ae624f6815ab6292774cb7f2b4e4
downloadaur-xcursor-bluecurve.tar.gz
import from community
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD20
2 files changed, 31 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..4fbd6ab78a85
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,11 @@
+pkgbase = xcursor-bluecurve
+ pkgdesc = Redhat's Bluecurve X mouse cursor theme
+ pkgver = 0.1.1
+ pkgrel = 7
+ url = https://opendesktop.org/content/show.php?content=39229
+ arch = any
+ license = GPL
+ source = https://pkgbuild.com/~kkeen/sources/39229-bluecurve-0.1.1.tar.gz
+ sha256sums = bdc5e16b74be9c6141a1a938840fa7a7a7aff5b5e18793f20a1f900d12602dce
+
+pkgname = xcursor-bluecurve
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..8788c2cfd4c6
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com>
+# Contributor: rabyte <rabyte*at*gmail*dot*com>
+# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
+
+pkgname=xcursor-bluecurve
+pkgver=0.1.1
+pkgrel=7
+pkgdesc="Redhat's Bluecurve X mouse cursor theme"
+arch=('any')
+url="https://opendesktop.org/content/show.php?content=39229"
+license=("GPL")
+# no direct download link?
+source=("https://pkgbuild.com/~kkeen/sources/39229-bluecurve-$pkgver.tar.gz")
+sha256sums=('bdc5e16b74be9c6141a1a938840fa7a7a7aff5b5e18793f20a1f900d12602dce')
+
+package() {
+ install -d "$pkgdir/usr/share/icons/Bluecurve"
+ cp -r "$srcdir/bluecurve/"* "$pkgdir/usr/share/icons/Bluecurve"
+}