[arch-commits] Commit in autocutsel/repos (8 files)
Jelle van der Waa
jelle at archlinux.org
Sun Oct 22 16:00:22 UTC 2017
Date: Sunday, October 22, 2017 @ 16:00:21
Author: jelle
Revision: 263990
archrelease: copy trunk to community-i686, community-x86_64
Added:
autocutsel/repos/community-i686/PKGBUILD
(from rev 263989, autocutsel/trunk/PKGBUILD)
autocutsel/repos/community-i686/autocutsel.install
(from rev 263989, autocutsel/trunk/autocutsel.install)
autocutsel/repos/community-x86_64/PKGBUILD
(from rev 263989, autocutsel/trunk/PKGBUILD)
autocutsel/repos/community-x86_64/autocutsel.install
(from rev 263989, autocutsel/trunk/autocutsel.install)
Deleted:
autocutsel/repos/community-i686/PKGBUILD
autocutsel/repos/community-i686/autocutsel.install
autocutsel/repos/community-x86_64/PKGBUILD
autocutsel/repos/community-x86_64/autocutsel.install
-------------------------------------+
/PKGBUILD | 52 ++++++++++++++++++++++++++++++++++
/autocutsel.install | 40 ++++++++++++++++++++++++++
community-i686/PKGBUILD | 26 -----------------
community-i686/autocutsel.install | 20 -------------
community-x86_64/PKGBUILD | 26 -----------------
community-x86_64/autocutsel.install | 20 -------------
6 files changed, 92 insertions(+), 92 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-10-22 16:00:10 UTC (rev 263989)
+++ community-i686/PKGBUILD 2017-10-22 16:00:21 UTC (rev 263990)
@@ -1,26 +0,0 @@
-# $Id$
-# Contributor: Tom Killian <tom at archlinux.org>
-# Contributor: Nikos Kouremenos (zeppelin) kourem at gmail dot com
-# Maintainer: Stefan Husmann <stefan-husmann at t-online.de>
-
-pkgname=autocutsel
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="synchronizes the two copy/paste buffers mainly used by X applications"
-arch=('i686' 'x86_64')
-depends=('libxaw')
-source=(https://github.com/sigmike/autocutsel/releases/download/$pkgver/autocutsel-$pkgver.tar.gz)
-url="https://github.com/sigmike/autocutsel"
-install=autocutsel.install
-license=('GPL')
-md5sums=('7d5b96e5f7b79b883d8350f104043366')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr
- make
-}
-package() {
- cd $srcdir/$pkgname-$pkgver
- make prefix=$pkgdir/usr install
-}
Copied: autocutsel/repos/community-i686/PKGBUILD (from rev 263989, autocutsel/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-10-22 16:00:21 UTC (rev 263990)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: Tom Killian <tom at archlinux.org>
+# Contributor: Nikos Kouremenos (zeppelin) kourem at gmail dot com
+# Maintainer: Stefan Husmann <stefan-husmann at t-online.de>
+
+pkgname=autocutsel
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="synchronizes the two copy/paste buffers mainly used by X applications"
+arch=('i686' 'x86_64')
+depends=('libxaw')
+source=(https://github.com/sigmike/autocutsel/releases/download/$pkgver/autocutsel-$pkgver.tar.gz)
+url="https://github.com/sigmike/autocutsel"
+install=autocutsel.install
+license=('GPL')
+md5sums=('7d5b96e5f7b79b883d8350f104043366')
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+package() {
+ cd $srcdir/$pkgname-$pkgver
+ make prefix=$pkgdir/usr install
+}
Deleted: community-i686/autocutsel.install
===================================================================
--- community-i686/autocutsel.install 2017-10-22 16:00:10 UTC (rev 263989)
+++ community-i686/autocutsel.install 2017-10-22 16:00:21 UTC (rev 263990)
@@ -1,20 +0,0 @@
-post_install() {
- cat << EOF
- Add the following lines to your ~/.xinitrc or, for
- system-wide use, to a new file, named, say, 40-autocutsel
- in the directory /etc/X11/xinit/xinitrc.d/ :
-
-autocutsel -fork &
-autocutsel -selection PRIMARY -fork &
-EOF
-}
-
-post_upgrade() {
- post_install
-}
-post_remove() {
-cat << EOF
- you might want to remove autocutsel related files in
- /etc/X11/xinit/xinitrc.d now.
-EOF
-}
Copied: autocutsel/repos/community-i686/autocutsel.install (from rev 263989, autocutsel/trunk/autocutsel.install)
===================================================================
--- community-i686/autocutsel.install (rev 0)
+++ community-i686/autocutsel.install 2017-10-22 16:00:21 UTC (rev 263990)
@@ -0,0 +1,20 @@
+post_install() {
+ cat << EOF
+ Add the following lines to your ~/.xinitrc or, for
+ system-wide use, to a new file, named, say, 40-autocutsel
+ in the directory /etc/X11/xinit/xinitrc.d/ :
+
+autocutsel -fork &
+autocutsel -selection PRIMARY -fork &
+EOF
+}
+
+post_upgrade() {
+ post_install
+}
+post_remove() {
+cat << EOF
+ you might want to remove autocutsel related files in
+ /etc/X11/xinit/xinitrc.d now.
+EOF
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-10-22 16:00:10 UTC (rev 263989)
+++ community-x86_64/PKGBUILD 2017-10-22 16:00:21 UTC (rev 263990)
@@ -1,26 +0,0 @@
-# $Id$
-# Contributor: Tom Killian <tom at archlinux.org>
-# Contributor: Nikos Kouremenos (zeppelin) kourem at gmail dot com
-# Maintainer: Stefan Husmann <stefan-husmann at t-online.de>
-
-pkgname=autocutsel
-pkgver=0.10.0
-pkgrel=1
-pkgdesc="synchronizes the two copy/paste buffers mainly used by X applications"
-arch=('i686' 'x86_64')
-depends=('libxaw')
-source=(https://github.com/sigmike/autocutsel/releases/download/$pkgver/autocutsel-$pkgver.tar.gz)
-url="https://github.com/sigmike/autocutsel"
-install=autocutsel.install
-license=('GPL')
-md5sums=('7d5b96e5f7b79b883d8350f104043366')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr
- make
-}
-package() {
- cd $srcdir/$pkgname-$pkgver
- make prefix=$pkgdir/usr install
-}
Copied: autocutsel/repos/community-x86_64/PKGBUILD (from rev 263989, autocutsel/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-10-22 16:00:21 UTC (rev 263990)
@@ -0,0 +1,26 @@
+# $Id$
+# Contributor: Tom Killian <tom at archlinux.org>
+# Contributor: Nikos Kouremenos (zeppelin) kourem at gmail dot com
+# Maintainer: Stefan Husmann <stefan-husmann at t-online.de>
+
+pkgname=autocutsel
+pkgver=0.10.0
+pkgrel=2
+pkgdesc="synchronizes the two copy/paste buffers mainly used by X applications"
+arch=('i686' 'x86_64')
+depends=('libxaw')
+source=(https://github.com/sigmike/autocutsel/releases/download/$pkgver/autocutsel-$pkgver.tar.gz)
+url="https://github.com/sigmike/autocutsel"
+install=autocutsel.install
+license=('GPL')
+md5sums=('7d5b96e5f7b79b883d8350f104043366')
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+package() {
+ cd $srcdir/$pkgname-$pkgver
+ make prefix=$pkgdir/usr install
+}
Deleted: community-x86_64/autocutsel.install
===================================================================
--- community-x86_64/autocutsel.install 2017-10-22 16:00:10 UTC (rev 263989)
+++ community-x86_64/autocutsel.install 2017-10-22 16:00:21 UTC (rev 263990)
@@ -1,20 +0,0 @@
-post_install() {
- cat << EOF
- Add the following lines to your ~/.xinitrc or, for
- system-wide use, to a new file, named, say, 40-autocutsel
- in the directory /etc/X11/xinit/xinitrc.d/ :
-
-autocutsel -fork &
-autocutsel -selection PRIMARY -fork &
-EOF
-}
-
-post_upgrade() {
- post_install
-}
-post_remove() {
-cat << EOF
- you might want to remove autocutsel related files in
- /etc/X11/xinit/xinitrc.d now.
-EOF
-}
Copied: autocutsel/repos/community-x86_64/autocutsel.install (from rev 263989, autocutsel/trunk/autocutsel.install)
===================================================================
--- community-x86_64/autocutsel.install (rev 0)
+++ community-x86_64/autocutsel.install 2017-10-22 16:00:21 UTC (rev 263990)
@@ -0,0 +1,20 @@
+post_install() {
+ cat << EOF
+ Add the following lines to your ~/.xinitrc or, for
+ system-wide use, to a new file, named, say, 40-autocutsel
+ in the directory /etc/X11/xinit/xinitrc.d/ :
+
+autocutsel -fork &
+autocutsel -selection PRIMARY -fork &
+EOF
+}
+
+post_upgrade() {
+ post_install
+}
+post_remove() {
+cat << EOF
+ you might want to remove autocutsel related files in
+ /etc/X11/xinit/xinitrc.d now.
+EOF
+}
More information about the arch-commits
mailing list