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

Jan Steffens heftig at archlinux.org
Sat Sep 26 23:35:51 UTC 2015


    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) <jan.steffens at gmail.com>
-
-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) <jan.steffens at gmail.com>
+
+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 Steffens (heftig) <jan.steffens at gmail.com>
-
-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-x86_64/PKGBUILD (from rev 247523, gpaste/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-09-26 23:35:51 UTC (rev 247524)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+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-x86_64/gpaste.install
===================================================================
--- extra-x86_64/gpaste.install	2015-09-26 23:30:20 UTC (rev 247523)
+++ extra-x86_64/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-x86_64/gpaste.install (from rev 247523, gpaste/trunk/gpaste.install)
===================================================================
--- extra-x86_64/gpaste.install	                        (rev 0)
+++ extra-x86_64/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
+}



More information about the arch-commits mailing list