[arch-commits] Commit in pdftricks/repos (2 files)

Morten Linderud foxboron at archlinux.org
Thu Apr 1 14:35:51 UTC 2021


    Date: Thursday, April 1, 2021 @ 14:35:51
  Author: foxboron
Revision: 910826

archrelease: copy trunk to community-staging-x86_64

Added:
  pdftricks/repos/community-staging-x86_64/
  pdftricks/repos/community-staging-x86_64/PKGBUILD
    (from rev 910825, pdftricks/trunk/PKGBUILD)

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

Copied: pdftricks/repos/community-staging-x86_64/PKGBUILD (from rev 910825, pdftricks/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-04-01 14:35:51 UTC (rev 910826)
@@ -0,0 +1,30 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+
+pkgname=pdftricks
+pkgver=0.3.0
+pkgrel=2
+pkgdesc="Simple, efficient application for small manipulations in PDF files using Ghostscript"
+arch=(x86_64)
+url="https://github.com/muriloventuroso/pdftricks"
+license=(GPL3)
+depends=(ghostscript granite imagemagick)
+makedepends=(meson vala)
+source=(https://github.com/muriloventuroso/$pkgname/archive/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('10996bc92cc6266aac12cc21a51c642a1587c16b00758f26cbcd5a79cebc919a')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Use standard icon name
+  sed -i 's/process-completed/gtk-apply/' src/Widgets/*.vala
+}
+
+build() {
+  arch-meson $pkgname-$pkgver build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+



More information about the arch-commits mailing list