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

2016-07-03 Thread Jan Steffens
Date: Monday, July 4, 2016 @ 04:26:03
  Author: heftig
Revision: 270926

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

Added:
  gpaste/repos/extra-i686/PKGBUILD
(from rev 270925, gpaste/trunk/PKGBUILD)
  gpaste/repos/extra-i686/gpaste.install
(from rev 270925, gpaste/trunk/gpaste.install)
  gpaste/repos/extra-x86_64/PKGBUILD
(from rev 270925, gpaste/trunk/PKGBUILD)
  gpaste/repos/extra-x86_64/gpaste.install
(from rev 270925, gpaste/trunk/gpaste.install)
Deleted:
  gpaste/repos/extra-i686/PKGBUILD
  gpaste/repos/extra-i686/gpaste.install
  gpaste/repos/extra-x86_64/PKGBUILD
  gpaste/repos/extra-x86_64/gpaste.install

-+
 /PKGBUILD   |   90 ++
 /gpaste.install |   22 ++
 extra-i686/PKGBUILD |   45 -
 extra-i686/gpaste.install   |   11 -
 extra-x86_64/PKGBUILD   |   45 -
 extra-x86_64/gpaste.install |   11 -
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-04 04:25:21 UTC (rev 270925)
+++ extra-i686/PKGBUILD 2016-07-04 04:26:03 UTC (rev 270926)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gpaste
-pkgver=3.20.3
-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=('0bbd7f86597690095b5c00c5d5932f6246e5d4925222549dbdb4394b83542ab4')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---libexecdir=/usr/lib \
---sysconfdir=/etc \
---enable-vala \
---enable-applet
-  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"
-
-  # Don't autostart the applet, ever
-  rm "$pkgdir/etc/xdg/autostart/org.gnome.GPaste.Applet.desktop"
-}

Copied: gpaste/repos/extra-i686/PKGBUILD (from rev 270925, 
gpaste/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-04 04:26:03 UTC (rev 270926)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gpaste
+pkgver=3.20.4
+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=('c27e4a934c5abe399e3a5420611ee41474b96abbdb5c320fef1652a6a62b2b60')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib \
+--sysconfdir=/etc \
+--enable-vala \
+--enable-applet
+  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"
+
+  # Don't autostart the applet, ever
+  rm "$pkgdir/etc/xdg/autostart/org.gnome.GPaste.Applet.desktop"
+}

Deleted: extra-i686/gpaste.install
===
--- extra-i686/gpaste.install   2016-07-04 04:25:21 UTC (rev 270925)
+++ extra-i686/gpaste.install   2016-07-04 04:26:03 UTC (rev 270926)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gpaste/repos/extra-i686/gpaste.install (from rev 270925, 
gpaste/trunk/gpaste.install)
===
--- extra-i686/gpaste.install   (rev 0)
+++ extra-i686/gpaste.install   2016-07-04 04:26:03 UTC (rev 270926)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  

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

2016-06-14 Thread Jan Steffens
Date: Tuesday, June 14, 2016 @ 20:40:18
  Author: heftig
Revision: 269963

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

Added:
  gpaste/repos/extra-i686/PKGBUILD
(from rev 269962, gpaste/trunk/PKGBUILD)
  gpaste/repos/extra-i686/gpaste.install
(from rev 269962, gpaste/trunk/gpaste.install)
  gpaste/repos/extra-x86_64/PKGBUILD
(from rev 269962, gpaste/trunk/PKGBUILD)
  gpaste/repos/extra-x86_64/gpaste.install
(from rev 269962, gpaste/trunk/gpaste.install)
Deleted:
  gpaste/repos/extra-i686/PKGBUILD
  gpaste/repos/extra-i686/gpaste.install
  gpaste/repos/extra-x86_64/PKGBUILD
  gpaste/repos/extra-x86_64/gpaste.install

