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

NicoHood nicohood at archlinux.org
Sun Sep 13 20:16:11 UTC 2020


    Date: Sunday, September 13, 2020 @ 20:16:11
  Author: nicohood
Revision: 705243

archrelease: copy trunk to community-any

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

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

Copied: pinta/repos/community-any/PKGBUILD (from rev 705242, pinta/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2020-09-13 20:16:11 UTC (rev 705243)
@@ -0,0 +1,33 @@
+# 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
+}



More information about the arch-commits mailing list