aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-06-21 02:17:30 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-06-21 21:04:40 -0300
commitbdb5d6fbe580e262adfe1b33c6aceae591935dee (patch)
tree05200ed9ca29dac7283c406d2f17f3f30aa39020 /unmaintained
parent5649f489c9f9ef51e7490269b1ac42e62c5ba922 (diff)
downloadaports-bdb5d6fbe580e262adfe1b33c6aceae591935dee.tar.bz2
aports-bdb5d6fbe580e262adfe1b33c6aceae591935dee.tar.xz
testing/epiphany: move from unmaintained
* Modernize * Fix tests * Use meson * Adopt maintanership * Fix license
Diffstat (limited to 'unmaintained')
-rw-r--r--unmaintained/epiphany/APKBUILD42
1 files changed, 0 insertions, 42 deletions
diff --git a/unmaintained/epiphany/APKBUILD b/unmaintained/epiphany/APKBUILD
deleted file mode 100644
index da9731db18..0000000000
--- a/unmaintained/epiphany/APKBUILD
+++ /dev/null
@@ -1,42 +0,0 @@
-# Maintainer:
-# NOTE: do not move this package to community, it is seriously broken rendering many websites.
-pkgname=epiphany
-pkgver=3.24.2
-pkgrel=2
-pkgdesc="GNOME web browser"
-url="https://wiki.gnome.org/Apps/Web"
-arch="all"
-license="GPL"
-depends=""
-makedepends="gnome-desktop-dev webkit2gtk-dev gcr-dev json-glib-dev libsoup-dev libnotify-dev libsecret-dev libxslt-dev docbook-xml docbook-xsl libxml2-utils itstool intltool"
-install=""
-subpackages="$pkgname-doc $pkgname-lang"
-source="https://download.gnome.org/sources/epiphany/3.24/epiphany-$pkgver.tar.xz"
-builddir="$srcdir/epiphany-$pkgver"
-
-# XXX - testsuite requires an X server
-options="!check"
-
-build() {
- cd "$builddir"
- ./configure \
- --build=$CBUILD \
- --host=$CHOST \
- --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --localstatedir=/var
- make
-}
-
-package() {
- cd "$builddir"
- make DESTDIR="$pkgdir" install
-}
-
-check() {
- cd "$builddir"
- make check
-}
-
-sha512sums="f1871d92642b5ca278c6d9228d78b79aeb4284ac04f7f480f4d03bb2717fd872e4fd6ef5827ed86fdf08c91efa63ab789aedb9385948bd0f2bd4d89b5454c866 epiphany-3.24.2.tar.xz"