Date: Friday, November 9, 2018 @ 23:26:10
Author: felixonmars
Revision: 405279
archrelease: copy trunk to community-staging-any
Added:
xcursor-flatbed/repos/community-staging-any/
xcursor-flatbed/repos/community-staging-any/PKGBUILD
(from rev 405278, xcursor-flatbed/trunk/PKGBUILD)
----------+
PKGBUILD | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
Copied: xcursor-flatbed/repos/community-staging-any/PKGBUILD (from rev 405278,
xcursor-flatbed/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2018-11-09 23:26:10 UTC (rev 405279)
@@ -0,0 +1,23 @@
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: Roman Kyrylych <[email protected]>
+# Contributor: Lee.MaRS <[email protected]>
+# Maintainer: Daniel J Griffiths <[email protected]>
+
+pkgname=xcursor-flatbed
+pkgver=0.4
+pkgrel=2
+pkgdesc="Flatbed XCursor Theme"
+arch=('any')
+url="http://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
+}