[arch-commits] Commit in guake/repos (14 files)

2014-10-05 Thread Balló György
Date: Sunday, October 5, 2014 @ 21:43:55
  Author: bgyorgy
Revision: 120181

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

Added:
  guake/repos/community-i686/PKGBUILD
(from rev 120180, guake/trunk/PKGBUILD)
  guake/repos/community-i686/fix-crasher.patch
(from rev 120180, guake/trunk/fix-crasher.patch)
  guake/repos/community-i686/fix-hotkey.patch
(from rev 120180, guake/trunk/fix-hotkey.patch)
  guake/repos/community-i686/guake.install
(from rev 120180, guake/trunk/guake.install)
  guake/repos/community-x86_64/PKGBUILD
(from rev 120180, guake/trunk/PKGBUILD)
  guake/repos/community-x86_64/fix-crasher.patch
(from rev 120180, guake/trunk/fix-crasher.patch)
  guake/repos/community-x86_64/fix-hotkey.patch
(from rev 120180, guake/trunk/fix-hotkey.patch)
  guake/repos/community-x86_64/guake.install
(from rev 120180, guake/trunk/guake.install)
Deleted:
  guake/repos/community-i686/PKGBUILD
  guake/repos/community-i686/guake-fix-notification.patch
  guake/repos/community-i686/guake.install
  guake/repos/community-x86_64/PKGBUILD
  guake/repos/community-x86_64/guake-fix-notification.patch
  guake/repos/community-x86_64/guake.install

---+
 /PKGBUILD |  102 
 /guake.install|   44 ++
 community-i686/PKGBUILD   |   54 
 community-i686/fix-crasher.patch  |   13 +++
 community-i686/fix-hotkey.patch   |   14 +++
 community-i686/guake-fix-notification.patch   |   42 -
 community-i686/guake.install  |   22 -
 community-x86_64/PKGBUILD |   54 
 community-x86_64/fix-crasher.patch|   13 +++
 community-x86_64/fix-hotkey.patch |   14 +++
 community-x86_64/guake-fix-notification.patch |   42 -
 community-x86_64/guake.install|   22 -
 12 files changed, 200 insertions(+), 236 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-05 19:43:44 UTC (rev 120180)
+++ community-i686/PKGBUILD 2014-10-05 19:43:55 UTC (rev 120181)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Wilson Pinto Júnior (N3RD3X) n3r...@linuxmail.org
-
-pkgname=guake
-pkgver=0.4.4
-pkgrel=4
-pkgdesc='Drop-down terminal for GNOME'
-arch=('i686' 'x86_64')
-url=http://guake.org/;
-license=('GPL')
-depends=('python2-notify' 'vte' 'python2-gconf' 'python2-dbus' 'python2-xdg')
-makedepends=('intltool' 'gnome-common')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/Guake/$pkgname/archive/$pkgver.tar.gz
-guake-fix-notification.patch
-fix-compiositing.patch)
-md5sums=('06b424ae32c7e63a8256922f1e8c51b6'
- '0b57227e6869dd84dd4fb0794ed0d082'
- '742729d81a9e22b59bd4ec0af64804d3')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Fix GConf schema dir
-  sed -i 's|schemadir = $(sysconfdir)/gconf/schemas|schemadir = 
$(GCONF_SCHEMA_FILE_DIR)|' data/Makefile.am
-
-  # Python2 fix
-  sed -i 's|/usr/bin/env python|/usr/bin/python2|' 
src/{guake{,-prefs},prefs.py}
-
-  # Runtime fix when no notification server available
-  patch -Np1 -i ../guake-fix-notification.patch
-
-  # Handle enabling/disabling compositing while Guake is running
-  patch -Np1 -i ../fix-compiositing.patch
-
-  # Fix build
-  sed -i '/AM_INIT_AUTOMAKE/ s/-Werror//' configure.ac
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-   --disable-static --disable-schemas-install \
-   --with-gconf-schema-file-dir=/usr/share/gconf/schemas \
-   PYTHON=python2
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: guake/repos/community-i686/PKGBUILD (from rev 120180, 
guake/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-05 19:43:55 UTC (rev 120181)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Wilson Pinto Júnior (N3RD3X) n3r...@linuxmail.org
+
+pkgname=guake
+pkgver=0.5.0
+pkgrel=1
+pkgdesc='Drop-down terminal for GNOME'
+arch=('i686' 'x86_64')
+url=http://guake.org/;
+license=('GPL')
+depends=('python2-notify' 'vte' 'python2-gconf' 'python2-dbus' 'python2-xdg')
+makedepends=('intltool' 'gnome-common')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/Guake/$pkgname/archive/$pkgver.tar.gz
+fix-crasher.patch
+fix-hotkey.patch)

[arch-commits] Commit in guake/repos (14 files)

2014-09-23 Thread Balló György
Date: Tuesday, September 23, 2014 @ 17:49:32
  Author: bgyorgy
Revision: 119515

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

Added:
  guake/repos/community-i686/PKGBUILD
(from rev 119514, guake/trunk/PKGBUILD)
  guake/repos/community-i686/fix-compiositing.patch
(from rev 119514, guake/trunk/fix-compiositing.patch)
  guake/repos/community-i686/guake-fix-notification.patch
(from rev 119514, guake/trunk/guake-fix-notification.patch)
  guake/repos/community-i686/guake.install
(from rev 119514, guake/trunk/guake.install)
  guake/repos/community-x86_64/PKGBUILD
(from rev 119514, guake/trunk/PKGBUILD)
  guake/repos/community-x86_64/fix-compiositing.patch
(from rev 119514, guake/trunk/fix-compiositing.patch)
  guake/repos/community-x86_64/guake-fix-notification.patch
(from rev 119514, guake/trunk/guake-fix-notification.patch)
  guake/repos/community-x86_64/guake.install
(from rev 119514, guake/trunk/guake.install)
Deleted:
  guake/repos/community-i686/PKGBUILD
  guake/repos/community-i686/guake-fix-notification.patch
  guake/repos/community-i686/guake.install
  guake/repos/community-x86_64/PKGBUILD
  guake/repos/community-x86_64/guake-fix-notification.patch
  guake/repos/community-x86_64/guake.install

---+
 /PKGBUILD |  108 +++
 /guake-fix-notification.patch |   84 ++
 /guake.install|   44 +
 community-i686/PKGBUILD   |   49 --
 community-i686/fix-compiositing.patch |  110 
 community-i686/guake-fix-notification.patch   |   42 -
 community-i686/guake.install  |   22 
 community-x86_64/PKGBUILD |   49 --
 community-x86_64/fix-compiositing.patch   |  110 
 community-x86_64/guake-fix-notification.patch |   42 -
 community-x86_64/guake.install|   22 
 11 files changed, 456 insertions(+), 226 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-09-23 15:49:20 UTC (rev 119514)
+++ community-i686/PKGBUILD 2014-09-23 15:49:32 UTC (rev 119515)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Balló György ballogyor+arch at gmail dot com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Wilson Pinto Júnior (N3RD3X) n3r...@linuxmail.org
-
-pkgname=guake
-pkgver=0.4.4
-pkgrel=3
-pkgdesc='Drop-down terminal for GNOME'
-arch=('i686' 'x86_64')
-url=http://guake.org/;
-license=('GPL')
-depends=('python2-notify' 'vte' 'python2-gconf' 'python2-dbus' 'python2-xdg' 
'hicolor-icon-theme' 'xdg-utils')
-makedepends=('intltool' 'gnome-common')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/Guake/$pkgname/archive/$pkgver.tar.gz
-guake-fix-notification.patch)
-md5sums=('06b424ae32c7e63a8256922f1e8c51b6'
- '0b57227e6869dd84dd4fb0794ed0d082')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-
-  # Fix GConf schema dir
-  sed -i 's|schemadir = $(sysconfdir)/gconf/schemas|schemadir = 
$(GCONF_SCHEMA_FILE_DIR)|' data/Makefile.am
-
-  # Python2 fix
-  sed -i 's|/usr/bin/env python|/usr/bin/python2|' 
src/{guake{,-prefs},prefs.py}
-
-  # Runtime fix when no notification server available
-  patch -Np1 -i $srcdir/guake-fix-notification.patch
-
-  # Fix build
-  sed -i '/AM_INIT_AUTOMAKE/ s/-Werror//' configure.ac
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-   --disable-static --disable-schemas-install \
-   --with-gconf-schema-file-dir=/usr/share/gconf/schemas \
-   PYTHON=python2
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: guake/repos/community-i686/PKGBUILD (from rev 119514, 
guake/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-09-23 15:49:32 UTC (rev 119515)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Wilson Pinto Júnior (N3RD3X) n3r...@linuxmail.org
+
+pkgname=guake
+pkgver=0.4.4
+pkgrel=4
+pkgdesc='Drop-down terminal for GNOME'
+arch=('i686' 'x86_64')
+url=http://guake.org/;
+license=('GPL')
+depends=('python2-notify' 'vte' 'python2-gconf' 'python2-dbus' 'python2-xdg')
+makedepends=('intltool' 'gnome-common')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/Guake/$pkgname/archive/$pkgver.tar.gz
+guake-fix-notification.patch
+fix-compiositing.patch)
+md5sums=('06b424ae32c7e63a8256922f1e8c51b6'
+ '0b57227e6869dd84dd4fb0794ed0d082'
+