Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=dc690437a576c2f326acc92606e7b41b76262c2d

commit dc690437a576c2f326acc92606e7b41b76262c2d
Author: PacMiam <pacm...@gmx.fr>
Date:   Wed Mar 4 19:54:24 2015 +0100

guake-0.5.2-1-i686

* Version bump: 0.4.4 -> 0.5.2
* Switch to github

diff --git a/source/gnome-extra/guake/FrugalBuild 
b/source/gnome-extra/guake/FrugalBuild
index c4e0f54..b6214bf 100644
--- a/source/gnome-extra/guake/FrugalBuild
+++ b/source/gnome-extra/guake/FrugalBuild
@@ -3,24 +3,28 @@
# Contributor: Devil505 <devil505li...@gmail.com>

pkgname=guake
-pkgver=0.4.4
+pkgver=0.5.2
pkgrel=1
pkgdesc="Guake is a drop-down terminal for Gnome Desktop Environment"
url='http://www.guake-terminal.org'
+
+groups=('gnome-extra')
+archs=('i686' 'x86_64')
+
depends=('python>=2.7' 'gtk+2>=2.20.0-2' 'freetype2' 'libxau>=1.0.4' 'libxdmcp' 
\
-       'libxdamage>=1.1.1-3' 'libxext>=1.0.5-3' 'libxml2>=2.7.8' 
'notify-python' 'gnome-python' 'vte-python>=0.20.5' 'pyxdg')
+    'libxdamage>=1.1.1-3' 'libxext>=1.0.5-3' 'libxml2>=2.7.8' 'notify-python' \
+    'gnome-python' 'vte-python>=0.20.5' 'pyxdg' 'gnome-common')
rodepends=('notification-daemon')
makedepends=('perl-xml-parser' 'gconf' 'intltool')
-options=('scriptlet')
+
+options+=('scriptlet')
+
_F_gnome_desktop="y"
_F_gnome_schemas=('/etc/gconf/schemas/guake.schemas')
-Finclude gnome-scriptlet
-groups=('gnome-extra')
-archs=('i686' 'x86_64')
-up2date="Flasttar http://guake.org/files/";
-source=(http://guake.org/downloads/$pkgname-$pkgver.tar.gz \
-    guake-fix-notification.patch)
-sha1sums=('8926e1e15f94f9611e7b4f0ef529c999ae5bb83e' \
-          '4202e57deaf2e8f9925628a84b2b861d526e4085')
+_F_github_author="Guake"
+_F_github_tag="y"
+Finclude gnome-scriptlet github
+
+sha1sums=('9a170cf0678378439c1b3eeeb27ace972ec1e678')

# optimization OK
diff --git a/source/gnome-extra/guake/guake-fix-notification.patch 
b/source/gnome-extra/guake/guake-fix-notification.patch
deleted file mode 100644
index 847dac1..0000000
--- a/source/gnome-extra/guake/guake-fix-notification.patch
+++ /dev/null
@@ -1,42 +0,0 @@
---- a/src/guake        2011-02-09 20:00:35.000000000 +0100
-+++ b/src/guake        2012-02-25 00:55:28.513075769 +0100
-@@ -46,7 +46,10 @@
-     TERMINAL_MATCH_EXPRS, TERMINAL_MATCH_TAGS, \
-     ALIGN_LEFT, ALIGN_RIGHT, ALIGN_CENTER
-
--pynotify.init('Guake!')
-+popup_works = True
-+if not pynotify.init('Guake!') or pynotify.get_server_info() == None :
-+    popup_works = False
-+    print "WARNING: could not use popup notification"
-
- GNOME_FONT_PATH = '/desktop/gnome/interface/monospace_font_name'
-
-@@ -637,7 +640,12 @@
-                   'Please use Guake Preferences dialog to choose another '
-                   'key (The trayicon was enabled)') % label, filename)
-             self.client.set_bool(KEY('/general/use_trayicon'), True)
--            notification.show()
-+            if popup_works :
-+                notification.show()
-+            else :
-+                print _('A problem happened when binding <b>%s</b> key.\n'
-+                  'Please use Guake Preferences dialog to choose another '
-+                  'key (The trayicon was enabled)') % label
-
-         elif self.client.get_bool(KEY('/general/use_popup')):
-             # Pop-up that shows that guake is working properly (if not
-@@ -646,7 +654,11 @@
-                 _('Guake!'),
-                 _('Guake is now running,\n'
-                   'press <b>%s</b> to use it.') % label, filename)
--            notification.show()
-+            if popup_works :
-+                notification.show()
-+            else :
-+                print _('Guake is now running,\n'
-+                  'press <b>%s</b> to use it.') % label
-
-     def execute_command(self, command, tab=None):
-         """Execute the `command' in the `tab'. If tab is None, the
-
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to