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

2020-10-03 Thread Jan Steffens via arch-commits
Date: Saturday, October 3, 2020 @ 15:37:15
  Author: heftig
Revision: 397208

archrelease: copy trunk to testing-x86_64

Added:
  gpaste/repos/testing-x86_64/PKGBUILD
(from rev 397207, gpaste/trunk/PKGBUILD)
Deleted:
  gpaste/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-03 15:37:05 UTC (rev 397207)
+++ PKGBUILD2020-10-03 15:37:15 UTC (rev 397208)
@@ -1,39 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gpaste
-pkgver=3.38.1
-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=3a00a3e4a9e7bba9717c6072750c7bf2dd11a09d  # tags/v3.38.1^0
-source=("git+https://github.com/keruspe/gpaste#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-}
-
-build() {
-  arch-meson $pkgname build
-  meson compile -C build
-}
-
-check() {
-  meson test -C build --print-errorlogs
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
-}

Copied: gpaste/repos/testing-x86_64/PKGBUILD (from rev 397207, 
gpaste/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-03 15:37:15 UTC (rev 397208)
@@ -0,0 +1,39 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gpaste
+pkgver=3.38.2
+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=d4d745132bb63b22290366d111039e6bd532f063  # tags/v3.38.2^0
+source=("git+https://github.com/keruspe/gpaste#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  meson compile -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 $pkgname/COPYING
+}


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

2018-09-14 Thread Jan Steffens via arch-commits
Date: Friday, September 14, 2018 @ 15:52:09
  Author: heftig
Revision: 334569

archrelease: copy trunk to testing-x86_64

Added:
  gpaste/repos/testing-x86_64/PKGBUILD
(from rev 334568, gpaste/trunk/PKGBUILD)
Deleted:
  gpaste/repos/testing-x86_64/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-14 15:52:01 UTC (rev 334568)
+++ PKGBUILD2018-09-14 15:52:09 UTC (rev 334569)
@@ -1,44 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gpaste
-pkgver=3.30.0
-pkgrel=1
-pkgdesc="Clipboard management system"
-url="http://www.imagination-land.org/tags/GPaste.html;
-license=(BSD)
-arch=(x86_64)
-depends=(gtk3)
-makedepends=(intltool vala appstream-glib gobject-introspection gnome-shell 
gnome-control-center git)
-optdepends=("wgetpaste: Upload clipboard contents")
-_commit=56327893b0679af225ba4e169eead9f54c009dc8  # tags/v3.30.0^0
-source=("git+https://github.com/keruspe/gpaste#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc \
---enable-vala
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" COPYING
-}

Copied: gpaste/repos/testing-x86_64/PKGBUILD (from rev 334568, 
gpaste/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-14 15:52:09 UTC (rev 334569)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gpaste
+pkgver=3.30.1
+pkgrel=1
+pkgdesc="Clipboard management system"
+url="http://www.imagination-land.org/tags/GPaste.html;
+license=(BSD)
+arch=(x86_64)
+depends=(gtk3)
+makedepends=(intltool vala appstream-glib gobject-introspection gnome-shell 
gnome-control-center git)
+optdepends=("wgetpaste: Upload clipboard contents")
+_commit=85788ac73e53130d9b70075e02f1df614e2e  # tags/v3.30.1^0
+source=("git+https://github.com/keruspe/gpaste#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc \
+--enable-vala
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" COPYING
+}


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

2018-09-08 Thread Jan Steffens via arch-commits
Date: Sunday, September 9, 2018 @ 00:26:39
  Author: heftig
Revision: 334168

archrelease: copy trunk to testing-x86_64

Added:
  gpaste/repos/testing-x86_64/PKGBUILD
(from rev 334167, gpaste/trunk/PKGBUILD)
Deleted:
  gpaste/repos/testing-x86_64/PKGBUILD

--+
 PKGBUILD |   88 ++---
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-09 00:26:30 UTC (rev 334167)
+++ PKGBUILD2018-09-09 00:26:39 UTC (rev 334168)
@@ -1,44 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gpaste
-pkgver=3.28.2+5+g8604a34e
-pkgrel=1
-pkgdesc="Clipboard management system"
-url="http://www.imagination-land.org/tags/GPaste.html;
-license=(BSD)
-arch=(x86_64)
-depends=(gtk3)
-makedepends=(intltool vala appstream-glib gobject-introspection gnome-shell 
gnome-control-center git)
-optdepends=("wgetpaste: Upload clipboard contents")
-_commit=8604a34ec6109b32df5242de4fbfa6be9df71bb2  # gpaste-3.30
-source=("git+https://github.com/keruspe/gpaste#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc \
---enable-vala
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" COPYING
-}

Copied: gpaste/repos/testing-x86_64/PKGBUILD (from rev 334167, 
gpaste/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-09 00:26:39 UTC (rev 334168)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gpaste
+pkgver=3.30.0
+pkgrel=1
+pkgdesc="Clipboard management system"
+url="http://www.imagination-land.org/tags/GPaste.html;
+license=(BSD)
+arch=(x86_64)
+depends=(gtk3)
+makedepends=(intltool vala appstream-glib gobject-introspection gnome-shell 
gnome-control-center git)
+optdepends=("wgetpaste: Upload clipboard contents")
+_commit=56327893b0679af225ba4e169eead9f54c009dc8  # tags/v3.30.0^0
+source=("git+https://github.com/keruspe/gpaste#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc \
+--enable-vala
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" COPYING
+}