[arch-commits] Commit in capitaine-cursors/repos (2 files)
Chih-Hsuan Yen
yan12125 at archlinux.org
Wed Mar 20 11:31:30 UTC 2019
Date: Wednesday, March 20, 2019 @ 11:31:29
Author: yan12125
Revision: 442934
archrelease: copy trunk to community-testing-any
Added:
capitaine-cursors/repos/community-testing-any/
capitaine-cursors/repos/community-testing-any/PKGBUILD
(from rev 442933, capitaine-cursors/trunk/PKGBUILD)
----------+
PKGBUILD | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
Copied: capitaine-cursors/repos/community-testing-any/PKGBUILD (from rev 442933, capitaine-cursors/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD (rev 0)
+++ community-testing-any/PKGBUILD 2019-03-20 11:31:29 UTC (rev 442934)
@@ -0,0 +1,33 @@
+# Maintainer: Chih-Hsuan Yen <yan121215 at archlinux.org>
+# Contributor: Ye Jingchen <ye.jingchen at gmail.com>
+
+pkgname=capitaine-cursors
+pkgver=3
+pkgrel=2
+pkgdesc="An x-cursor theme inspired by macOS and based on KDE Breeze"
+arch=(any)
+url="https://github.com/keeferrourke/capitaine-cursors"
+license=(LGPL3)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/keeferrourke/$pkgname/archive/r$pkgver.tar.gz")
+makedepends=(inkscape xorg-xcursorgen)
+sha256sums=('226258d7d07648c27d8ecfb2085a1af4bcc37e49df497fcd371950f7c42ae090')
+
+prepare() {
+ cd $pkgname-r$pkgver
+ # Remove prebuilt assets
+ rm -rf dist/
+}
+
+build() {
+ cd $pkgname-r$pkgver
+ bash -e ./build.sh
+}
+
+package() {
+ cd $pkgname-r$pkgver
+ install -Ddm755 "$pkgdir/usr/share/icons"
+ cp -dr --no-preserve=ownership dist/ "$pkgdir/usr/share/icons/capitaine-cursors"
+ # inconsistency naming in upstream releases...
+ # https://github.com/keeferrourke/capitaine-cursors/releases
+ cp -dr --no-preserve=ownership dist-white/ "$pkgdir/usr/share/icons/capitaine-cursors-light"
+}
More information about the arch-commits
mailing list