-+
 /PKGBUILD   |   90 ++
 /gpaste.install |   22 ++
 extra-i686/PKGBUILD |   45 -
 extra-i686/gpaste.install   |   11 -
 extra-x86_64/PKGBUILD   |   45 -
 extra-x86_64/gpaste.install |   11 -
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-06-14 20:32:51 UTC (rev 269962)
+++ extra-i686/PKGBUILD 2016-06-14 20:40:18 UTC (rev 269963)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gpaste
-pkgver=3.20.2
-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=('e4cfc701451890966a763bbcf33fe339eaef6edd195c5c62043111cd8581397e')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---libexecdir=/usr/lib \
---sysconfdir=/etc \
---enable-vala \
---enable-applet
-  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"
-
-  # Don't autostart the applet, ever
-  rm "$pkgdir/etc/xdg/autostart/org.gnome.GPaste.Applet.desktop"
-}

Copied: gpaste/repos/extra-i686/PKGBUILD (from rev 269962, 
gpaste/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-06-14 20:40:18 UTC (rev 269963)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gpaste
+pkgver=3.20.3
+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=('0bbd7f86597690095b5c00c5d5932f6246e5d4925222549dbdb4394b83542ab4')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib \
+--sysconfdir=/etc \
+--enable-vala \
+--enable-applet
+  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"
+
+  # Don't autostart the applet, ever
+  rm "$pkgdir/etc/xdg/autostart/org.gnome.GPaste.Applet.desktop"
+}

Deleted: extra-i686/gpaste.install
===
--- extra-i686/gpaste.install   2016-06-14 20:32:51 UTC (rev 269962)
+++ extra-i686/gpaste.install   2016-06-14 20:40:18 UTC (rev 269963)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gpaste/repos/extra-i686/gpaste.install (from rev 269962, 
gpaste/trunk/gpaste.install)
===
--- extra-i686/gpaste.install   (rev 0)
+++ extra-i686/gpaste.install   2016-06-14 20:40:18 UTC (rev 269963)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  

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

2016-05-24 Thread Jan Steffens
Date: Tuesday, May 24, 2016 @ 23:12:52
  Author: heftig
Revision: 268543

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

Added:
  gpaste/repos/extra-i686/PKGBUILD
(from rev 268542, gpaste/trunk/PKGBUILD)
  gpaste/repos/extra-i686/gpaste.install
(from rev 268542, gpaste/trunk/gpaste.install)
  gpaste/repos/extra-x86_64/PKGBUILD
(from rev 268542, gpaste/trunk/PKGBUILD)
  gpaste/repos/extra-x86_64/gpaste.install
(from rev 268542, gpaste/trunk/gpaste.install)
Deleted:
  gpaste/repos/extra-i686/PKGBUILD
  gpaste/repos/extra-i686/gpaste.install
  gpaste/repos/extra-x86_64/PKGBUILD
  gpaste/repos/extra-x86_64/gpaste.install

-+
 /PKGBUILD   |   90 ++
 /gpaste.install |   22 ++
 extra-i686/PKGBUILD |   45 -
 extra-i686/gpaste.install   |   11 -
 extra-x86_64/PKGBUILD   |   45 -
 extra-x86_64/gpaste.install |   11 -
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-24 21:12:11 UTC (rev 268542)
+++ extra-i686/PKGBUILD 2016-05-24 21:12:52 UTC (rev 268543)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gpaste
-pkgver=3.20.1
-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=('75edcf6aebe32970f69c2c76e578d7ca56aa868dc88ad762d41158020a6c9c1f')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
---libexecdir=/usr/lib \
---sysconfdir=/etc \
---enable-vala \
---enable-applet
-  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"
-
-  # Don't autostart the applet, ever
-  rm "$pkgdir/etc/xdg/autostart/org.gnome.GPaste.Applet.desktop"
-}

