[arch-commits] Commit in xcursor-flatbed/repos/community-any (PKGBUILD PKGBUILD)

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


    Date: Monday, November 14, 2016 @ 14:24:47
  Author: spupykin
Revision: 195682

archrelease: copy trunk to community-any

Added:
  xcursor-flatbed/repos/community-any/PKGBUILD
    (from rev 195681, xcursor-flatbed/trunk/PKGBUILD)
Deleted:
  xcursor-flatbed/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   44 ++++++++++++++++++++++++--------------------
 1 file changed, 24 insertions(+), 20 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-14 14:24:36 UTC (rev 195681)
+++ PKGBUILD	2016-11-14 14:24:47 UTC (rev 195682)
@@ -1,20 +0,0 @@
-# $Id$
-# 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.3
-pkgrel=3
-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')
-
-package() {
-  mkdir -p ${pkgdir}/usr/share/icons/
-  cp -R FlatbedCursors.* ${pkgdir}/usr/share/icons/
-}

Copied: xcursor-flatbed/repos/community-any/PKGBUILD (from rev 195681, xcursor-flatbed/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-11-14 14:24:47 UTC (rev 195682)
@@ -0,0 +1,24 @@
+# $Id$
+# 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=1
+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