Date: Tuesday, October 25, 2022 @ 21:05:06
  Author: anthraxx
Revision: 1334906

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  133 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 67 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-25 21:04:59 UTC (rev 1334905)
+++ PKGBUILD    2022-10-25 21:05:06 UTC (rev 1334906)
@@ -1,66 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor: Sergej Pupykin <[email protected]>
-# Contributor: Douglas Soares de Andrade <[email protected]>
-# Contributor: Michael Fellinger <[email protected]>
-# Contributor: Steffen Jaeckel <[email protected]>
-
-pkgname=sqlitebrowser
-_gitcommit=v3.12.2
-pkgver=3.12.2
-pkgrel=2
-pkgdesc='SQLite Database browser is a light GUI editor for SQLite databases, 
built on top of Qt'
-url='https://sqlitebrowser.org/'
-arch=(x86_64)
-license=(GPL3)
-depends=(
-  qt5-base hicolor-icon-theme sqlcipher qcustomplot qhexedit2 qscintilla-qt5
-  libqcustomplot.so libqhexedit.so
-)
-makedepends=(git cmake ninja qt5-tools)
-options=(debug)
-source=("git+https://github.com/sqlitebrowser/sqlitebrowser#tag=${_gitcommit}?signed";)
-sha256sums=('SKIP')
-validpgpkeys=(
-  '05E463FDB5802C3D00257F9C79EAD0AB3BD7DD2C' # Justin Clift (GPG key for 
signing git commits) <[email protected]>
-)
-
-pkgver() {
-  cd ${pkgname}
-  git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
-prepare() {
-  cd ${pkgname}
-  rm -r libs/{qcustomplot-source,qhexedit,qscintilla}
-  # fix qhexedit2 detection
-  git cherry-pick --no-commit 4e7669bd0c6d9ca2c57b597f7d67df0e96bd12de
-  git cherry-pick --no-commit 93b16bdad08e685d3b6fc1981dc50e92cfd4d0c3
-}
-
-build() {
-  cd ${pkgname}
-  cmake -B build \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=None \
-    -DBUILD_STABLE_VERSION=ON \
-    -DENABLE_TESTING=ON \
-    -DFORCE_INTERNAL_QCUSTOMPLOT=OFF \
-    -DFORCE_INTERNAL_QSCINTILLA=OFF \
-    -DFORCE_INTERNAL_QHEXEDIT=OFF \
-    -Dsqlcipher=1 \
-    -Wno-dev \
-    -G Ninja
-  ninja -C build
-}
-
-check() {
-  cd ${pkgname}/build
-  ctest -V
-}
-
-package() {
-  cd ${pkgname}
-  DESTDIR="${pkgdir}" ninja -C build install
-}
-
-# vim: ts=2 sw=2 et:

Copied: sqlitebrowser/repos/community-x86_64/PKGBUILD (from rev 1334905, 
sqlitebrowser/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-25 21:05:06 UTC (rev 1334906)
@@ -0,0 +1,67 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Contributor: Sergej Pupykin <[email protected]>
+# Contributor: Douglas Soares de Andrade <[email protected]>
+# Contributor: Michael Fellinger <[email protected]>
+# Contributor: Steffen Jaeckel <[email protected]>
+
+pkgname=sqlitebrowser
+_gitcommit=v3.12.2
+pkgver=3.12.2
+pkgrel=3
+pkgdesc='SQLite Database browser is a light GUI editor for SQLite databases, 
built on top of Qt'
+url='https://sqlitebrowser.org/'
+arch=(x86_64)
+license=(GPL3)
+depends=(
+  qt5-base hicolor-icon-theme sqlcipher qcustomplot qhexedit2 qscintilla-qt5
+  libqcustomplot.so libqhexedit.so
+)
+makedepends=(git cmake ninja qt5-tools)
+options=(debug)
+source=("git+https://github.com/sqlitebrowser/sqlitebrowser#tag=${_gitcommit}?signed";)
+sha256sums=('SKIP')
+validpgpkeys=(
+  '05E463FDB5802C3D00257F9C79EAD0AB3BD7DD2C' # Justin Clift (GPG key for 
signing git commits) <[email protected]>
+)
+
+pkgver() {
+  cd ${pkgname}
+  git describe --tags --match 'v*' | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+}
+
+prepare() {
+  cd ${pkgname}
+  rm -r libs/{qcustomplot-source,qhexedit,qscintilla}
+  # fix qhexedit2 detection
+  git cherry-pick --no-commit 4e7669bd0c6d9ca2c57b597f7d67df0e96bd12de
+  git cherry-pick --no-commit 93b16bdad08e685d3b6fc1981dc50e92cfd4d0c3
+  git cherry-pick --no-commit 07f1d7aa9d6fbbea9d8fc24197850ea3859b8162
+}
+
+build() {
+  cd ${pkgname}
+  cmake -B build \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=None \
+    -DBUILD_STABLE_VERSION=ON \
+    -DENABLE_TESTING=ON \
+    -DFORCE_INTERNAL_QCUSTOMPLOT=OFF \
+    -DFORCE_INTERNAL_QSCINTILLA=OFF \
+    -DFORCE_INTERNAL_QHEXEDIT=OFF \
+    -Dsqlcipher=1 \
+    -Wno-dev \
+    -G Ninja
+  ninja -C build
+}
+
+check() {
+  cd ${pkgname}/build
+  ctest -V
+}
+
+package() {
+  cd ${pkgname}
+  DESTDIR="${pkgdir}" ninja -C build install
+}
+
+# vim: ts=2 sw=2 et:

Reply via email to