Copied: gpaste/repos/extra-i686/PKGBUILD (from rev 268542, 
gpaste/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-24 21:12:52 UTC (rev 268543)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gpaste
+pkgver=3.20.2
+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=('e4cfc701451890966a763bbcf33fe339eaef6edd195c5c62043111cd8581397e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib \
+--sysconfdir=/etc \
+--enable-vala \
+--enable-applet
+  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"
+
+  # Don't autostart the applet, ever
+  rm "$pkgdir/etc/xdg/autostart/org.gnome.GPaste.Applet.desktop"
+}

Deleted: extra-i686/gpaste.install
===
--- extra-i686/gpaste.install   2016-05-24 21:12:11 UTC (rev 268542)
+++ extra-i686/gpaste.install   2016-05-24 21:12:52 UTC (rev 268543)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gpaste/repos/extra-i686/gpaste.install (from rev 268542, 
gpaste/trunk/gpaste.install)
===
--- extra-i686/gpaste.install   (rev 0)
+++ extra-i686/gpaste.install   2016-05-24 21:12:52 UTC (rev 268543)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  

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

2016-05-24 Thread Jan Steffens
Date: Tuesday, May 24, 2016 @ 23:11:17
  Author: heftig
Revision: 268541

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

Added:
  gpaste/repos/extra-i686/PKGBUILD
(from rev 268540, gpaste/trunk/PKGBUILD)
  gpaste/repos/extra-i686/gpaste.install
(from rev 268540, gpaste/trunk/gpaste.install)
  gpaste/repos/extra-x86_64/PKGBUILD
(from rev 268540, gpaste/trunk/PKGBUILD)
  gpaste/repos/extra-x86_64/gpaste.install
(from rev 268540, gpaste/trunk/gpaste.install)
Deleted:
  gpaste/repos/extra-i686/PKGBUILD
  gpaste/repos/extra-i686/gpaste.install
  gpaste/repos/extra-x86_64/PKGBUILD
  gpaste/repos/extra-x86_64/gpaste.install

-+
 /PKGBUILD   |   90 ++
 /gpaste.install |   22 ++
 extra-i686/PKGBUILD |   41 ---
 extra-i686/gpaste.install   |   11 -
 extra-x86_64/PKGBUILD   |   41 ---
 extra-x86_64/gpaste.install |   11 -
 6 files changed, 112 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-24 21:08:16 UTC (rev 268540)
+++ extra-i686/PKGBUILD 2016-05-24 21:11:17 UTC (rev 268541)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-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/extra-i686/PKGBUILD (from rev 268540, 
gpaste/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-24 21:11:17 UTC (rev 268541)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gpaste
+pkgver=3.20.1
+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=('75edcf6aebe32970f69c2c76e578d7ca56aa868dc88ad762d41158020a6c9c1f')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib \
+--sysconfdir=/etc \
+--enable-vala \
+--enable-applet
+  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"
+
+  # Don't autostart the applet, ever
+  rm "$pkgdir/etc/xdg/autostart/org.gnome.GPaste.Applet.desktop"
+}

Deleted: extra-i686/gpaste.install
===
--- extra-i686/gpaste.install   2016-05-24 21:08:16 UTC (rev 268540)
+++ extra-i686/gpaste.install   2016-05-24 21:11:17 UTC (rev 268541)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gpaste/repos/extra-i686/gpaste.install (from rev 268540, 
gpaste/trunk/gpaste.install)
===
--- extra-i686/gpaste.install   (rev 0)
+++ extra-i686/gpaste.install   2016-05-24 21:11:17 UTC (rev 268541)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- 

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

2016-01-17 Thread Jan Steffens
Date: Monday, January 18, 2016 @ 02:55:06
  Author: heftig
Revision: 258379

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

Added:
  gpaste/repos/extra-i686/PKGBUILD
(from rev 258378, gpaste/trunk/PKGBUILD)
  gpaste/repos/extra-i686/gpaste.install
(from rev 258378, gpaste/trunk/gpaste.install)
  gpaste/repos/extra-x86_64/PKGBUILD
(from rev 258378, gpaste/trunk/PKGBUILD)
  gpaste/repos/extra-x86_64/gpaste.install
(from rev 258378, gpaste/trunk/gpaste.install)
Deleted:
  gpaste/repos/extra-i686/PKGBUILD
  gpaste/repos/extra-i686/gpaste.install
  gpaste/repos/extra-x86_64/PKGBUILD
  gpaste/repos/extra-x86_64/gpaste.install

-+
 /PKGBUILD   |   82 ++
 /gpaste.install |   22 +++
 extra-i686/PKGBUILD |   41 -
 extra-i686/gpaste.install   |   11 -
 extra-x86_64/PKGBUILD   |   41 -
 extra-x86_64/gpaste.install |   11 -
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-18 01:54:25 UTC (rev 258378)
+++ extra-i686/PKGBUILD 2016-01-18 01:55:06 UTC (rev 258379)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gpaste
-pkgver=3.18.2
-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=('7a1b0e25822c656f39200a8040a95860a84556188ac6e6f6ec65ee6db271490a')
-
-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/extra-i686/PKGBUILD (from rev 258378, 
gpaste/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-18 01:55:06 UTC (rev 258379)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gpaste
+pkgver=3.18.3
+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=('945f126f3866511e1658996d164accbe6f9ff94a7b2062a7718cf1314fecc6c3')
+
+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"
+}

Deleted: extra-i686/gpaste.install
===
--- extra-i686/gpaste.install   2016-01-18 01:54:25 UTC (rev 258378)
+++ extra-i686/gpaste.install   2016-01-18 01:55:06 UTC (rev 258379)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gpaste/repos/extra-i686/gpaste.install (from rev 258378, 
gpaste/trunk/gpaste.install)
===
--- extra-i686/gpaste.install   (rev 0)
+++ extra-i686/gpaste.install   2016-01-18 01:55:06 UTC (rev 258379)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-01-18 01:54:25 UTC (rev 258378)
+++ extra-x86_64/PKGBUILD   2016-01-18 01:55:06 UTC (rev 258379)
@@ 

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

2015-10-16 Thread Jan Steffens
Date: Friday, October 16, 2015 @ 16:15:59
  Author: heftig
Revision: 249437

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

Added:
  gpaste/repos/extra-i686/PKGBUILD
(from rev 249436, gpaste/trunk/PKGBUILD)
  gpaste/repos/extra-i686/gpaste.install
(from rev 249436, gpaste/trunk/gpaste.install)
  gpaste/repos/extra-x86_64/PKGBUILD
(from rev 249436, gpaste/trunk/PKGBUILD)
  gpaste/repos/extra-x86_64/gpaste.install
(from rev 249436, gpaste/trunk/gpaste.install)
Deleted:
  gpaste/repos/extra-i686/PKGBUILD
  gpaste/repos/extra-i686/gpaste.install
  gpaste/repos/extra-x86_64/PKGBUILD
  gpaste/repos/extra-x86_64/gpaste.install

-+
 /PKGBUILD   |   82 ++
 /gpaste.install |   22 +++
 extra-i686/PKGBUILD |   41 -
 extra-i686/gpaste.install   |   11 -
 extra-x86_64/PKGBUILD   |   41 -
 extra-x86_64/gpaste.install |   11 -
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-16 14:13:10 UTC (rev 249436)
+++ extra-i686/PKGBUILD 2015-10-16 14:15:59 UTC (rev 249437)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gpaste
-pkgver=3.18.1.1
-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=('25e8474bac2115b6bb4e3682c7e66073aa3ea4a994df8e4fa3bb847b7a09d97c')
-
-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/extra-i686/PKGBUILD (from rev 249436, 
gpaste/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-16 14:15:59 UTC (rev 249437)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gpaste
+pkgver=3.18.2
+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=('7a1b0e25822c656f39200a8040a95860a84556188ac6e6f6ec65ee6db271490a')
+
+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"
+}

Deleted: extra-i686/gpaste.install
===
--- extra-i686/gpaste.install   2015-10-16 14:13:10 UTC (rev 249436)
+++ extra-i686/gpaste.install   2015-10-16 14:15:59 UTC (rev 249437)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gpaste/repos/extra-i686/gpaste.install (from rev 249436, 
gpaste/trunk/gpaste.install)
===
--- extra-i686/gpaste.install   (rev 0)
+++ extra-i686/gpaste.install   2015-10-16 14:15:59 UTC (rev 249437)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-10-16 14:13:10 UTC (rev 249436)
+++ extra-x86_64/PKGBUILD   2015-10-16 14:15:59 UTC (rev 249437)
@@ 

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

2015-09-27 Thread Jan Steffens
Date: Sunday, September 27, 2015 @ 22:16:38
  Author: heftig
Revision: 247550

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gpaste/repos/gnome-unstable-i686/PKGBUILD
(from rev 247549, gpaste/trunk/PKGBUILD)
  gpaste/repos/gnome-unstable-i686/gpaste.install
(from rev 247549, gpaste/trunk/gpaste.install)
  gpaste/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247549, gpaste/trunk/PKGBUILD)
  gpaste/repos/gnome-unstable-x86_64/gpaste.install
