summaryrefslogtreecommitdiffstats
path: root/gnome
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-01-30 20:15:15 +0100
committertnut <thierryn1 at hispeed dot ch>2010-01-30 20:15:15 +0100
commit9e36f4ff1b2603aafb129284f832fb8bf46724a3 (patch)
tree062812e0dccde7e804d4a989eefc9ef6f3aed1c4 /gnome
parent3d5e03273d9fbb5664b827e2c69dc804c374e16b (diff)
downloadnutyx-extra-9e36f4ff1b2603aafb129284f832fb8bf46724a3.tar.gz
nutyx-extra-9e36f4ff1b2603aafb129284f832fb8bf46724a3.tar.bz2
nutyx-extra-9e36f4ff1b2603aafb129284f832fb8bf46724a3.tar.xz
nutyx-extra-9e36f4ff1b2603aafb129284f832fb8bf46724a3.zip
Ajout de guake#0.4.0-1
Diffstat (limited to 'gnome')
-rw-r--r--gnome/guake/.footprint41
-rw-r--r--gnome/guake/.md5sum1
-rw-r--r--gnome/guake/Pkgfile17
-rwxr-xr-xgnome/guake/post-install19
4 files changed, 78 insertions, 0 deletions
diff --git a/gnome/guake/.footprint b/gnome/guake/.footprint
new file mode 100644
index 000000000..f0084a8a7
--- /dev/null
+++ b/gnome/guake/.footprint
@@ -0,0 +1,41 @@
+drwxr-xr-x root/root etc/
+drwxr-xr-x root/root etc/gconf/
+drwxr-xr-x root/root etc/gconf/schemas/
+-rw-r--r-- root/root etc/gconf/schemas/guake.schemas
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/guake
+-rwxr-xr-x root/root usr/bin/guake-prefs
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/guake/
+-rw-r--r-- root/root usr/lib/guake/common.py
+-rw-r--r-- root/root usr/lib/guake/dbusiface.py
+-rw-r--r-- root/root usr/lib/guake/globalhotkeys.a
+-rwxr-xr-x root/root usr/lib/guake/globalhotkeys.la
+-rwxr-xr-x root/root usr/lib/guake/globalhotkeys.so
+-rw-r--r-- root/root usr/lib/guake/guake.py
+-rw-r--r-- root/root usr/lib/guake/guake_globals.py
+-rw-r--r-- root/root usr/lib/guake/prefs.py
+-rw-r--r-- root/root usr/lib/guake/simplegladeapp.py
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/guake-prefs.desktop
+-rw-r--r-- root/root usr/share/applications/guake.desktop
+drwxr-xr-x root/root usr/share/dbus-1/
+drwxr-xr-x root/root usr/share/dbus-1/services/
+-rw-r--r-- root/root usr/share/dbus-1/services/org.gnome.Guake.service
+drwxr-xr-x root/root usr/share/guake/
+-rw-r--r-- root/root usr/share/guake/about.glade
+-rw-r--r-- root/root usr/share/guake/guake.glade
+-rw-r--r-- root/root usr/share/guake/prefs.glade
+drwxr-xr-x root/root usr/share/locale/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/guake.1.gz
+drwxr-xr-x root/root usr/share/pixmaps/
+drwxr-xr-x root/root usr/share/pixmaps/guake/
+-rw-r--r-- root/root usr/share/pixmaps/guake/add_tab.png
+-rw-r--r-- root/root usr/share/pixmaps/guake/guake-notification.png
+-rw-r--r-- root/root usr/share/pixmaps/guake/guake-tray.png
+-rw-r--r-- root/root usr/share/pixmaps/guake/guake.png
+-rw-r--r-- root/root usr/share/pixmaps/guake/guake.svg
diff --git a/gnome/guake/.md5sum b/gnome/guake/.md5sum
new file mode 100644
index 000000000..acc403924
--- /dev/null
+++ b/gnome/guake/.md5sum
@@ -0,0 +1 @@
+9e04de9c05c031d763f4c9bdc194223b guake_0.4.0.orig.tar.gz
diff --git a/gnome/guake/Pkgfile b/gnome/guake/Pkgfile
new file mode 100644
index 000000000..8cb33ae51
--- /dev/null
+++ b/gnome/guake/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Terminale déroulant pour GNOME
+# URL: http://guake-terminal.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: python-notify, vte, gconf, gnome-python, dbus-python, notification-daemon
+
+name=guake
+version=0.4.0
+release=1
+source=(ftp://ftp.debian.org/debian/pool/main/g/$name/${name}_${version}.orig.tar.gz)
+build() {
+ cd $name-$version
+ ./configure --prefix=$GNOME_PREFIX \
+ --sysconfdir=/etc
+ make
+ make DESTDIR=$PKG install
+}
diff --git a/gnome/guake/post-install b/gnome/guake/post-install
new file mode 100755
index 000000000..d7b507585
--- /dev/null
+++ b/gnome/guake/post-install
@@ -0,0 +1,19 @@
+#!/bin/sh
+
+port=guake
+
+# gconf schemas
+SCHEMAS="`pkginfo -l $port | grep etc/gconf/schemas/.*\.schemas$`"
+
+for SCHEMA in $SCHEMAS
+do
+ export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+ gconftool-2 --makefile-install-rule /$SCHEMA > /dev/null
+done
+
+# reload gconf caches
+if [ ! -z "`pidof gconfd-2`" ]
+then
+ killall -HUP gconfd-2 > /dev/null
+fi
+