summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2024-03-24 20:21:40 -0600
committerAaron Ball <nullspoon@oper.io>2024-03-24 20:21:40 -0600
commit7e558cacfd1f541229905e679894270a550055be (patch)
tree83264a4625d22ce71ef5e168bf46f72a7a45f460
parent3ab604d8586f7116864d9cb26f45557533ccd35c (diff)
downloadcrux-ports-web-7e558cacfd1f541229905e679894270a550055be.tar.gz
crux-ports-web-7e558cacfd1f541229905e679894270a550055be.tar.xz
epiphany:disable unit tests
We don't need these for user builds.
-rw-r--r--epiphany/.signature4
-rw-r--r--epiphany/Pkgfile3
2 files changed, 4 insertions, 3 deletions
diff --git a/epiphany/.signature b/epiphany/.signature
index 7f009e3..68ac9e3 100644
--- a/epiphany/.signature
+++ b/epiphany/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/nullspoon-web.pub
-RWQWGh6g2RuV7lmrxY1CwFWukhuHju1XIqepMhIw92fssz667ZnGOSFvWY2lJTKhX9euIzgiP6DpUCUv/FUijO5g87I2POkBswM=
-SHA256 (Pkgfile) = 240f2866d93ea1da079184c233d76d49d5c083f5323b542ed63e626965641a29
+RWQWGh6g2RuV7hPz48muNmCbZ4WGgRMQHF/jlOmkRlIdtiLGM2eEvpjPHYj2HksQ9ALfxZr152AcqwX6oIIOvfZLgWrlTXSMKgc=
+SHA256 (Pkgfile) = fcc8326652609be35d30287a9144f9f2d123192d1d50de9dec754608fdbc6357
SHA256 (.footprint) = b05340d371cfe684314fd5ef88f16de834af19686c24e3c471ea4c43d1474616
SHA256 (epiphany-46.0.tar.xz) = f4348f2cf51c07c0c106d130172d4d23f2cd4068771e1de007b758ca2ade5660
diff --git a/epiphany/Pkgfile b/epiphany/Pkgfile
index 2c724c1..454c56a 100644
--- a/epiphany/Pkgfile
+++ b/epiphany/Pkgfile
@@ -6,7 +6,7 @@
name=epiphany
version=46.0
-release=1
+release=2
source=(https://download.gnome.org/sources/${name}/${version%.*}/${name}-${version}.tar.xz)
build() {
@@ -15,6 +15,7 @@ build() {
meson setup \
-Ddeveloper_mode=false \
-Dtech_preview=true \
+ -Dunit_tests=disabled \
--prefix=/usr \
build
meson compile -C build

Generated by cgit