summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD35
1 files changed, 7 insertions, 28 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9c7436871f5..739b6e8a238c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,33 +1,12 @@
-# Maintainer zan <zan@420blaze.it>
+# Contributor: zan <zan@420blaze.it>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=kjsembed-git
-_name=${pkgname%-git}
-pkgver=v4.100.0.rc1.r205.g08a64c6
-pkgrel=1
-pkgdesc='Embedded JS'
-arch=(x86_64)
-url='https://invent.kde.org/frameworks/kjsembed'
+pkgver=5.100.0
+pkgrel=2
+pkgdesc='[Dummy PKG] kjsembed is EOL and broken: uninstall this package'
+arch=(any)
+url='https://community.kde.org/Frameworks/6.0_Release_notes#Frameworks_No_Longer_Shipped'
license=(LGPL)
-depends=(ki18n qt5-svg kjs)
-makedepends=(extra-cmake-modules git qt5-tools kdoctools)
groups=(kf5-aids)
-conflicts=(kjsembed)
-provides=(kjsembed)
-source=("git+https://invent.kde.org/frameworks/$_name.git")
-md5sums=('SKIP')
-
-pkgver() {
- cd $_name
- git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-build() {
- cmake -B build -S $_name
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
-
+install="${pkgname}.install"