Date: Monday, March 6, 2023 @ 15:46:59
Author: arojas
Revision: 1415606
archrelease: copy trunk to community-x86_64
Added:
kbibtex/repos/community-x86_64/PKGBUILD
(from rev 1415605, kbibtex/trunk/PKGBUILD)
kbibtex/repos/community-x86_64/keys/
Deleted:
kbibtex/repos/community-x86_64/PKGBUILD
kbibtex/repos/community-x86_64/keys/
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-06 15:46:48 UTC (rev 1415605)
+++ PKGBUILD 2023-03-06 15:46:59 UTC (rev 1415606)
@@ -1,29 +0,0 @@
-# Maintainer: Ray Rashif <[email protected]>
-# Maintainer: Antonio Rojas <nqn1976 @ gmail.com>
-# Contributor: cmorlok <[email protected]>
-
-pkgname=kbibtex
-epoch=1
-pkgver=0.9.3.2
-pkgrel=1
-pkgdesc='A BibTeX editor for KDE'
-arch=(x86_64)
-url='https://apps.kde.org/kbibtex/'
-license=(GPL)
-depends=(poppler-qt5 qt5-webengine qt5-xmlpatterns ktexteditor)
-optdepends=('okular: Document preview')
-makedepends=(extra-cmake-modules kdoctools qoauth)
-source=(https://download.kde.org/stable/KBibTeX/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('0733c24ca322327cf3d92fa36e4e196c4b9dc895f911a4c3558e7db5efc0c457'
- 'SKIP')
-validpgpkeys=('1808CB466328F4380685A3B1A264FD738D861F41') # Thomas Fischer
<[email protected]>
-
-build() {
- cmake -B build -S $pkgname-$pkgver \
- -DBUILD_TESTING=OFF
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: kbibtex/repos/community-x86_64/PKGBUILD (from rev 1415605,
kbibtex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-06 15:46:59 UTC (rev 1415606)
@@ -0,0 +1,29 @@
+# Maintainer: Ray Rashif <[email protected]>
+# Maintainer: Antonio Rojas <nqn1976 @ gmail.com>
+# Contributor: cmorlok <[email protected]>
+
+pkgname=kbibtex
+epoch=1
+pkgver=0.9.3.2
+pkgrel=2
+pkgdesc='A BibTeX editor for KDE'
+arch=(x86_64)
+url='https://apps.kde.org/kbibtex/'
+license=(GPL)
+depends=(poppler-qt5 qt5-webengine qt5-xmlpatterns ktexteditor qoauth)
+optdepends=('okular: Document preview')
+makedepends=(extra-cmake-modules kdoctools)
+source=(https://download.kde.org/stable/KBibTeX/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('0733c24ca322327cf3d92fa36e4e196c4b9dc895f911a4c3558e7db5efc0c457'
+ 'SKIP')
+validpgpkeys=('1808CB466328F4380685A3B1A264FD738D861F41') # Thomas Fischer
<[email protected]>
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}