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

Jelle van der Waa jelle at nymeria.archlinux.org
Wed Nov 20 07:48:32 UTC 2013


    Date: Wednesday, November 20, 2013 @ 08:48:32
  Author: jelle
Revision: 101226

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

Added:
  autocutsel/repos/community-i686/PKGBUILD
    (from rev 101225, autocutsel/trunk/PKGBUILD)
  autocutsel/repos/community-i686/autocutsel.install
    (from rev 101225, autocutsel/trunk/autocutsel.install)
  autocutsel/repos/community-x86_64/PKGBUILD
    (from rev 101225, autocutsel/trunk/PKGBUILD)
  autocutsel/repos/community-x86_64/autocutsel.install
    (from rev 101225, 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             |   25 ----------------
 community-i686/autocutsel.install   |   20 -------------
 community-x86_64/PKGBUILD           |   25 ----------------
 community-x86_64/autocutsel.install |   20 -------------
 6 files changed, 92 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-11-20 07:48:21 UTC (rev 101225)
+++ community-i686/PKGBUILD	2013-11-20 07:48:32 UTC (rev 101226)
@@ -1,25 +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.9.0
-pkgrel=7
-pkgdesc="synchronizes the two copy/paste buffers mainly used by X applications"
-arch=('i686' 'x86_64')
-depends=('libxaw')
-source=(http://lepton.fr/tools/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('ba4a6f632cb4815ae4e5c3027c24cfc5')
-url="http://lepton.fr/tools/autocutsel/"
-install=autocutsel.install
-license=('GPL')
-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 101225, autocutsel/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-11-20 07:48:32 UTC (rev 101226)
@@ -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.9.1
+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="http://www.nongnu.org/autocutsel/"
+install=autocutsel.install
+license=('GPL')
+md5sums=('7bf76b1ea7a15592f05d02b4c086d4cd')
+
+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	2013-11-20 07:48:21 UTC (rev 101225)
+++ community-i686/autocutsel.install	2013-11-20 07:48:32 UTC (rev 101226)
@@ -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 101225, autocutsel/trunk/autocutsel.install)
===================================================================
--- community-i686/autocutsel.install	                        (rev 0)
+++ community-i686/autocutsel.install	2013-11-20 07:48:32 UTC (rev 101226)
@@ -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	2013-11-20 07:48:21 UTC (rev 101225)
+++ community-x86_64/PKGBUILD	2013-11-20 07:48:32 UTC (rev 101226)
@@ -1,25 +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.9.0
-pkgrel=7
-pkgdesc="synchronizes the two copy/paste buffers mainly used by X applications"
-arch=('i686' 'x86_64')
-depends=('libxaw')
-source=(http://lepton.fr/tools/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('ba4a6f632cb4815ae4e5c3027c24cfc5')
-url="http://lepton.fr/tools/autocutsel/"
-install=autocutsel.install
-license=('GPL')
-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 101225, autocutsel/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-11-20 07:48:32 UTC (rev 101226)
@@ -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.9.1
+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="http://www.nongnu.org/autocutsel/"
+install=autocutsel.install
+license=('GPL')
+md5sums=('7bf76b1ea7a15592f05d02b4c086d4cd')
+
+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	2013-11-20 07:48:21 UTC (rev 101225)
+++ community-x86_64/autocutsel.install	2013-11-20 07:48:32 UTC (rev 101226)
@@ -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 101225, autocutsel/trunk/autocutsel.install)
===================================================================
--- community-x86_64/autocutsel.install	                        (rev 0)
+++ community-x86_64/autocutsel.install	2013-11-20 07:48:32 UTC (rev 101226)
@@ -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