[arch-commits] Commit in kiwix-desktop/repos/community-x86_64 (PKGBUILD PKGBUILD)
Justin Kromlinger
hashworks at archlinux.org
Wed Nov 18 18:39:07 UTC 2020
Date: Wednesday, November 18, 2020 @ 18:39:06
Author: hashworks
Revision: 757159
archrelease: copy trunk to community-x86_64
Added:
kiwix-desktop/repos/community-x86_64/PKGBUILD
(from rev 757158, kiwix-desktop/trunk/PKGBUILD)
Deleted:
kiwix-desktop/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-18 18:38:49 UTC (rev 757158)
+++ PKGBUILD 2020-11-18 18:39:06 UTC (rev 757159)
@@ -1,27 +0,0 @@
-# Maintainer: Justin Kromlinger <hashworks at archlinux.org>
-
-pkgname=kiwix-desktop
-pkgver=2.0.4
-pkgrel=2
-pkgdesc="Offline reader for Web content, especially intended to make Wikipedia available offline"
-url="https://github.com/kiwix/kiwix-desktop"
-arch=("x86_64")
-license=("GPL3")
-depends=("qt5-base" "qt5-webengine" "qt5-svg" "qt5-imageformats" "kiwix-lib")
-makedepends=("qt5-tools")
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('c6749b21fae9ced23667fb9949a31a5342aca7d611b32c7052f57c1b273a8d89')
-
-build() {
- cd "${pkgname}-${pkgver}"
- export CFLAGS+=" ${CPPFLAGS}"
- export CXXFLAGS+=" ${CPPFLAGS}"
- qmake PREFIX="/usr"
- make
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- make INSTALL_ROOT="$pkgdir/" install
-}
Copied: kiwix-desktop/repos/community-x86_64/PKGBUILD (from rev 757158, kiwix-desktop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-18 18:39:06 UTC (rev 757159)
@@ -0,0 +1,27 @@
+# Maintainer: Justin Kromlinger <hashworks at archlinux.org>
+
+pkgname=kiwix-desktop
+pkgver=2.0.5
+pkgrel=1
+pkgdesc="Offline reader for Web content, especially intended to make Wikipedia available offline"
+url="https://github.com/kiwix/kiwix-desktop"
+arch=("x86_64")
+license=("GPL3")
+depends=("qt5-base" "qt5-webengine" "qt5-svg" "qt5-imageformats" "kiwix-lib>=9.4.1")
+makedepends=("qt5-tools")
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('0a72cec66c0b5883aa0e7992cb05ff7bb70362065d51733dd36e3a032b2630a9')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ export CFLAGS+=" ${CPPFLAGS}"
+ export CXXFLAGS+=" ${CPPFLAGS}"
+ qmake PREFIX="/usr"
+ make
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ make INSTALL_ROOT="$pkgdir/" install
+}
More information about the arch-commits
mailing list