[arch-commits] Commit in gpaste/repos (4 files)

Jan Steffens heftig at archlinux.org
Mon Oct 10 12:03:54 UTC 2016


    Date: Monday, October 10, 2016 @ 12:03:53
  Author: heftig
Revision: 278166

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gpaste/repos/testing-i686/
  gpaste/repos/testing-i686/PKGBUILD
    (from rev 278165, gpaste/trunk/PKGBUILD)
  gpaste/repos/testing-x86_64/
  gpaste/repos/testing-x86_64/PKGBUILD
    (from rev 278165, gpaste/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   52 ++++++++++++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   52 ++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 104 insertions(+)

Copied: gpaste/repos/testing-i686/PKGBUILD (from rev 278165, gpaste/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-10-10 12:03:53 UTC (rev 278166)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gpaste
+pkgver=3.22.0
+pkgrel=1
+pkgdesc="Clipboard management system"
+url="http://www.imagination-land.org/tags/GPaste.html"
+license=(GPL3)
+arch=(i686 x86_64)
+depends=(gtk3)
+makedepends=(intltool vala appstream-glib gobject-introspection gnome-shell gnome-control-center git)
+optdepends=("wgetpaste: Upload clipboard contents")
+options=(!emptydirs)
+_commit=38568b15bebf021b767ba5b906bf831851172661  # tags/v3.22.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 --enable-applet
+  make
+}
+
+check () {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 data/completions/gpaste-client \
+    "$pkgdir/usr/share/bash-completion/completions/gpaste-client"
+  install -Dm644 data/completions/_gpaste-client \
+    "$pkgdir/usr/share/zsh/site-functions/_gpaste-client"
+
+  # Don't autostart the applet, ever
+  rm "$pkgdir/etc/xdg/autostart/org.gnome.GPaste.Applet.desktop"
+}

Copied: gpaste/repos/testing-x86_64/PKGBUILD (from rev 278165, gpaste/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-10-10 12:03:53 UTC (rev 278166)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gpaste
+pkgver=3.22.0
+pkgrel=1
+pkgdesc="Clipboard management system"
+url="http://www.imagination-land.org/tags/GPaste.html"
+license=(GPL3)
+arch=(i686 x86_64)
+depends=(gtk3)
+makedepends=(intltool vala appstream-glib gobject-introspection gnome-shell gnome-control-center git)
+optdepends=("wgetpaste: Upload clipboard contents")
+options=(!emptydirs)
+_commit=38568b15bebf021b767ba5b906bf831851172661  # tags/v3.22.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 --enable-applet
+  make
+}
+
+check () {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 data/completions/gpaste-client \
+    "$pkgdir/usr/share/bash-completion/completions/gpaste-client"
+  install -Dm644 data/completions/_gpaste-client \
+    "$pkgdir/usr/share/zsh/site-functions/_gpaste-client"
+
+  # Don't autostart the applet, ever
+  rm "$pkgdir/etc/xdg/autostart/org.gnome.GPaste.Applet.desktop"
+}



More information about the arch-commits mailing list