Date: Tuesday, July 1, 2014 @ 08:41:09
  Author: fyan
Revision: 113839

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

Added:
  gtkhotkey/repos/community-i686/PKGBUILD
    (from rev 113837, gtkhotkey/trunk/PKGBUILD)
  gtkhotkey/repos/community-x86_64/PKGBUILD
    (from rev 113838, gtkhotkey/trunk/PKGBUILD)
Deleted:
  gtkhotkey/repos/community-i686/PKGBUILD
  gtkhotkey/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   78 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   39 ----------------------
 community-x86_64/PKGBUILD |   39 ----------------------
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2014-07-01 06:40:19 UTC (rev 113838)
+++ community-i686/PKGBUILD     2014-07-01 06:41:09 UTC (rev 113839)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonm...@gmail.com>
-# Contributor: kiefer <jorgelmad...@gmail.com>
-# Contributor: Alessio Sergi <asergi at archlinux dot us>
-# Contributor: Gaute Hope <e...@gaute.vetsj.com>
-# Contributor: Marcos Heredia <che...@gmail.com>
- 
-pkgname=gtkhotkey
-pkgver=0.2.1
-pkgrel=8
-pkgdesc="Platform independent hotkey handling for Gtk+ applications"
-arch=('i686' 'x86_64')
-url="https://launchpad.net/gtkhotkey";
-license=('LGPL3')
-depends=('gtk2')
-makedepends=('intltool')
-source=("http://launchpad.net/$pkgname/0.2/$pkgver/+download/$pkgname-$pkgver.tar.gz";)
-md5sums=('bfdc73e68e9adbe0d506d31a25862914')
- 
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
- 
-  # doc path fix
-  sed -i '/gtkhotkeydocdir/s/\${prefix}/\${datadir}/g' Makefile.{am,in}
- 
-  # glib2 fix
-  sed -i 's|glib/gquark\.h|glib.h|' src/gtk-hotkey-error.h
-  sed -i 's|glib/gtypes\.h|glib.h|' src/x11/tomboykeybinder.h
- 
-  ./configure --prefix=/usr \
-              --disable-static
-  make
-}
- 
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
- 
-  make DESTDIR="$pkgdir/" install
-}

Copied: gtkhotkey/repos/community-i686/PKGBUILD (from rev 113837, 
gtkhotkey/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2014-07-01 06:41:09 UTC (rev 113839)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@gmail.com>
+# Contributor: kiefer <jorgelmad...@gmail.com>
+# Contributor: Alessio Sergi <asergi at archlinux dot us>
+# Contributor: Gaute Hope <e...@gaute.vetsj.com>
+# Contributor: Marcos Heredia <che...@gmail.com>
+ 
+pkgname=gtkhotkey
+pkgver=0.2.1
+pkgrel=9
+pkgdesc="Platform independent hotkey handling for Gtk+ applications"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/gtkhotkey";
+license=('LGPL3')
+depends=('gtk2')
+makedepends=('intltool')
+source=("http://launchpad.net/$pkgname/0.2/$pkgver/+download/$pkgname-$pkgver.tar.gz";)
+md5sums=('bfdc73e68e9adbe0d506d31a25862914')
+ 
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+ 
+  # doc path fix
+  sed -i '/gtkhotkeydocdir/s/\${prefix}/\${datadir}/g' Makefile.{am,in}
+ 
+  # glib2 fix
+  sed -i 's|glib/gquark\.h|glib.h|' src/gtk-hotkey-error.h
+  sed -i 's|glib/gtypes\.h|glib.h|' src/x11/tomboykeybinder.h
+ 
+  ./configure --prefix=/usr \
+              --disable-static
+  make
+}
+ 
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+ 
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2014-07-01 06:40:19 UTC (rev 113838)
+++ community-x86_64/PKGBUILD   2014-07-01 06:41:09 UTC (rev 113839)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonm...@gmail.com>
-# Contributor: kiefer <jorgelmad...@gmail.com>
-# Contributor: Alessio Sergi <asergi at archlinux dot us>
-# Contributor: Gaute Hope <e...@gaute.vetsj.com>
-# Contributor: Marcos Heredia <che...@gmail.com>
- 
-pkgname=gtkhotkey
-pkgver=0.2.1
-pkgrel=8
-pkgdesc="Platform independent hotkey handling for Gtk+ applications"
-arch=('i686' 'x86_64')
-url="https://launchpad.net/gtkhotkey";
-license=('LGPL3')
-depends=('gtk2')
-makedepends=('intltool')
-source=("http://launchpad.net/$pkgname/0.2/$pkgver/+download/$pkgname-$pkgver.tar.gz";)
-md5sums=('bfdc73e68e9adbe0d506d31a25862914')
- 
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
- 
-  # doc path fix
-  sed -i '/gtkhotkeydocdir/s/\${prefix}/\${datadir}/g' Makefile.{am,in}
- 
-  # glib2 fix
-  sed -i 's|glib/gquark\.h|glib.h|' src/gtk-hotkey-error.h
-  sed -i 's|glib/gtypes\.h|glib.h|' src/x11/tomboykeybinder.h
- 
-  ./configure --prefix=/usr \
-              --disable-static
-  make
-}
- 
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
- 
-  make DESTDIR="$pkgdir/" install
-}

Copied: gtkhotkey/repos/community-x86_64/PKGBUILD (from rev 113838, 
gtkhotkey/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-01 06:41:09 UTC (rev 113839)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@gmail.com>
+# Contributor: kiefer <jorgelmad...@gmail.com>
+# Contributor: Alessio Sergi <asergi at archlinux dot us>
+# Contributor: Gaute Hope <e...@gaute.vetsj.com>
+# Contributor: Marcos Heredia <che...@gmail.com>
+ 
+pkgname=gtkhotkey
+pkgver=0.2.1
+pkgrel=9
+pkgdesc="Platform independent hotkey handling for Gtk+ applications"
+arch=('i686' 'x86_64')
+url="https://launchpad.net/gtkhotkey";
+license=('LGPL3')
+depends=('gtk2')
+makedepends=('intltool')
+source=("http://launchpad.net/$pkgname/0.2/$pkgver/+download/$pkgname-$pkgver.tar.gz";)
+md5sums=('bfdc73e68e9adbe0d506d31a25862914')
+ 
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+ 
+  # doc path fix
+  sed -i '/gtkhotkeydocdir/s/\${prefix}/\${datadir}/g' Makefile.{am,in}
+ 
+  # glib2 fix
+  sed -i 's|glib/gquark\.h|glib.h|' src/gtk-hotkey-error.h
+  sed -i 's|glib/gtypes\.h|glib.h|' src/x11/tomboykeybinder.h
+ 
+  ./configure --prefix=/usr \
+              --disable-static
+  make
+}
+ 
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+ 
+  make DESTDIR="$pkgdir/" install
+}

Reply via email to