(from rev 247549, gpaste/trunk/gpaste.install)
Deleted:
  gpaste/repos/gnome-unstable-i686/PKGBUILD
  gpaste/repos/gnome-unstable-i686/gpaste.install
  gpaste/repos/gnome-unstable-x86_64/PKGBUILD
  gpaste/repos/gnome-unstable-x86_64/gpaste.install

--+
 /PKGBUILD|   82 +
 /gpaste.install  |   22 
 gnome-unstable-i686/PKGBUILD |   41 
 gnome-unstable-i686/gpaste.install   |   11 
 gnome-unstable-x86_64/PKGBUILD   |   41 
 gnome-unstable-x86_64/gpaste.install |   11 
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2015-09-27 20:15:56 UTC (rev 247549)
+++ gnome-unstable-i686/PKGBUILD2015-09-27 20:16:38 UTC (rev 247550)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gpaste
-pkgver=3.18.1
-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=('f4872e6b2d2a764b34fe715e77a9722e7f51818a57f9a4dba3694efce95d5ce4')
-
-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/gnome-unstable-i686/PKGBUILD (from rev 247549, 
gpaste/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-27 20:16:38 UTC (rev 247550)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gpaste
+pkgver=3.18.1.1
+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=('25e8474bac2115b6bb4e3682c7e66073aa3ea4a994df8e4fa3bb847b7a09d97c')
+
+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"
+}

