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

Balló György bgyorgy at archlinux.org
Sun Nov 23 17:40:26 UTC 2014


    Date: Sunday, November 23, 2014 @ 18:40:25
  Author: bgyorgy
Revision: 123005

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

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

------------------------------------+
 /PKGBUILD                          |   78 +++++++++++++++++++++++++++++++++++
 /guake.install                     |   44 +++++++++++++++++++
 community-i686/PKGBUILD            |   52 -----------------------
 community-i686/fix-hotkey.patch    |   18 --------
 community-i686/fix-version.patch   |   24 ----------
 community-i686/guake.install       |   22 ---------
 community-x86_64/PKGBUILD          |   52 -----------------------
 community-x86_64/fix-hotkey.patch  |   18 --------
 community-x86_64/fix-version.patch |   24 ----------
 community-x86_64/guake.install     |   22 ---------
 10 files changed, 122 insertions(+), 232 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-11-23 17:40:16 UTC (rev 123004)
+++ community-i686/PKGBUILD	2014-11-23 17:40:25 UTC (rev 123005)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Wilson Pinto Júnior (N3RD3X) <n3rd3x at linuxmail.org>
-# Contributor: Attila Bukor <r1pp3rj4ck at w4it.eu>
-
-pkgname=guake
-pkgver=0.5.1
-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-hotkey.patch
-        fix-version.patch)
-md5sums=('17aad750ee7cac3fd6332b00a8404be8'
-         '3f7b7457254aea962b07ae284aa3e3af'
-         'd4d9855dfe502fb75e307a2db2b3fe67')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Fix frozen hotkey - https://github.com/Guake/guake/issues/378
-  patch -Np1 -i ../fix-hotkey.patch
-
-  # Fix version number
-  patch -Np1 -i ../fix-version.patch
-
-  # 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/prefs.py
-}
-
-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 123004, guake/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-11-23 17:40:25 UTC (rev 123005)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Wilson Pinto Júnior (N3RD3X) <n3rd3x at linuxmail.org>
+# Contributor: Attila Bukor <r1pp3rj4ck at w4it.eu>
+
+pkgname=guake
+pkgver=0.5.2
+pkgrel=1
+pkgdesc='Drop-down terminal for GNOME'
+arch=('i686' 'x86_64')
+url="https://github.com/Guake/guake/"
+license=('GPL')
+depends=('python2-notify' 'vte' 'python2-gconf' 'python2-dbus' 'python2-xdg' 'libutempter')
+makedepends=('intltool' 'gnome-common')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/Guake/$pkgname/archive/$pkgver.tar.gz)
+md5sums=('a9f5b27540b0d38e2c6dd88c7018f6f3')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Python2 fix
+  sed -i 's|/usr/bin/env python|/usr/bin/python2|' src/guake/prefs.py
+}
+
+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
+}

Deleted: community-i686/fix-hotkey.patch
===================================================================
--- community-i686/fix-hotkey.patch	2014-11-23 17:40:16 UTC (rev 123004)
+++ community-i686/fix-hotkey.patch	2014-11-23 17:40:25 UTC (rev 123005)
@@ -1,18 +0,0 @@
-diff -Naur guake-0.5.1.orig/src/guake.py guake-0.5.1/src/guake.py
---- guake-0.5.1.orig/src/guake.py	2014-11-13 00:07:02.000000000 +0100
-+++ guake-0.5.1/src/guake.py	2014-11-20 16:28:19.583666637 +0100
-@@ -1121,14 +1121,6 @@
-             print "DBG: Showing the terminal"
-             self.show()
-             self.set_terminal_focus()
--        elif (self.client.get_bool(KEY('/general/focus_if_open')) and
--                self.window.window and
--                (int(self.window.window.get_state()) & GDK_WINDOW_STATE_STICKY or
--                 int(self.window.window.get_state()) & GDK_WINDOW_STATE_WITHDRAWN
--                 )):
--            print "DBG: Restoring the focus to the terminal"
--            self.window.window.focus()
--            self.set_terminal_focus()
-         else:
-             print "DBG: hiding the terminal"
-             self.hide()

