summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroaken-source <oaken-source@parabola.nu>2020-01-29 11:19:59 +0100
committeroaken-source <oaken-source@parabola.nu>2020-01-29 11:19:59 +0100
commit2980a073c2e39923adeb13488f3fbebbeaafb056 (patch)
tree9c8cee1cb660003a810570036d38df910a8fb51e
parentd295ab79e7e500698c71b723c16768902809142a (diff)
pcr/mat2: removed. covered by community/mat2
-rw-r--r--pcr/mat2/PKGBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/pcr/mat2/PKGBUILD b/pcr/mat2/PKGBUILD
deleted file mode 100644
index 421049f75..000000000
--- a/pcr/mat2/PKGBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# Contributor (Arch): Francois Boulogne <devel at sciunto dot org>
-# Maintainer (Arch): Francois Boulogne <devel at sciunto dot org>
-# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-
-pkgname=mat2
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="Metadata anonymisation toolkit"
-arch=('any')
-url="https://0xacab.org/jvoisin/mat2"
-license=('GPL3')
-makedepends=('python-setuptools' 'git')
-depends=('perl-image-exiftool' 'python-mutagen' 'python-cairo' 'python-gobject' 'poppler-glib' 'gdk-pixbuf2' 'mailcap')
-optdepends=('ffmpeg' 'bubblewrap')
-checkdepends=('ffmpeg')
-source=("git+https://0xacab.org/jvoisin/mat2.git#tag=${pkgver}?signed")
-sha256sums=('SKIP')
-validpgpkeys=('9FCDEE9E1A381F311EA62A7404D041E8171901CC' # Julien (jvoisin) Voisin
-)
-
-# This fails with librepkg but not with makepkg
-# This is probably due to the way things are mounted inside the chroot
-# check() {
-# cd "${pkgname}"
-# python -m unittest discover -v
-# }
-
-package() {
- cd "${pkgname}"
- python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:ts=2:sw=2:et: