[arch-commits] Commit in gpaste/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at gemini.archlinux.org
Tue Feb 15 23:00:07 UTC 2022


    Date: Tuesday, February 15, 2022 @ 23:00:06
  Author: heftig
Revision: 437434

archrelease: copy trunk to extra-x86_64

Added:
  gpaste/repos/extra-x86_64/PKGBUILD
    (from rev 437430, gpaste/trunk/PKGBUILD)
Deleted:
  gpaste/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   81 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 39 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-15 23:00:06 UTC (rev 437433)
+++ PKGBUILD	2022-02-15 23:00:06 UTC (rev 437434)
@@ -1,42 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-
-pkgname=gpaste
-pkgver=3.42.2
-pkgrel=2
-pkgdesc="Clipboard management system"
-url="https://www.imagination-land.org/tags/GPaste.html"
-license=(BSD)
-arch=(x86_64)
-depends=(gtk3)
-makedepends=(vala appstream-glib gobject-introspection gnome-shell
-             gnome-control-center git meson)
-optdepends=("wgetpaste: Upload clipboard contents")
-_commit=84592d5c53d7c578b5f6a4444f72fa890f321f1c  # tags/v3.42.2^0
-source=("git+https://github.com/keruspe/gpaste#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd gpaste
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd gpaste
-
-  # https://bugs.archlinux.org/task/72849
-  sed -i '3s/3\.42\.1/3.42.2/' meson.build
-}
-
-build() {
-  arch-meson gpaste build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  meson install -C build --destdir "$pkgdir"
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 gpaste/COPYING
-}

Copied: gpaste/repos/extra-x86_64/PKGBUILD (from rev 437430, gpaste/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-15 23:00:06 UTC (rev 437434)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=gpaste
+pkgver=3.42.5
+pkgrel=1
+pkgdesc="Clipboard management system"
+url="https://www.imagination-land.org/tags/GPaste.html"
+license=(BSD)
+arch=(x86_64)
+depends=(gtk3)
+makedepends=(vala appstream-glib gobject-introspection gnome-shell
+             gnome-control-center git meson)
+optdepends=("wgetpaste: Upload clipboard contents")
+_commit=25e3d439215482bc51b4c483675037e185f692e4  # tags/v3.42.5^0
+source=("git+https://github.com/keruspe/gpaste#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd gpaste
+  git describe --tags | sed 's/^v//;s/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+  cd gpaste
+}
+
+build() {
+  arch-meson gpaste build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  meson install -C build --destdir "$pkgdir"
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 gpaste/COPYING
+}



More information about the arch-commits mailing list