[arch-commits] Commit in focuswriter/repos/community-x86_64 (PKGBUILD PKGBUILD keys)

Antonio Rojas arojas at gemini.archlinux.org
Sat Jun 25 13:24:18 UTC 2022


    Date: Saturday, June 25, 2022 @ 13:24:18
  Author: arojas
Revision: 1239429

archrelease: copy trunk to community-x86_64

Added:
  focuswriter/repos/community-x86_64/PKGBUILD
    (from rev 1239428, focuswriter/trunk/PKGBUILD)
  focuswriter/repos/community-x86_64/keys/
Deleted:
  focuswriter/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 ++++++++++++++++++++++++++--------------------------------
 1 file changed, 26 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-25 13:24:07 UTC (rev 1239428)
+++ PKGBUILD	2022-06-25 13:24:18 UTC (rev 1239429)
@@ -1,32 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Graeme Gott <graeme at gottcode.org>
-
-pkgname=focuswriter
-pkgver=1.7.6
-pkgrel=3
-pkgdesc='Simple, distraction-free word processor'
-arch=('x86_64')
-url='https://gottcode.org/focuswriter/'
-license=('GPL3')
-depends=('hicolor-icon-theme' 'hunspell' 'qt5-multimedia')
-makedepends=('qt5-tools')
-source=("https://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2"{,.asc})
-sha256sums=('34f576a49c9fe64aedad66e02efafc29c840b6c3ddc98a42d87dfda499710541'
-            'SKIP')
-validpgpkeys=('57E4D43C10CD7EDB8360C84774FFC7F02C4F6B37')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i '/INSTALLS +=/ s/ pixmap//' focuswriter.pro
-}
-
-build() {
-  cd $pkgname-$pkgver
-  qmake-qt5 PREFIX=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: focuswriter/repos/community-x86_64/PKGBUILD (from rev 1239428, focuswriter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-25 13:24:18 UTC (rev 1239429)
@@ -0,0 +1,26 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Graeme Gott <graeme at gottcode.org>
+
+pkgname=focuswriter
+pkgver=1.8.0
+pkgrel=1
+pkgdesc='Simple, distraction-free word processor'
+arch=('x86_64')
+url='https://gottcode.org/focuswriter/'
+license=('GPL3')
+depends=('hicolor-icon-theme' 'hunspell' 'qt6-multimedia' 'qt6-5compat')
+makedepends=('cmake' 'qt6-tools')
+source=("https://gottcode.org/$pkgname/$pkgname-$pkgver-src.tar.bz2"{,.asc})
+sha256sums=('114897e2fa697e32cbf81c3ced8dc6d56ea8584956348ab607f3530c991ce7d8'
+            'SKIP')
+validpgpkeys=('57E4D43C10CD7EDB8360C84774FFC7F02C4F6B37')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list