[arch-commits] Commit in mypaint-brushes/repos/extra-any (PKGBUILD PKGBUILD)

Levente Polyak anthraxx at archlinux.org
Tue Nov 27 19:08:45 UTC 2018


    Date: Tuesday, November 27, 2018 @ 19:08:44
  Author: anthraxx
Revision: 340494

archrelease: copy trunk to extra-any

Added:
  mypaint-brushes/repos/extra-any/PKGBUILD
    (from rev 340493, mypaint-brushes/trunk/PKGBUILD)
Deleted:
  mypaint-brushes/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-27 19:08:14 UTC (rev 340493)
+++ PKGBUILD	2018-11-27 19:08:44 UTC (rev 340494)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: vimacs <https://vimacs.lcpu.club>
-
-pkgname=mypaint-brushes
-pkgver=1.3.0
-pkgrel=2
-pkgdesc='Brushes used by MyPaint and other software using libmypaint.'
-url='https://github.com/Jehan/mypaint-brushes'
-arch=('any')
-license=('custom:CC0')
-depends=('libmypaint')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/Jehan/mypaint-brushes/archive/v${pkgver}.tar.gz)
-sha256sums=('704bb6420e65085acfd7a61d6050e96b0395c5eab078433f11406c355f16b214')
-sha512sums=('f8e0050cd700358d75cd25e40acd73905e2a53f21c6177cf67e8012aa4fbba8dc445109f07601c3846f95532a40feff4441081c0aa4e958049fc0ed8008fb414')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  ./autogen.sh
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: mypaint-brushes/repos/extra-any/PKGBUILD (from rev 340493, mypaint-brushes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-27 19:08:44 UTC (rev 340494)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: vimacs <https://vimacs.lcpu.club>
+
+pkgname=mypaint-brushes
+pkgver=1.3.0
+pkgrel=3
+pkgdesc='Brushes used by MyPaint and other software using libmypaint'
+url='https://github.com/Jehan/mypaint-brushes'
+arch=('any')
+license=('custom:CC0')
+depends=('libmypaint')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/Jehan/mypaint-brushes/archive/v${pkgver}.tar.gz)
+sha256sums=('704bb6420e65085acfd7a61d6050e96b0395c5eab078433f11406c355f16b214')
+sha512sums=('f8e0050cd700358d75cd25e40acd73905e2a53f21c6177cf67e8012aa4fbba8dc445109f07601c3846f95532a40feff4441081c0aa4e958049fc0ed8008fb414')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  NOCONFIGURE=1 autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list