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

2016-07-07 Thread Jan Steffens
Date: Thursday, July 7, 2016 @ 10:24:54
  Author: heftig
Revision: 271133

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

Added:
  gpaste/repos/extra-i686/PKGBUILD
(from rev 271132, gpaste/trunk/PKGBUILD)
  gpaste/repos/extra-x86_64/PKGBUILD
(from rev 271132, gpaste/trunk/PKGBUILD)
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   |   88 ++
 extra-i686/PKGBUILD |   45 -
 extra-i686/gpaste.install   |   11 -
 extra-x86_64/PKGBUILD   |   45 -
 extra-x86_64/gpaste.install |   11 -
 5 files changed, 88 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-07-07 10:24:17 UTC (rev 271132)
+++ extra-i686/PKGBUILD 2016-07-07 10:24:54 UTC (rev 271133)
@@ -1,45 +0,0 @@
-# $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"
-}

Copied: gpaste/repos/extra-i686/PKGBUILD (from rev 271132, 
gpaste/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-07-07 10:24:54 UTC (rev 271133)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gpaste
+pkgver=3.20.4
+pkgrel=2
+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)
+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-07 10:24:17 UTC (rev 271132)
+++ extra-i686/gpaste.install   2016-07-07 10:24:54 UTC (rev 271133)
@@ -1,11 +0,0 @@
-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-07-07 10:24:17 UTC (rev 271132)
+++ extra-x86_64/PKGBUILD   2016-07-07 10:24:54 UTC (rev 271133)
@@ -1,45 +0,0 @@
-# $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)

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

2016-03-31 Thread Jan Steffens
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) 
+
+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) 
+
+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
+}


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

2015-09-26 Thread Jan Steffens
Date: Sunday, September 27, 2015 @ 01:47:32
  Author: heftig
Revision: 247526

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

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

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

Copied: gpaste/repos/gnome-unstable-i686/PKGBUILD (from rev 247525, 
gpaste/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-26 23:47:32 UTC (rev 247526)
@@ -0,0 +1,41 @@
+# $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/gpaste.install (from rev 247525, 
gpaste/trunk/gpaste.install)
===
--- gnome-unstable-i686/gpaste.install  (rev 0)
+++ gnome-unstable-i686/gpaste.install  2015-09-26 23:47:32 UTC (rev 247526)
@@ -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/gnome-unstable-x86_64/PKGBUILD (from rev 247525, 
gpaste/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-09-26 23:47:32 UTC (rev 247526)
@@ -0,0 +1,41 @@
+# $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-x86_64/gpaste.install (from rev 247525, 
gpaste/trunk/gpaste.install)
===
--- gnome-unstable-x86_64/gpaste.install(rev 0)
+++ gnome-unstable-x86_64/gpaste.install2015-09-26 23:47:32 UTC (rev 
247526)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-09-04 Thread Jan Steffens
Date: Saturday, September 5, 2015 @ 01:01:38
  Author: heftig
Revision: 245333

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

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

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

Copied: gpaste/repos/extra-i686/PKGBUILD (from rev 245332, 
gpaste/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-09-04 23:01:38 UTC (rev 245333)
@@ -0,0 +1,41 @@
+# $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/gpaste.install (from rev 245332, 
gpaste/trunk/gpaste.install)
===
--- extra-i686/gpaste.install   (rev 0)
+++ extra-i686/gpaste.install   2015-09-04 23:01:38 UTC (rev 245333)
@@ -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/extra-x86_64/PKGBUILD (from rev 245332, 
gpaste/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-09-04 23:01:38 UTC (rev 245333)
@@ -0,0 +1,41 @@
+# $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-x86_64/gpaste.install (from rev 245332, 
gpaste/trunk/gpaste.install)
===
--- extra-x86_64/gpaste.install (rev 0)
+++ extra-x86_64/gpaste.install 2015-09-04 23:01:38 UTC (rev 245333)
@@ -0,0 +1,11 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}