Deleted: community-i686/fix-version.patch
===================================================================
--- community-i686/fix-version.patch	2014-11-23 17:40:16 UTC (rev 123004)
+++ community-i686/fix-version.patch	2014-11-23 17:40:25 UTC (rev 123005)
@@ -1,24 +0,0 @@
-diff --git a/configure.ac b/configure.ac
---- a/configure.ac
-+++ b/configure.ac
-@@ -15,7 +15,7 @@
- # Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- # Boston, MA 02111-1307, USA.
- 
--AC_INIT([guake], [0.5.0], [http://guake.org/])
-+AC_INIT([guake], [0.5.1], [http://guake.org/])
- 
- AC_CONFIG_HEADERS([config.h])
- 
-diff --git a/doc/source/conf.py b/doc/source/conf.py
---- a/doc/source/conf.py
-+++ b/doc/source/conf.py
-@@ -50,7 +50,7 @@
- # The short X.Y version.
- version = '0.5'
- # The full version, including alpha/beta/rc tags.
--release = '0.5.0'
-+release = '0.5.1'
- 
- # The language for content autogenerated by Sphinx. Refer to documentation
- # for a list of supported languages.

Deleted: community-i686/guake.install
===================================================================
--- community-i686/guake.install	2014-11-23 17:40:16 UTC (rev 123004)
+++ community-i686/guake.install	2014-11-23 17:40:25 UTC (rev 123005)
@@ -1,22 +0,0 @@
-pkgname=guake
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: guake/repos/community-i686/guake.install (from rev 123004, guake/trunk/guake.install)
===================================================================
--- community-i686/guake.install	                        (rev 0)
+++ community-i686/guake.install	2014-11-23 17:40:25 UTC (rev 123005)
@@ -0,0 +1,22 @@
+pkgname=guake
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-11-23 17:40:16 UTC (rev 123004)
+++ community-x86_64/PKGBUILD	2014-11-23 17:40:25 UTC (rev 123005)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Wilson Pinto Júnior (N3RD3X) <n3rd3x at linuxmail.org>
-# Contributor: Attila Bukor <r1pp3rj4ck at w4it.eu>
-
-pkgname=guake
-pkgver=0.5.1
-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-hotkey.patch
-        fix-version.patch)
-md5sums=('17aad750ee7cac3fd6332b00a8404be8'
-         '3f7b7457254aea962b07ae284aa3e3af'
-         'd4d9855dfe502fb75e307a2db2b3fe67')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Fix frozen hotkey - https://github.com/Guake/guake/issues/378
-  patch -Np1 -i ../fix-hotkey.patch
-
-  # Fix version number
-  patch -Np1 -i ../fix-version.patch
-
-  # 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/prefs.py
-}
-
-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-x86_64/PKGBUILD (from rev 123004, guake/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-11-23 17:40:25 UTC (rev 123005)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Wilson Pinto Júnior (N3RD3X) <n3rd3x at linuxmail.org>
+# Contributor: Attila Bukor <r1pp3rj4ck at w4it.eu>
+
+pkgname=guake
+pkgver=0.5.2
+pkgrel=1
+pkgdesc='Drop-down terminal for GNOME'
+arch=('i686' 'x86_64')
+url="https://github.com/Guake/guake/"
+license=('GPL')
+depends=('python2-notify' 'vte' 'python2-gconf' 'python2-dbus' 'python2-xdg' 'libutempter')
+makedepends=('intltool' 'gnome-common')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/Guake/$pkgname/archive/$pkgver.tar.gz)
+md5sums=('a9f5b27540b0d38e2c6dd88c7018f6f3')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Python2 fix
+  sed -i 's|/usr/bin/env python|/usr/bin/python2|' src/guake/prefs.py
+}
+
+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
+}

Deleted: community-x86_64/fix-hotkey.patch
===================================================================
--- community-x86_64/fix-hotkey.patch	2014-11-23 17:40:16 UTC (rev 123004)
+++ community-x86_64/fix-hotkey.patch	2014-11-23 17:40:25 UTC (rev 123005)
@@ -1,18 +0,0 @@
-diff -Naur guake-0.5.1.orig/src/guake.py guake-0.5.1/src/guake.py
---- guake-0.5.1.orig/src/guake.py	2014-11-13 00:07:02.000000000 +0100
-+++ guake-0.5.1/src/guake.py	2014-11-20 16:28:19.583666637 +0100
-@@ -1121,14 +1121,6 @@
-             print "DBG: Showing the terminal"
-             self.show()
-             self.set_terminal_focus()
--        elif (self.client.get_bool(KEY('/general/focus_if_open')) and
--                self.window.window and
--                (int(self.window.window.get_state()) & GDK_WINDOW_STATE_STICKY or
--                 int(self.window.window.get_state()) & GDK_WINDOW_STATE_WITHDRAWN
--                 )):
--            print "DBG: Restoring the focus to the terminal"
--            self.window.window.focus()
--            self.set_terminal_focus()
-         else:
-             print "DBG: hiding the terminal"
-             self.hide()

Deleted: community-x86_64/fix-version.patch
===================================================================
--- community-x86_64/fix-version.patch	2014-11-23 17:40:16 UTC (rev 123004)
+++ community-x86_64/fix-version.patch	2014-11-23 17:40:25 UTC (rev 123005)
@@ -1,24 +0,0 @@
-diff --git a/configure.ac b/configure.ac
---- a/configure.ac
-+++ b/configure.ac
-@@ -15,7 +15,7 @@
- # Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- # Boston, MA 02111-1307, USA.
- 
--AC_INIT([guake], [0.5.0], [http://guake.org/])
-+AC_INIT([guake], [0.5.1], [http://guake.org/])
- 
- AC_CONFIG_HEADERS([config.h])
- 
-diff --git a/doc/source/conf.py b/doc/source/conf.py
---- a/doc/source/conf.py
-+++ b/doc/source/conf.py
-@@ -50,7 +50,7 @@
- # The short X.Y version.
- version = '0.5'
- # The full version, including alpha/beta/rc tags.
--release = '0.5.0'
-+release = '0.5.1'
- 
- # The language for content autogenerated by Sphinx. Refer to documentation
- # for a list of supported languages.

Deleted: community-x86_64/guake.install
===================================================================
--- community-x86_64/guake.install	2014-11-23 17:40:16 UTC (rev 123004)
+++ community-x86_64/guake.install	2014-11-23 17:40:25 UTC (rev 123005)
@@ -1,22 +0,0 @@
-pkgname=guake
-
-post_install() {
-  usr/sbin/gconfpkg --install ${pkgname}
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  pre_remove $1
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  usr/sbin/gconfpkg --uninstall ${pkgname}
-}
-
-post_remove() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}

Copied: guake/repos/community-x86_64/guake.install (from rev 123004, guake/trunk/guake.install)
===================================================================
--- community-x86_64/guake.install	                        (rev 0)
+++ community-x86_64/guake.install	2014-11-23 17:40:25 UTC (rev 123005)
@@ -0,0 +1,22 @@
+pkgname=guake
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}
+
+post_remove() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}



More information about the arch-commits mailing list