[arch-commits] Commit in xcursor-flatbed/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Tue Jul 7 13:33:53 UTC 2020
Date: Tuesday, July 7, 2020 @ 13:33:53
Author: felixonmars
Revision: 658509
archrelease: copy trunk to community-staging-any
Added:
xcursor-flatbed/repos/community-staging-any/
xcursor-flatbed/repos/community-staging-any/PKGBUILD
(from rev 658508, xcursor-flatbed/trunk/PKGBUILD)
----------+
PKGBUILD | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
Copied: xcursor-flatbed/repos/community-staging-any/PKGBUILD (from rev 658508, xcursor-flatbed/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2020-07-07 13:33:53 UTC (rev 658509)
@@ -0,0 +1,23 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Roman Kyrylych <Roman.Kyrylych at gmail.com>
+# Contributor: Lee.MaRS <leemars at gmail.com>
+# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
+
+pkgname=xcursor-flatbed
+pkgver=0.4
+pkgrel=3
+pkgdesc="Flatbed XCursor Theme"
+arch=('any')
+url="https://www.limitland.de/flatbedcursors.html"
+license=('GPL3')
+makedepends=('git' 'xorg-xcursorgen' 'librsvg' 'bc')
+source=("git+https://gitlab.com/limitland/flatbedcursors.git#tag=v$pkgver")
+md5sums=('SKIP')
+
+package() {
+ cd "$srcdir/flatbedcursors"
+
+ export ICONSDIR="$pkgdir/usr/share/icons/"
+ mkdir -p "$pkgdir/usr/share/icons/"
+ ./install-all
+}
More information about the arch-commits
mailing list