summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut Pérami2021-03-02 15:49:08 +0100
committerThibaut Pérami2021-03-02 15:49:08 +0100
commit717d8deb42c590c7d7e86566b272108bfe7af823 (patch)
treee12e16c3ae5227dfca9c6bc213b3b4618c6facd3
parent900293ac4549db9c1eb127bb70ea219a85f00c0e (diff)
downloadaur-gpdfx-ng-git.tar.gz
Change of Maintainer, not much else
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa93e9769ba6..6b57999b2b1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gpdfx-ng-git
- pkgdesc = gpdfx-ng is a GTK application written in Python using the Poppler library to render the PDF.
+ pkgdesc = A graphical tool to extract parts of a PDF as a PDF. Successor of gpdfx
pkgver = r22.c42ef90
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/yishilin14/gpdfx-ng
arch = any
license = GPL3
@@ -11,7 +11,8 @@ pkgbase = gpdfx-ng-git
depends = python-cairo
depends = poppler-glib
depends = texlive-core
- source = git+https://github.com/yishilin14/gpdfx-ng
+ depends = gtk3
+ source = gpdfx-ng::git+https://github.com/yishilin14/gpdfx-ng#branch=master
md5sums = SKIP
pkgname = gpdfx-ng-git
diff --git a/PKGBUILD b/PKGBUILD
index 413514cd0d24..d5418882801d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
-# Maintainer: Bill Sun <capsensitive at gmail dot com>
+# Maintainer: Thibaut Pérami <thibaut.perami@ens.fr>
+# Contributor: Bill Sun <capsensitive at gmail dot com>
pkgname=gpdfx-ng-git
pkgver=r22.c42ef90
-pkgrel=1
-pkgdesc="gpdfx-ng is a GTK application written in Python using the Poppler library to render the PDF."
+pkgrel=2
+pkgdesc="A graphical tool to extract parts of a PDF as a PDF. Successor of gpdfx"
arch=('any')
url="https://github.com/yishilin14/gpdfx-ng"
license=('GPL3')
-depends=("python" "python-gobject" "python-cairo" "poppler-glib" "texlive-core")
+depends=("python" "python-gobject" "python-cairo" "poppler-glib" "texlive-core" "gtk3")
makedepends=('git')
-source=('git+https://github.com/yishilin14/gpdfx-ng')
+source=('gpdfx-ng::git+https://github.com/yishilin14/gpdfx-ng#branch=master')
noextract=()
md5sums=('SKIP')