Deleted: gnome-unstable-i686/gpaste.install
===
--- gnome-unstable-i686/gpaste.install  2015-09-27 20:15:56 UTC (rev 247549)
+++ gnome-unstable-i686/gpaste.install  2015-09-27 20:16:38 UTC (rev 247550)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gpaste/repos/gnome-unstable-i686/gpaste.install (from rev 247549, 
gpaste/trunk/gpaste.install)
===
--- gnome-unstable-i686/gpaste.install  (rev 0)
+++ gnome-unstable-i686/gpaste.install  2015-09-27 20:16:38 UTC (rev 247550)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() 

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

2015-09-26 Thread Jan Steffens
Date: Sunday, September 27, 2015 @ 01:35:51
  Author: heftig
Revision: 247524

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

Added:
  gpaste/repos/extra-i686/PKGBUILD
(from rev 247523, gpaste/trunk/PKGBUILD)
  gpaste/repos/extra-i686/gpaste.install
(from rev 247523, gpaste/trunk/gpaste.install)
  gpaste/repos/extra-x86_64/PKGBUILD
(from rev 247523, gpaste/trunk/PKGBUILD)
  gpaste/repos/extra-x86_64/gpaste.install
(from rev 247523, gpaste/trunk/gpaste.install)
Deleted:
  gpaste/repos/extra-i686/PKGBUILD
  gpaste/repos/extra-i686/gpaste.install
  gpaste/repos/extra-x86_64/PKGBUILD
  gpaste/repos/extra-x86_64/gpaste.install

-+
 /PKGBUILD   |   82 ++
 /gpaste.install |   22 +++
 extra-i686/PKGBUILD |   41 -
 extra-i686/gpaste.install   |   11 -
 extra-x86_64/PKGBUILD   |   41 -
 extra-x86_64/gpaste.install |   11 -
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-26 23:30:20 UTC (rev 247523)
+++ extra-i686/PKGBUILD 2015-09-26 23:35:51 UTC (rev 247524)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gpaste
-pkgver=3.16.3
-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=('55e33922c828873b7ddee26380cac62a5855949cc88a91d273ac65146abd61e5')
-
-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 \
-"$pkgdir/usr/share/bash-completion/completions/gpaste"
-  install -Dm644 data/completions/_gpaste \
-"$pkgdir/usr/share/zsh/site-functions/_gpaste"
-}

