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

Jan Steffens heftig at archlinux.org
Thu Mar 31 15:25:52 UTC 2016


    Date: Thursday, March 31, 2016 @ 17:25:52
  Author: heftig
Revision: 263679

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

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

-------------------------------+
 testing-i686/PKGBUILD         |   41 ++++++++++++++++++++++++++++++++++++++++
 testing-i686/gpaste.install   |   11 ++++++++++
 testing-x86_64/PKGBUILD       |   41 ++++++++++++++++++++++++++++++++++++++++
 testing-x86_64/gpaste.install |   11 ++++++++++
 4 files changed, 104 insertions(+)

Copied: gpaste/repos/testing-i686/PKGBUILD (from rev 263678, gpaste/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-03-31 15:25:52 UTC (rev 263679)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gpaste
+pkgver=3.20
+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)
+optdepends=("wgetpaste: Upload clipboard contents")
+options=('!emptydirs')
+install=gpaste.install
+source=("http://www.imagination-land.org/files/$pkgname/$pkgname-$pkgver.tar.xz")
+sha256sums=('2d5ffacc8c16f5458282a6a0f60b7fca2a5ef91a7b0ed0f81d120eb96583744b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+    --libexecdir=/usr/lib \
+    --sysconfdir=/etc \
+    --enable-vala
+  make
+}
+
+check () {
+  cd $pkgname-$pkgver
+  #make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  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"
+}

Copied: gpaste/repos/testing-i686/gpaste.install (from rev 263678, gpaste/trunk/gpaste.install)
===================================================================
--- testing-i686/gpaste.install	                        (rev 0)
+++ testing-i686/gpaste.install	2016-03-31 15:25:52 UTC (rev 263679)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: gpaste/repos/testing-x86_64/PKGBUILD (from rev 263678, gpaste/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-03-31 15:25:52 UTC (rev 263679)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gpaste
+pkgver=3.20
+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)
+optdepends=("wgetpaste: Upload clipboard contents")
+options=('!emptydirs')
+install=gpaste.install
+source=("http://www.imagination-land.org/files/$pkgname/$pkgname-$pkgver.tar.xz")
+sha256sums=('2d5ffacc8c16f5458282a6a0f60b7fca2a5ef91a7b0ed0f81d120eb96583744b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+    --libexecdir=/usr/lib \
+    --sysconfdir=/etc \
+    --enable-vala
+  make
+}
+
+check () {
+  cd $pkgname-$pkgver
+  #make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  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"
+}

Copied: gpaste/repos/testing-x86_64/gpaste.install (from rev 263678, gpaste/trunk/gpaste.install)
===================================================================
--- testing-x86_64/gpaste.install	                        (rev 0)
+++ testing-x86_64/gpaste.install	2016-03-31 15:25:52 UTC (rev 263679)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list