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

Lukas Fleischer lfleischer at archlinux.org
Thu Sep 11 10:31:26 UTC 2014


    Date: Thursday, September 11, 2014 @ 12:31:26
  Author: lfleischer
Revision: 118819

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

Added:
  xautomation/repos/community-i686/PKGBUILD
    (from rev 118818, xautomation/trunk/PKGBUILD)
  xautomation/repos/community-x86_64/PKGBUILD
    (from rev 118818, xautomation/trunk/PKGBUILD)
Deleted:
  xautomation/repos/community-i686/PKGBUILD
  xautomation/repos/community-i686/xautomation-1.05-fix-libs.patch
  xautomation/repos/community-x86_64/PKGBUILD
  xautomation/repos/community-x86_64/xautomation-1.05-fix-libs.patch

--------------------------------------------------+
 /PKGBUILD                                        |   52 +++++++++++++++++++++
 community-i686/PKGBUILD                          |   30 ------------
 community-i686/xautomation-1.05-fix-libs.patch   |   24 ---------
 community-x86_64/PKGBUILD                        |   30 ------------
 community-x86_64/xautomation-1.05-fix-libs.patch |   24 ---------
 5 files changed, 52 insertions(+), 108 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-09-11 10:31:19 UTC (rev 118818)
+++ community-i686/PKGBUILD	2014-09-11 10:31:26 UTC (rev 118819)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: raubkopierer <mail[dot]sensenmann[at]gmail[dot]com>
-
-pkgname=xautomation
-pkgver=1.05
-pkgrel=3
-pkgdesc='Controls X from the command line and does "visual scraping".'
-url='http://hoopajoo.net/projects/xautomation.html'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libpng' 'libxtst')
-source=("http://hoopajoo.net/static/projects/${pkgname}-${pkgver}.tar.gz"
-        'xautomation-1.05-fix-libs.patch')
-md5sums=('4526ea5085a680a3ae8629af1731e5fa'
-         'a8d8b12ed180ce9693f706d0f75d97fe')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  patch -p1 -i ../xautomation-1.05-fix-libs.patch
-
-  ./configure --prefix=/usr 
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install	
-}

Copied: xautomation/repos/community-i686/PKGBUILD (from rev 118818, xautomation/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-09-11 10:31:26 UTC (rev 118819)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: raubkopierer <mail[dot]sensenmann[at]gmail[dot]com>
+
+pkgname=xautomation
+pkgver=1.09
+pkgrel=1
+pkgdesc='Controls X from the command line and does "visual scraping".'
+url='http://hoopajoo.net/projects/xautomation.html'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libpng' 'libxtst')
+source=("http://hoopajoo.net/static/projects/${pkgname}-${pkgver}.tar.gz")
+md5sums=('16b973fdb525feed876471225bba30ed')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr 
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install	
+}

Deleted: community-i686/xautomation-1.05-fix-libs.patch
===================================================================
--- community-i686/xautomation-1.05-fix-libs.patch	2014-09-11 10:31:19 UTC (rev 118818)
+++ community-i686/xautomation-1.05-fix-libs.patch	2014-09-11 10:31:26 UTC (rev 118819)
@@ -1,24 +0,0 @@
-diff -rup xautomation-1.05.orig/Makefile.am xautomation-1.05/Makefile.am
---- xautomation-1.05.orig/Makefile.am	2009-04-14 18:06:23.000000000 +0200
-+++ xautomation-1.05/Makefile.am	2012-01-27 02:06:44.016492587 +0100
-@@ -1,7 +1,7 @@
- bin_PROGRAMS = xte rgb2pat png2pat visgrep pat2ppm patextract xmousepos
- man_MANS = pat2ppm.1 patextract.1 png2pat.1 rgb2pat.1 visgrep.1 xautomation.7 xmousepos.1 xte.1
- xte_SOURCES = xte.c debug.c kbd.h keysym_map.h multikey_map.h
--xte_LDADD = $(X_LIBS) $(X_EXTRALIBS) -lXtst
-+xte_LDADD = $(X_LIBS) $(X_EXTRALIBS) -lXtst -lX11
- rgb2pat_SOURCES = rgb2pat.c image.c image.h debug.c debug.h
- rgb2pat_LDADD = -lpng
- png2pat_SOURCES = png2pat.c image.c image.h debug.c debug.h
-diff -rup xautomation-1.05.orig/Makefile.in xautomation-1.05/Makefile.in
---- xautomation-1.05.orig/Makefile.in	2011-09-07 00:48:19.000000000 +0200
-+++ xautomation-1.05/Makefile.in	2012-01-27 02:14:02.010831581 +0100
-@@ -220,7 +220,7 @@ top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
- man_MANS = pat2ppm.1 patextract.1 png2pat.1 rgb2pat.1 visgrep.1 xautomation.7 xmousepos.1 xte.1
- xte_SOURCES = xte.c debug.c kbd.h keysym_map.h multikey_map.h
--xte_LDADD = $(X_LIBS) $(X_EXTRALIBS) -lXtst
-+xte_LDADD = $(X_LIBS) $(X_EXTRALIBS) -lXtst -lX11
- rgb2pat_SOURCES = rgb2pat.c image.c image.h debug.c debug.h
- rgb2pat_LDADD = -lpng
- png2pat_SOURCES = png2pat.c image.c image.h debug.c debug.h

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-09-11 10:31:19 UTC (rev 118818)
+++ community-x86_64/PKGBUILD	2014-09-11 10:31:26 UTC (rev 118819)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: raubkopierer <mail[dot]sensenmann[at]gmail[dot]com>
-
-pkgname=xautomation
-pkgver=1.05
-pkgrel=3
-pkgdesc='Controls X from the command line and does "visual scraping".'
-url='http://hoopajoo.net/projects/xautomation.html'
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libpng' 'libxtst')
-source=("http://hoopajoo.net/static/projects/${pkgname}-${pkgver}.tar.gz"
-        'xautomation-1.05-fix-libs.patch')
-md5sums=('4526ea5085a680a3ae8629af1731e5fa'
-         'a8d8b12ed180ce9693f706d0f75d97fe')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  patch -p1 -i ../xautomation-1.05-fix-libs.patch
-
-  ./configure --prefix=/usr 
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install	
-}

