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

Balló György bgyorgy at archlinux.org
Wed Mar 24 17:07:17 UTC 2021


    Date: Wednesday, March 24, 2021 @ 17:07:17
  Author: bgyorgy
Revision: 901672

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-24 17:07:10 UTC (rev 901671)
+++ PKGBUILD	2021-03-24 17:07:17 UTC (rev 901672)
@@ -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
-pkgrel=2
-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=('cb4f7c99c1e097d0f5f21708e5df37828c659ca2a5ca6170aa4550170cba5522d6536c75f16e49e822d7fdfafd315b9081a941c5988dc8b3ec1155af197864f9'
-            '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 901671, pinta/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-24 17:07:17 UTC (rev 901672)
@@ -0,0 +1,36 @@
+# 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
+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=('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=('cb4f7c99c1e097d0f5f21708e5df37828c659ca2a5ca6170aa4550170cba5522d6536c75f16e49e822d7fdfafd315b9081a941c5988dc8b3ec1155af197864f9'
+            '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
+
+  # Remove duplicated appdata file
+  rm -r "$pkgdir/usr/share/appdata/"
+}



More information about the arch-commits mailing list