kiss-stj

My KISS Linux repo for software I use on my computers.
git clone https://git.stjo.hn/kiss-stj
Log | Files | Refs | README | LICENSE

commit e59448c414117a352fbca4bafa43e688f78d6ee0
parent fcff4a1ed67d794d6359aaa6371ec0d6aa7ac9ae
Author: St John Karp <contact@stjo.hn>
Date:   Mon,  6 Jun 2022 09:50:37 -0400

netsurf: Remove netsurf package

This has already been packaged by ehawkvu/kiss-xorg as
community/netsurf-gtk3.

Diffstat:
Dextra/netsurf/build | 19-------------------
Dextra/netsurf/checksums | 1-
Dextra/netsurf/depends | 7-------
Dextra/netsurf/sources | 1-
Dextra/netsurf/version | 1-
5 files changed, 0 insertions(+), 29 deletions(-)

diff --git a/extra/netsurf/build b/extra/netsurf/build @@ -1,19 +0,0 @@ -#!/bin/sh -e - -make \ - LIBDIR=lib \ - INCLUDEDIR=include \ - PREFIX=/usr \ - NETSURF_GTK_MAJOR=3 \ - TARGET=gtk - -make \ - LIBDIR=lib \ - INCLUDEDIR=include \ - PREFIX=/usr \ - NETSURF_GTK_MAJOR=3 \ - TARGET=gtk \ - DESTDIR="$1" \ - install - -ln -s /usr/bin/netsurf-gtk3 "$1/usr/bin/netsurf" diff --git a/extra/netsurf/checksums b/extra/netsurf/checksums @@ -1 +0,0 @@ -11e384eaf47e65c186da5001f1055a02f2d72ff17b50f403b8392546a2cf65ff netsurf-all-3.9.tar.gz diff --git a/extra/netsurf/depends b/extra/netsurf/depends @@ -1,7 +0,0 @@ -curl -gtk+3 -perl -perl-html-parser -perl-html-tagset -vim make -gperf make diff --git a/extra/netsurf/sources b/extra/netsurf/sources @@ -1 +0,0 @@ -https://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-3.9.tar.gz diff --git a/extra/netsurf/version b/extra/netsurf/version @@ -1 +0,0 @@ -3.9 1