Copied: gpaste/repos/extra-i686/PKGBUILD (from rev 247523, 
gpaste/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-26 23:35:51 UTC (rev 247524)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gpaste
+pkgver=3.16.3.1
+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=('f9b79deb4459d2a48437c569132fe02cf29fc8c3024ae96165df4c24bac374d4')
+
+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 \
+"$pkgdir/usr/share/bash-completion/completions/gpaste"
+  install -Dm644 data/completions/_gpaste \
+"$pkgdir/usr/share/zsh/site-functions/_gpaste"
+}

Deleted: extra-i686/gpaste.install
===
--- extra-i686/gpaste.install   2015-09-26 23:30:20 UTC (rev 247523)
+++ extra-i686/gpaste.install   2015-09-26 23:35:51 UTC (rev 247524)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gpaste/repos/extra-i686/gpaste.install (from rev 247523, 
gpaste/trunk/gpaste.install)
===
--- extra-i686/gpaste.install   (rev 0)
+++ extra-i686/gpaste.install   2015-09-26 23:35:51 UTC (rev 247524)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-09-26 23:30:20 UTC (rev 247523)
+++ extra-x86_64/PKGBUILD   2015-09-26 23:35:51 UTC (rev 247524)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander 

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

2015-09-06 Thread Jan Steffens
Date: Sunday, September 6, 2015 @ 17:19:30
  Author: heftig
Revision: 245357

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

Added:
  gpaste/repos/extra-i686/PKGBUILD
(from rev 245356, gpaste/trunk/PKGBUILD)
  gpaste/repos/extra-i686/gpaste.install
(from rev 245356, gpaste/trunk/gpaste.install)
  gpaste/repos/extra-x86_64/PKGBUILD
(from rev 245356, gpaste/trunk/PKGBUILD)
  gpaste/repos/extra-x86_64/gpaste.install
(from rev 245356, gpaste/trunk/gpaste.install)
Deleted:
  gpaste/repos/extra-i686/PKGBUILD
  gpaste/repos/extra-i686/gpaste.install
  gpaste/repos/extra-x86_64/PKGBUILD
  gpaste/repos/extra-x86_64/gpaste.install

-+
 /PKGBUILD   |   82 ++
 /gpaste.install |   22 +++
 extra-i686/PKGBUILD |   41 -
 extra-i686/gpaste.install   |   11 -
 extra-x86_64/PKGBUILD   |   41 -
 extra-x86_64/gpaste.install |   11 -
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-09-06 15:18:49 UTC (rev 245356)
+++ extra-i686/PKGBUILD 2015-09-06 15:19:30 UTC (rev 245357)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gpaste
-pkgver=3.16.2.1
-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=('91e8c9fb4cf3d68ecf70cc7af14635424941cfa783f3d94b42895a5389d59cb6')
-
-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 \
-"$pkgdir/usr/share/bash-completion/completions/gpaste"
-  install -Dm644 data/completions/_gpaste \
-"$pkgdir/usr/share/zsh/site-functions/_gpaste"
-}

Copied: gpaste/repos/extra-i686/PKGBUILD (from rev 245356, 
gpaste/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-06 15:19:30 UTC (rev 245357)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gpaste
+pkgver=3.16.3
+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=('55e33922c828873b7ddee26380cac62a5855949cc88a91d273ac65146abd61e5')
+
+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 \
+"$pkgdir/usr/share/bash-completion/completions/gpaste"
+  install -Dm644 data/completions/_gpaste \
+"$pkgdir/usr/share/zsh/site-functions/_gpaste"
+}

Deleted: extra-i686/gpaste.install
===
--- extra-i686/gpaste.install   2015-09-06 15:18:49 UTC (rev 245356)
+++ extra-i686/gpaste.install   2015-09-06 15:19:30 UTC (rev 245357)
@@ -1,11 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gpaste/repos/extra-i686/gpaste.install (from rev 245356, 
gpaste/trunk/gpaste.install)
===
--- extra-i686/gpaste.install   (rev 0)
+++ extra-i686/gpaste.install   2015-09-06 15:19:30 UTC (rev 245357)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-09-06 15:18:49 UTC (rev 245356)
+++ extra-x86_64/PKGBUILD   2015-09-06 15:19:30 UTC (rev 245357)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander