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

NicoHood nicohood at gemini.archlinux.org
Fri Jan 7 18:51:31 UTC 2022


    Date: Friday, January 7, 2022 @ 18:51:31
  Author: nicohood
Revision: 1096063

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-07 18:51:16 UTC (rev 1096062)
+++ PKGBUILD	2022-01-07 18:51:31 UTC (rev 1096063)
@@ -1,33 +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>
-
-pkgname='pinta'
-pkgver=1.7.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=('gtk-sharp-2' 'mono-addins')
-makedepends=('intltool')
-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=('133a02ad2df11eb0922a039e6ce81ee15308deee2d5925a0598c0bfef77ac984353ffd75759166ea467d197cdf5418f66126092c681a97e4389bfdcc623d1d7a'
-            'SKIP')
-validpgpkeys=('5BDA30D0C2E985E598089E444CF80E80E77C5C35') # Cameron White
-
-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 1096062, pinta/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-07 18:51:31 UTC (rev 1096063)
@@ -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.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
+}



More information about the arch-commits mailing list