Date: Monday, April 17, 2023 @ 13:38:55
Author: hashworks
Revision: 1446815
archrelease: copy trunk to community-x86_64
Added:
kiwix-desktop/repos/community-x86_64/PKGBUILD
(from rev 1446814, kiwix-desktop/trunk/PKGBUILD)
Deleted:
kiwix-desktop/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-17 13:38:51 UTC (rev 1446814)
+++ PKGBUILD 2023-04-17 13:38:55 UTC (rev 1446815)
@@ -1,27 +0,0 @@
-# Maintainer: Justin Kromlinger <[email protected]>
-
-pkgname=kiwix-desktop
-pkgver=2.3.1
-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" "libkiwix" "aria2")
-makedepends=("qt5-tools")
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('799d887efd6a855aefe27452b1e3c02da3b443b1ea19c961b7d58dc55e019342')
-
-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 1446814,
kiwix-desktop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-17 13:38:55 UTC (rev 1446815)
@@ -0,0 +1,27 @@
+# Maintainer: Justin Kromlinger <[email protected]>
+
+pkgname=kiwix-desktop
+pkgver=2.3.1
+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" "libkiwix" "aria2")
+makedepends=("qt5-tools")
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('799d887efd6a855aefe27452b1e3c02da3b443b1ea19c961b7d58dc55e019342')
+
+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
+}