summaryrefslogtreecommitdiff
path: root/libre/kio/PKGBUILD
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2021-09-28 13:00:04 -0300
committerDavid P <megver83@parabola.nu>2021-09-28 13:02:08 -0300
commit7c8df16d60c64f80dd5b2f242eee60fd4b89dcb1 (patch)
tree4acd5d3b2311f426b53b8bc787599163f7981c5d /libre/kio/PKGBUILD
parent6e5711ced11c1f21cd25b20905148df94b97b4d7 (diff)
downloadabslibre-7c8df16d60c64f80dd5b2f242eee60fd4b89dcb1.tar.gz
abslibre-7c8df16d60c64f80dd5b2f242eee60fd4b89dcb1.tar.bz2
abslibre-7c8df16d60c64f80dd5b2f242eee60fd4b89dcb1.zip
move libre/kio to nonprism/kio
Since our libre version just enhances privacy, this package belongs to nonprism. AFAIK, there are no freedom issues (e.g. proprietary code or licensing issues). Anyway I asked in the dev mailing list and got no answer. Feel free to revert this commit if there's something wrong with this change. Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'libre/kio/PKGBUILD')
-rw-r--r--libre/kio/PKGBUILD89
1 files changed, 0 insertions, 89 deletions
diff --git a/libre/kio/PKGBUILD b/libre/kio/PKGBUILD
deleted file mode 100644
index 5be1ff1f5..000000000
--- a/libre/kio/PKGBUILD
+++ /dev/null
@@ -1,89 +0,0 @@
-# Maintainer (arch): Felix Yan <felixonmars@archlinux.org>
-# Maintainer (arch): Antonio Rojas <arojas@archlinux.org>
-# Contributor: Andrea Scarpino <andrea@archlinux.org>
-# Contributor: André Silva <emulatorman@hyperbola.info>
-# Contributor: jc_gargma <jc_gargma@iserlohn-fortress.net>
-# Maintainer: Andreas Grapentin <andreas@grapentin.org>
-# Contributor: grizzlyuser <grizzlyuser@protonmail.com>
-# Contributor: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-# Contributor: bill-auger <bill-auger@programmer.net>
-
-
-# parabola changes and rationale:
-# - replace non-privacy search engines
-
-
-pkgname=kio
-pkgver=5.84.0
-pkgrel=2
-pkgrel+=.parabola1
-_pkgver_armv7h=5.82.0
-_pkgver_i686=5.83.0
-_pkgrel_armv7h=1.parabola1
-_pkgrel_i686=1.0.parabola1
-[[ "${CARCH}" != 'x86_64' ]] && eval "pkgver=\$_pkgver_${CARCH}" # our different arches do not
-[[ "${CARCH}" != 'x86_64' ]] && eval "pkgrel=\$_pkgrel_${CARCH}" # always roll at the same speed
-pkgdesc='Resource and network access abstraction'
-pkgdesc+=', with privacy-respecting search engines only'
-arch=(x86_64)
-arch+=(armv7h i686)
-url='https://community.kde.org/Frameworks'
-license=(LGPL)
-depends=(solid kjobwidgets kbookmarks libxslt kwallet ktextwidgets kded)
-makedepends=(extra-cmake-modules kdoctools doxygen qt5-tools qt5-doc)
-optdepends=('kio-extras: extra protocols support (sftp, fish and more)' 'kdoctools: for the help kioslave'
- 'kio-fuse: to mount remote filesystems via FUSE')
-groups=(kf5)
-source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}
- https://invent.kde.org/frameworks/kio/-/commit/8ad69215.patch)
-source+=(duckduckgo_html.desktop
- duckduckgo_lite.desktop
- gnupg-keys.desktop
- internet-archive.desktop
- parabola-packages.desktop
- parabola-wiki.desktop
- searx.desktop
- yacy.desktop)
-sha256sums=('96be2b732faf97a484edc5238049ad22f0f233b9e404468f4da40c5ec839e0d3'
- 'SKIP'
- '1b0e4575282769d64f334ea2c4a9ba17986bdc9bad9813272d350a937668467e')
-sha256sums+=('31910ab7393e67609f15e04a57f6406f63e6dae58b01bce0787741bc5958f292'
- '40466a9dad7075f2525e9e024720da7d7b49a22892b6fca8b81cc0e6408d2f7d'
- '57ded4375e1ddfe747bc55e3c52f4f39d1688f583c6af77da3479f544d262b71'
- '5e57f0978b3429dfd2e97f215ab58394dd4c19c5b7e1b6bea9733eae92253e1a'
- '7960cfc6b5a4030898cdd9d4699732fd7c1995983a0762ed1121aa2589beedc3'
- '45af1a8588246c64c2e306237ef605406c5289c2ff53b5f459315c40c8e5099b'
- '0264268855ac59872fe6bde4ce5c7d5f4a9b4d6936f3c2f870fc9a34de323c54'
- '0a494a6bd652533b2ac1ea6a139e8b7295da29f840e5d0d7b2aa7e18886887ef')
-_sha256sum_armv7h='96be2b732faf97a484edc5238049ad22f0f233b9e404468f4da40c5ec839e0d3'
-_sha256sum_i686='faa5a519e0cccb7197a4025f4b267a7683b49ad9d03e730a57969f33072f51c1'
-[[ "${CARCH}" != 'x86_64' ]] && eval "sha256sums[0]=\$_sha256sum_${CARCH}"
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
-
-
-prepare() {
- cd "${srcdir}"/${pkgname}-${pkgver}/
-
- # replace default search engines
- local searchengines_dir=src/urifilters/ikws/searchproviders
- find ${searchengines_dir}/ \
- -name *.desktop \
- -not -name duckduckgo.desktop \
- -not -name fsd.desktop \
- -not -name wikipedia.desktop \
- -not -name wiktionary.desktop \
- -exec rm -f {} \;
- cp -v "${srcdir}"/*.desktop ${searchengines_dir}/
-}
-
-build() {
- cmake -B build -S $pkgname-$pkgver \
- -DCMAKE_INSTALL_LIBEXECDIR=lib \
- -DBUILD_TESTING=OFF \
- -DBUILD_QCH=ON
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}