[arch-commits] Commit in xcur2png/repos/community-x86_64 (PKGBUILD PKGBUILD)

Christian Hesse eworm at archlinux.org
Thu Nov 8 09:49:46 UTC 2018


    Date: Thursday, November 8, 2018 @ 09:49:46
  Author: eworm
Revision: 403229

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   51 +++++++++++++++++++++++++--------------------------
 1 file changed, 25 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-08 09:49:42 UTC (rev 403228)
+++ PKGBUILD	2018-11-08 09:49:46 UTC (rev 403229)
@@ -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=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
-}
-

Copied: xcur2png/repos/community-x86_64/PKGBUILD (from rev 403228, xcur2png/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-08 09:49:46 UTC (rev 403229)
@@ -0,0 +1,25 @@
+# Maintainer: Christian Hesse <mail at eworm.de>
+# Contributor: Jarred Leonardo <jarredleonardo at googlemail dot com>
+
+pkgname=xcur2png
+pkgver=0.7.1
+pkgrel=6
+pkgdesc='Convert X cursors to PNG images'
+arch=('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