Copied: xautomation/repos/community-x86_64/PKGBUILD (from rev 118818, xautomation/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-09-11 10:31:26 UTC (rev 118819)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: raubkopierer <mail[dot]sensenmann[at]gmail[dot]com>
+
+pkgname=xautomation
+pkgver=1.09
+pkgrel=1
+pkgdesc='Controls X from the command line and does "visual scraping".'
+url='http://hoopajoo.net/projects/xautomation.html'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libpng' 'libxtst')
+source=("http://hoopajoo.net/static/projects/${pkgname}-${pkgver}.tar.gz")
+md5sums=('16b973fdb525feed876471225bba30ed')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr 
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install	
+}

Deleted: community-x86_64/xautomation-1.05-fix-libs.patch
===================================================================
--- community-x86_64/xautomation-1.05-fix-libs.patch	2014-09-11 10:31:19 UTC (rev 118818)
+++ community-x86_64/xautomation-1.05-fix-libs.patch	2014-09-11 10:31:26 UTC (rev 118819)
@@ -1,24 +0,0 @@
-diff -rup xautomation-1.05.orig/Makefile.am xautomation-1.05/Makefile.am
---- xautomation-1.05.orig/Makefile.am	2009-04-14 18:06:23.000000000 +0200
-+++ xautomation-1.05/Makefile.am	2012-01-27 02:06:44.016492587 +0100
-@@ -1,7 +1,7 @@
- bin_PROGRAMS = xte rgb2pat png2pat visgrep pat2ppm patextract xmousepos
- man_MANS = pat2ppm.1 patextract.1 png2pat.1 rgb2pat.1 visgrep.1 xautomation.7 xmousepos.1 xte.1
- xte_SOURCES = xte.c debug.c kbd.h keysym_map.h multikey_map.h
--xte_LDADD = $(X_LIBS) $(X_EXTRALIBS) -lXtst
-+xte_LDADD = $(X_LIBS) $(X_EXTRALIBS) -lXtst -lX11
- rgb2pat_SOURCES = rgb2pat.c image.c image.h debug.c debug.h
- rgb2pat_LDADD = -lpng
- png2pat_SOURCES = png2pat.c image.c image.h debug.c debug.h
-diff -rup xautomation-1.05.orig/Makefile.in xautomation-1.05/Makefile.in
---- xautomation-1.05.orig/Makefile.in	2011-09-07 00:48:19.000000000 +0200
-+++ xautomation-1.05/Makefile.in	2012-01-27 02:14:02.010831581 +0100
-@@ -220,7 +220,7 @@ top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
- man_MANS = pat2ppm.1 patextract.1 png2pat.1 rgb2pat.1 visgrep.1 xautomation.7 xmousepos.1 xte.1
- xte_SOURCES = xte.c debug.c kbd.h keysym_map.h multikey_map.h
--xte_LDADD = $(X_LIBS) $(X_EXTRALIBS) -lXtst
-+xte_LDADD = $(X_LIBS) $(X_EXTRALIBS) -lXtst -lX11
- rgb2pat_SOURCES = rgb2pat.c image.c image.h debug.c debug.h
- rgb2pat_LDADD = -lpng
- png2pat_SOURCES = png2pat.c image.c image.h debug.c debug.h




More information about the arch-commits mailing list