[arch-commits] Commit in gpaste/repos (8 files)
Jan Steffens
heftig at archlinux.org
Sun Sep 27 20:16:38 UTC 2015
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/PKGBUILD 2015-09-27 20:15:56 UTC (rev 247549)
+++ gnome-unstable-i686/PKGBUILD 2015-09-27 20:16:38 UTC (rev 247550)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-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/PKGBUILD 2015-09-27 20:16:38 UTC (rev 247550)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+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() {
+ post_install
+}
Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD 2015-09-27 20:15:56 UTC (rev 247549)
+++ gnome-unstable-x86_64/PKGBUILD 2015-09-27 20:16:38 UTC (rev 247550)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-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/PKGBUILD (from rev 247549, gpaste/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2015-09-27 20:16:38 UTC (rev 247550)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+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-x86_64/gpaste.install
===================================================================
--- gnome-unstable-x86_64/gpaste.install 2015-09-27 20:15:56 UTC (rev 247549)
+++ gnome-unstable-x86_64/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-x86_64/gpaste.install (from rev 247549, gpaste/trunk/gpaste.install)
===================================================================
--- gnome-unstable-x86_64/gpaste.install (rev 0)
+++ gnome-unstable-x86_64/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() {
+ post_install
+}
More information about the arch-commits
mailing list