Date: Friday, January 6, 2023 @ 10:15:07
  Author: nicohood
Revision: 1378568

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-06 10:14:45 UTC (rev 1378567)
+++ PKGBUILD    2023-01-06 10:15:07 UTC (rev 1378568)
@@ -1,39 +0,0 @@
-# Maintainer: NicoHood <archlinux {cat} nicohood {dog} de>
-# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
-# Contributor: Fabio 'Lolix' Loli <[email protected]> -> 
https://github.com/FabioLolix
-# Contributor: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Konrad <konrad AT knauber DOT name>
-# Contributor: Javier Steinaker <[email protected]>
-
-pkgname='pinta'
-pkgver=2.0.2
-pkgrel=3
-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-6.0')
-makedepends=('intltool' 'dotnet-sdk-6.0')
-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
-}

Copied: pinta/repos/community-any/PKGBUILD (from rev 1378567, 
pinta/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-06 10:15:07 UTC (rev 1378568)
@@ -0,0 +1,39 @@
+# Maintainer: NicoHood <archlinux {cat} nicohood {dog} de>
+# PGP ID: 97312D5EB9D7AE7D0BD4307351DAE9B7C1AE9161
+# Contributor: Fabio 'Lolix' Loli <[email protected]> -> 
https://github.com/FabioLolix
+# Contributor: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Konrad <konrad AT knauber DOT name>
+# Contributor: Javier Steinaker <[email protected]>
+
+pkgname='pinta'
+pkgver=2.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-7.0' 'webp-pixbuf-loader')
+makedepends=('intltool' 'dotnet-sdk-7.0')
+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=('038d11e0aa74e3ada79310583f4cd5aec3709a4278ee2a0156d30dc7924b1f2642f34da1aed33c8c702294c4002d2cd0bf833e01a32e113779ffc6e7334d7865'
+            '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
+}

Reply via email to