[arch-commits] Commit in xcur2png/repos (4 files)

Christian Hesse eworm at archlinux.org
Tue Aug 1 07:43:44 UTC 2017


    Date: Tuesday, August 1, 2017 @ 07:43:44
  Author: eworm
Revision: 247297

archrelease: copy trunk to community-i686, community-x86_64

Added:
  xcur2png/repos/community-i686/PKGBUILD
    (from rev 247296, xcur2png/trunk/PKGBUILD)
  xcur2png/repos/community-x86_64/PKGBUILD
    (from rev 247296, xcur2png/trunk/PKGBUILD)
Deleted:
  xcur2png/repos/community-i686/PKGBUILD
  xcur2png/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   52 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   26 ----------------------
 community-x86_64/PKGBUILD |   26 ----------------------
 3 files changed, 52 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-08-01 07:43:34 UTC (rev 247296)
+++ community-i686/PKGBUILD	2017-08-01 07:43:44 UTC (rev 247297)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse <mail at eworm.de>
-# Contributor: Jarred Leonardo <jarredleonardo at googlemail dot com>
-
-pkgname=xcur2png
-pkgver=0.7.1
-pkgrel=4
-pkgdesc='Convert X cursors to PNG images'
-arch=('i686' 'x86_64')
-url="http://cli-apps.org/content/show.php/xcur2png?content=86010"
-license=('GPL')
-depends=('libpng' 'libxcursor')
-source=("${pkgname}-${pkgver}.tar.gz::http://cli-apps.org/CONTENT/content-files/86010-${pkgname}-${pkgver}.tar.gz")
-sha256sums=('bc6a062fdb48615a7159ed56ef3d2011168cd8a9decaf1d8a4e316d3064132c9')
-
-build() {
-	cd ${srcdir}/${pkgname}-${pkgver}
-	./configure --prefix=/usr
-	make
-}
-
-package() {
-	cd ${srcdir}/${pkgname}-${pkgver}
-	make DESTDIR=${pkgdir} install
-}
-

Copied: xcur2png/repos/community-i686/PKGBUILD (from rev 247296, xcur2png/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-08-01 07:43:44 UTC (rev 247297)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Contributor: Jarred Leonardo <jarredleonardo at googlemail dot com>
+
+pkgname=xcur2png
+pkgver=0.7.1
+pkgrel=5
+pkgdesc='Convert X cursors to PNG images'
+arch=('i686' 'x86_64')
+url='https://github.com/eworm-de/xcur2png'
+license=('GPL')
+depends=('libpng' 'libxcursor')
+source=("https://github.com/eworm-de/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('bc6a062fdb48615a7159ed56ef3d2011168cd8a9decaf1d8a4e316d3064132c9')
+
+build() {
+	cd ${srcdir}/${pkgname}-${pkgver}
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd ${srcdir}/${pkgname}-${pkgver}
+	make DESTDIR=${pkgdir} install
+}
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-08-01 07:43:34 UTC (rev 247296)
+++ community-x86_64/PKGBUILD	2017-08-01 07:43:44 UTC (rev 247297)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse <mail at eworm.de>
-# Contributor: Jarred Leonardo <jarredleonardo at googlemail dot com>
-
-pkgname=xcur2png
-pkgver=0.7.1
-pkgrel=4
-pkgdesc='Convert X cursors to PNG images'
-arch=('i686' 'x86_64')
-url="http://cli-apps.org/content/show.php/xcur2png?content=86010"
-license=('GPL')
-depends=('libpng' 'libxcursor')
-source=("${pkgname}-${pkgver}.tar.gz::http://cli-apps.org/CONTENT/content-files/86010-${pkgname}-${pkgver}.tar.gz")
-sha256sums=('bc6a062fdb48615a7159ed56ef3d2011168cd8a9decaf1d8a4e316d3064132c9')
-
-build() {
-	cd ${srcdir}/${pkgname}-${pkgver}
-	./configure --prefix=/usr
-	make
-}
-
-package() {
-	cd ${srcdir}/${pkgname}-${pkgver}
-	make DESTDIR=${pkgdir} install
-}
-

Copied: xcur2png/repos/community-x86_64/PKGBUILD (from rev 247296, xcur2png/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-08-01 07:43:44 UTC (rev 247297)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Contributor: Jarred Leonardo <jarredleonardo at googlemail dot com>
+
+pkgname=xcur2png
+pkgver=0.7.1
+pkgrel=5
+pkgdesc='Convert X cursors to PNG images'
+arch=('i686' 'x86_64')
+url='https://github.com/eworm-de/xcur2png'
+license=('GPL')
+depends=('libpng' 'libxcursor')
+source=("https://github.com/eworm-de/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('bc6a062fdb48615a7159ed56ef3d2011168cd8a9decaf1d8a4e316d3064132c9')
+
+build() {
+	cd ${srcdir}/${pkgname}-${pkgver}
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd ${srcdir}/${pkgname}-${pkgver}
+	make DESTDIR=${pkgdir} install
+}
+



More information about the arch-commits mailing list