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

Christian Hesse eworm at archlinux.org
Wed Oct 23 18:07:40 UTC 2019


    Date: Wednesday, October 23, 2019 @ 18:07:39
  Author: eworm
Revision: 518742

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   41 ++++++++++++++++++++---------------------
 1 file changed, 20 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-23 18:07:36 UTC (rev 518741)
+++ PKGBUILD	2019-10-23 18:07:39 UTC (rev 518742)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse <arch at eworm.de>
-# Contributor: Dariusz Górecki <darek.krk at gmail.com>
-# Contributor: Juan Diego Tascon
-
-pkgname=xcursor-comix
-pkgver=0.9.0
-pkgrel=2
-pkgdesc="Comix X Cursor Theme"
-url="http://www.kde-look.org/content/show.php/ComixCursors?content=32627"
-depends=('libxcursor')
-license=('GPL')
-arch=(any)
-source=("http://www.limitland.de/downloads/comixcursors/ComixCursors-${pkgver}.tar.bz2")
-sha256sums=('91e9d7363743450efe173fdf3b01464b8706b161b47dff09ff78a6d161bc2648')
-
-package() {
-	mkdir -p ${pkgdir}/usr/share/icons
-	cp -R ${srcdir}/ComixCursors-[A-Z]* ${pkgdir}/usr/share/icons/
-}
-

Copied: xcursor-comix/repos/community-any/PKGBUILD (from rev 518741, xcursor-comix/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-23 18:07:39 UTC (rev 518742)
@@ -0,0 +1,20 @@
+# Maintainer: Christian Hesse <arch at eworm.de>
+# Contributor: Dariusz Górecki <darek.krk at gmail.com>
+# Contributor: Juan Diego Tascon
+
+pkgname=xcursor-comix
+pkgver=0.9.0
+pkgrel=3
+pkgdesc='Comix X Cursor Theme'
+url='https://store.kde.org/p/999996/'
+depends=('libxcursor')
+license=('GPL')
+arch=(any)
+source=("https://www.limitland.de/downloads/comixcursors/ComixCursors-${pkgver}.tar.bz2")
+sha256sums=('91e9d7363743450efe173fdf3b01464b8706b161b47dff09ff78a6d161bc2648')
+
+package() {
+  mkdir -p "${pkgdir}"/usr/share/icons
+  cp -R "${srcdir}"/ComixCursors-[A-Z]* "${pkgdir}"/usr/share/icons/
+}
+



More information about the arch-commits mailing list