aboutsummaryrefslogtreecommitdiffstats
path: root/testing/xournal/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/xournal/APKBUILD')
-rw-r--r--testing/xournal/APKBUILD37
1 files changed, 0 insertions, 37 deletions
diff --git a/testing/xournal/APKBUILD b/testing/xournal/APKBUILD
deleted file mode 100644
index f1da4eb8ad6..00000000000
--- a/testing/xournal/APKBUILD
+++ /dev/null
@@ -1,37 +0,0 @@
-# Contributor: Ivan Tham <pickfire@riseup.net>
-# Maintainer: Ivan Tham <pickfire@riseup.net>
-pkgname=xournal
-pkgver=0.4.8
-pkgrel=2
-pkgdesc="Notetaking, sketching, keeping a journal using a stylus"
-url="http://xournal.sourceforge.net/"
-arch="all !aarch64"
-license="GPL-2.0"
-makedepends="libgnomecanvas-dev poppler-dev gtk+2.0-dev libart-lgpl-dev"
-subpackages="$pkgname-lang"
-source="https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz
- static-inline.patch"
-builddir="$srcdir/"$pkgname-$pkgver
-
-build() {
- cd "$builddir"
- ./configure \
- --build=$CBUILD \
- --host=$CHOST \
- --target=$CTARGET \
- --prefix=/usr
- make
-}
-
-check() {
- cd "$builddir"
- make check
-}
-
-package() {
- cd "$builddir"
- make DESTDIR="$pkgdir" install
-}
-
-sha512sums="cfd5760a0e832ef02786a29cb744d4932aeee97c4d6992b430e647bd59aaef1042735203824d0eaf9da9b884dcdadcfb8f5acea221638db91438ae46a6ee42bf xournal-0.4.8.tar.gz
-de5dbe8a6ee98215cca22e0776817f655b7dfe741ebb186e7fdfa0569bc078888f84669d0ddbcf7abfd31232a533b02f00acc8b2a7204339b2e69a4a7f8f7df4 static-inline.patch"