[arch-commits] Commit in xcursor-flatbed/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Mon Nov 14 14:24:37 UTC 2016


    Date: Monday, November 14, 2016 @ 14:24:36
  Author: spupykin
Revision: 195681

upgpkg: xcursor-flatbed 0.4-1

upd

Modified:
  xcursor-flatbed/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-14 14:24:32 UTC (rev 195680)
+++ PKGBUILD	2016-11-14 14:24:36 UTC (rev 195681)
@@ -5,16 +5,20 @@
 # Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=xcursor-flatbed
-pkgver=0.3
-pkgrel=3
+pkgver=0.4
+pkgrel=1
 pkgdesc="Flatbed XCursor Theme"
 arch=('any')
 url="http://www.limitland.de/flatbedcursors.html"
 license=('GPL3')
-source=("http://www.limitland.de/flatbedcursors/FlatbedCursors-${pkgver}.tar.bz2")
-md5sums=('1c125e0dfd79292c9f9637fa569ab34f')
+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/
-  cp -R FlatbedCursors.* "$pkgdir"/usr/share/icons/
+  ./install-all
 }



More information about the arch-commits mailing list