[arch-commits] Commit in xcursor-flatbed/repos (2 files)

Felix Yan felixonmars at archlinux.org
Fri Nov 9 23:26:11 UTC 2018


    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 <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=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
+}



More information about the arch-commits mailing list