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

Antonio Rojas arojas at gemini.archlinux.org
Sat Sep 3 19:12:10 UTC 2022


    Date: Saturday, September 3, 2022 @ 19:12:10
  Author: arojas
Revision: 1292700

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-03 19:11:59 UTC (rev 1292699)
+++ PKGBUILD	2022-09-03 19:12:10 UTC (rev 1292700)
@@ -1,25 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Peter Mattern <pmattern at arcor dot de>
-
-pkgname=feathernotes
-pkgver=0.10.0
-pkgrel=1
-pkgdesc='Lightweight Qt hierarchical notes-manager'
-arch=('x86_64')
-url='https://github.com/tsujan/FeatherNotes'
-license=('GPL3')
-depends=('hicolor-icon-theme' 'hunspell' 'qt5-svg' 'qt5-translations' 'qt5-x11extras')
-makedepends=('cmake' 'ninja' 'qt5-tools')
-source=("https://github.com/tsujan/FeatherNotes/releases/download/V$pkgver/FeatherNotes-$pkgver.tar.xz"{,.asc})
-sha256sums=('f30e1aadad7d388ceb9e7ba1160337feecb5b618faaf17638d78a9e571afa6d5'
-            'SKIP')
-validpgpkeys=('19DFDF3A579BD509DBB572D8BE793007AD22DF7E')
-
-build() {
-  cmake -S FeatherNotes-$pkgver -B build -G Ninja -DCMAKE_INSTALL_PREFIX='/usr'
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: feathernotes/repos/community-x86_64/PKGBUILD (from rev 1292699, feathernotes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-09-03 19:12:10 UTC (rev 1292700)
@@ -0,0 +1,25 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Peter Mattern <pmattern at arcor dot de>
+
+pkgname=feathernotes
+pkgver=1.0.0
+pkgrel=1
+pkgdesc='Lightweight Qt hierarchical notes-manager'
+arch=('x86_64')
+url='https://github.com/tsujan/FeatherNotes'
+license=('GPL3')
+depends=('hicolor-icon-theme' 'hunspell' 'qt6-svg')
+makedepends=('cmake' 'ninja' 'qt6-tools')
+source=("https://github.com/tsujan/FeatherNotes/releases/download/V$pkgver/FeatherNotes-$pkgver.tar.xz"{,.asc})
+sha256sums=('6a3a19dbf65be99f9f9e5f8cf56b635a563230f0962d5c96607dc3e051cb021d'
+            'SKIP')
+validpgpkeys=('19DFDF3A579BD509DBB572D8BE793007AD22DF7E')
+
+build() {
+  cmake -S FeatherNotes-$pkgver -B build -G Ninja -DCMAKE_INSTALL_PREFIX='/usr' -DENABLE_QT5=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list