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

Jan Steffens heftig at gemini.archlinux.org
Thu Feb 24 19:44:59 UTC 2022


    Date: Thursday, February 24, 2022 @ 19:44:58
  Author: heftig
Revision: 438086

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-24 19:44:33 UTC (rev 438085)
+++ PKGBUILD	2022-02-24 19:44:58 UTC (rev 438086)
@@ -1,39 +0,0 @@
-# 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
-}

Copied: gpaste/repos/extra-x86_64/PKGBUILD (from rev 438085, gpaste/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-24 19:44:58 UTC (rev 438086)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+
+pkgname=gpaste
+pkgver=3.42.6
+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=758b26f2a5861ce635d51b29eae8f37bb8b9867a  # tags/v3.42.6^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