Date: Monday, October 3, 2022 @ 21:57:46
  Author: heftig
Revision: 457171

archrelease: copy trunk to extra-x86_64

Added:
  dconf-editor/repos/extra-x86_64/PKGBUILD
    (from rev 457170, dconf-editor/trunk/PKGBUILD)
Deleted:
  dconf-editor/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   83 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 40 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-03 21:57:36 UTC (rev 457170)
+++ PKGBUILD    2022-10-03 21:57:46 UTC (rev 457171)
@@ -1,43 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-
-pkgname=dconf-editor
-pkgver=3.38.3
-pkgrel=2
-pkgdesc="GSettings editor for GNOME"
-url="https://wiki.gnome.org/Apps/DconfEditor";
-arch=(x86_64)
-license=(GPL3)
-groups=(gnome-extra)
-depends=(gtk3 dconf)
-makedepends=(vala meson git)
-options=(debug)
-_commit=886181423ba8e93e766087425a0f2066f450cab1  # tags/3.38.3^0
-source=("git+https://gitlab.gnome.org/GNOME/dconf-editor.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # https://bugs.archlinux.org/task/75459
-  git cherry-pick -n 56474378568e6ff4af8aa912810323e808c1d977
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=2 sts=-1 et:

Copied: dconf-editor/repos/extra-x86_64/PKGBUILD (from rev 457170, 
dconf-editor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-10-03 21:57:46 UTC (rev 457171)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+
+pkgname=dconf-editor
+pkgver=43.0
+pkgrel=1
+pkgdesc="GSettings editor for GNOME"
+url="https://wiki.gnome.org/Apps/DconfEditor";
+arch=(x86_64)
+license=(GPL3)
+groups=(gnome-extra)
+depends=(libhandy dconf)
+makedepends=(vala meson git)
+options=(debug)
+_commit=27b4f9d1d53783507f03eb9b6a140f0646ce746e  # tags/43.0^0
+source=("git+https://gitlab.gnome.org/GNOME/dconf-editor.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 sts=-1 et:

Reply via email to