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

Antonio Rojas arojas at gemini.archlinux.org
Sat Jun 11 16:30:57 UTC 2022


    Date: Saturday, June 11, 2022 @ 16:30:57
  Author: arojas
Revision: 1233882

archrelease: copy trunk to community-any

Added:
  pinta/repos/community-any/PKGBUILD
    (from rev 1233881, pinta/trunk/PKGBUILD)
Deleted:
  pinta/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-11 16:30:46 UTC (rev 1233881)
+++ PKGBUILD	2022-06-11 16:30:57 UTC (rev 1233882)
@@ -1,39 +0,0 @@
-# Maintainer: NicoHood <archlinux {cat} nicohood {dog} de>
-# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
-# Contributor: Fabio 'Lolix' Loli <fabio.loli at disroot.org> -> https://github.com/FabioLolix
-# Contributor: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Konrad <konrad AT knauber DOT name>
-# Contributor: Javier Steinaker <jsteinaker at gmail.com>
-
-pkgname='pinta'
-pkgver=2.0.1
-pkgrel=1
-pkgdesc="Drawing/editing program modeled after Paint.NET. It's goal is to provide a simplified alternative to GIMP for casual users"
-arch=('any')
-url="https://pinta-project.com/"
-license=('MIT')
-depends=('gtk3>=3.24.21' 'dotnet-runtime')
-makedepends=('intltool' 'dotnet-sdk')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/PintaProject/Pinta/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"
-        "${pkgname}-${pkgver}.tar.gz.asc::https://github.com/PintaProject/Pinta/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc")
-sha512sums=('092732bcb23db24c038b1182577f9cb440f4eaa6db9203dcaeca030aded280034eb8ac9af0db93048bbdefefcc2b482a011eff87c12247972c0f5b6f43e3819d'
-            'SKIP')
-validpgpkeys=('5BDA30D0C2E985E598089E444CF80E80E77C5C35') # Cameron White
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  sed -i '/^PINTA_BUILD_OPTS/ s/$/ -maxcpucount:1/' Makefile.in
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" license-*.txt readme.md
-}

Copied: pinta/repos/community-any/PKGBUILD (from rev 1233881, pinta/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-11 16:30:57 UTC (rev 1233882)
@@ -0,0 +1,39 @@
+# Maintainer: NicoHood <archlinux {cat} nicohood {dog} de>
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: Fabio 'Lolix' Loli <fabio.loli at disroot.org> -> https://github.com/FabioLolix
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Konrad <konrad AT knauber DOT name>
+# Contributor: Javier Steinaker <jsteinaker at gmail.com>
+
+pkgname='pinta'
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="Drawing/editing program modeled after Paint.NET. It's goal is to provide a simplified alternative to GIMP for casual users"
+arch=('any')
+url="https://pinta-project.com/"
+license=('MIT')
+depends=('gtk3>=3.24.21' 'dotnet-runtime')
+makedepends=('intltool' 'dotnet-sdk')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/PintaProject/Pinta/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz"
+        "${pkgname}-${pkgver}.tar.gz.asc::https://github.com/PintaProject/Pinta/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz.asc")
+sha512sums=('2853ad40f897b92aeb72bbf02ae59e5c7813ba49debea73510d50c06ecee44669615573ed195d9a9d9c8a3f26203ef751c43c9ba255e311fa87783674f3c1c5f'
+            'SKIP')
+validpgpkeys=('5BDA30D0C2E985E598089E444CF80E80E77C5C35') # Cameron White
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  sed -i '/^PINTA_BUILD_OPTS/ s/$/ -maxcpucount:1/' Makefile.in
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" license-*.txt readme.md
+}



More information about the arch-commits mailing list