Date: Thursday, February 9, 2023 @ 18:29:48
  Author: heftig
Revision: 468438

archrelease: copy trunk to extra-x86_64

Added:
  ghex/repos/extra-x86_64/PKGBUILD
    (from rev 468437, ghex/trunk/PKGBUILD)
Deleted:
  ghex/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |  109 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 54 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-09 18:29:34 UTC (rev 468437)
+++ PKGBUILD    2023-02-09 18:29:48 UTC (rev 468438)
@@ -1,55 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-# Contributor: Jan de Groot <[email protected]>
-# Contributor: Tobias Kieslich <[email protected]>
-
-pkgbase=ghex
-pkgname=(ghex ghex-docs)
-pkgver=43.0
-pkgrel=1
-pkgdesc="A simple binary editor for the Gnome desktop"
-url="https://wiki.gnome.org/Apps/Ghex";
-arch=(x86_64)
-license=(GPL)
-depends=(libadwaita)
-makedepends=(git meson yelp-tools gobject-introspection gi-docgen)
-options=(debug)
-_commit=2975e977301e44632a2718fb9a74d5f99fdd881f  # tags/43.0^0
-source=("git+https://gitlab.gnome.org/GNOME/ghex.git#commit=$_commit";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd ghex
-  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
-  cd ghex
-}
-
-build() {
-  arch-meson ghex build -D gtk_doc=true
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package_ghex() {
-  provides=(libgtkhex-4.so)
-  groups=(gnome-extra)
-
-  meson install -C build --destdir "$pkgdir"
-
-  mkdir -p doc/usr/share
-  mv {"$pkgdir",doc}/usr/share/doc
-}
-
-package_ghex-docs() {
-  pkgdesc+=" (documentation)"
-  depends=()
-
-  mv doc/* "$pkgdir"
-}
-
-# vim:set sw=2 sts=-1 et:

Copied: ghex/repos/extra-x86_64/PKGBUILD (from rev 468437, ghex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-02-09 18:29:48 UTC (rev 468438)
@@ -0,0 +1,54 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Jan de Groot <[email protected]>
+# Contributor: Tobias Kieslich <[email protected]>
+
+pkgbase=ghex
+pkgname=(ghex ghex-docs)
+pkgver=43.1
+pkgrel=1
+pkgdesc="A simple binary editor for the Gnome desktop"
+url="https://wiki.gnome.org/Apps/Ghex";
+arch=(x86_64)
+license=(GPL)
+depends=(libadwaita)
+makedepends=(git meson yelp-tools gobject-introspection gi-docgen)
+_commit=da9469b370526f406ec9c0a71044b9ce07cc6bc2  # tags/43.1^0
+source=("git+https://gitlab.gnome.org/GNOME/ghex.git#commit=$_commit";)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd ghex
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd ghex
+}
+
+build() {
+  arch-meson ghex build -D gtk_doc=true
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package_ghex() {
+  provides=(libgtkhex-4.so)
+  groups=(gnome-extra)
+
+  meson install -C build --destdir "$pkgdir"
+
+  mkdir -p doc/usr/share
+  mv {"$pkgdir",doc}/usr/share/doc
+}
+
+package_ghex-docs() {
+  pkgdesc+=" (documentation)"
+  depends=()
+
+  mv doc/* "$pkgdir"
+}
+
+# vim:set sw=2 sts=-1 et:

Reply via email to