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

Jan Steffens heftig at archlinux.org
Thu Jul 7 10:24:54 UTC 2016


    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) <jan.steffens at gmail.com>
-
-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) <jan.steffens at gmail.com>
+
+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) <jan.steffens at gmail.com>
-
-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-x86_64/PKGBUILD (from rev 271132, gpaste/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-07-07 10:24:54 UTC (rev 271133)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+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-x86_64/gpaste.install
===================================================================
--- extra-x86_64/gpaste.install	2016-07-07 10:24:17 UTC (rev 271132)
+++ extra-x86_64/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
-}



More information about the arch-commits mailing list