From ab899151a0fd4d9380a93b3b4ff7038c38cc57d8 Mon Sep 17 00:00:00 2001 From: tnut Date: Tue, 4 Jan 2011 19:20:33 +0100 Subject: ajout de garcon#0.1.4-1 --- xfce/garcon/.footprint | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ xfce/garcon/.md5sum | 1 + xfce/garcon/Pkgfile | 22 ++++++++++++++++++++++ 3 files changed, 72 insertions(+) create mode 100644 xfce/garcon/.footprint create mode 100644 xfce/garcon/.md5sum create mode 100755 xfce/garcon/Pkgfile (limited to 'xfce') diff --git a/xfce/garcon/.footprint b/xfce/garcon/.footprint new file mode 100644 index 000000000..62d951512 --- /dev/null +++ b/xfce/garcon/.footprint @@ -0,0 +1,49 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/xdg/ +drwxr-xr-x root/root etc/xdg/menus/ +-rw-r--r-- root/root etc/xdg/menus/xfce-applications.menu +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/garcon-1/ +drwxr-xr-x root/root usr/include/garcon-1/garcon/ +-rw-r--r-- root/root usr/include/garcon-1/garcon/garcon-config.h +-rw-r--r-- root/root usr/include/garcon-1/garcon/garcon-environment.h +-rw-r--r-- root/root usr/include/garcon-1/garcon/garcon-marshal.h +-rw-r--r-- root/root usr/include/garcon-1/garcon/garcon-menu-directory.h +-rw-r--r-- root/root usr/include/garcon-1/garcon/garcon-menu-element.h +-rw-r--r-- root/root usr/include/garcon-1/garcon/garcon-menu-item-cache.h +-rw-r--r-- root/root usr/include/garcon-1/garcon/garcon-menu-item-pool.h +-rw-r--r-- root/root usr/include/garcon-1/garcon/garcon-menu-item.h +-rw-r--r-- root/root usr/include/garcon-1/garcon/garcon-menu-merger.h +-rw-r--r-- root/root usr/include/garcon-1/garcon/garcon-menu-node.h +-rw-r--r-- root/root usr/include/garcon-1/garcon/garcon-menu-parser.h +-rw-r--r-- root/root usr/include/garcon-1/garcon/garcon-menu-separator.h +-rw-r--r-- root/root usr/include/garcon-1/garcon/garcon-menu-tree-provider.h +-rw-r--r-- root/root usr/include/garcon-1/garcon/garcon-menu.h +-rw-r--r-- root/root usr/include/garcon-1/garcon/garcon.h +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/libgarcon-1.la +lrwxrwxrwx root/root usr/lib/libgarcon-1.so -> libgarcon-1.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libgarcon-1.so.0 -> libgarcon-1.so.0.0.0 +-rwxr-xr-x root/root usr/lib/libgarcon-1.so.0.0.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/garcon-1.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/desktop-directories/ +-rw-r--r-- root/root usr/share/desktop-directories/xfce-accessories.directory +-rw-r--r-- root/root usr/share/desktop-directories/xfce-development.directory +-rw-r--r-- root/root usr/share/desktop-directories/xfce-education.directory +-rw-r--r-- root/root usr/share/desktop-directories/xfce-games.directory +-rw-r--r-- root/root usr/share/desktop-directories/xfce-graphics.directory +-rw-r--r-- root/root usr/share/desktop-directories/xfce-multimedia.directory +-rw-r--r-- root/root usr/share/desktop-directories/xfce-network.directory +-rw-r--r-- root/root usr/share/desktop-directories/xfce-office.directory +-rw-r--r-- root/root usr/share/desktop-directories/xfce-other.directory +-rw-r--r-- root/root usr/share/desktop-directories/xfce-science.directory +-rw-r--r-- root/root usr/share/desktop-directories/xfce-screensavers.directory +-rw-r--r-- root/root usr/share/desktop-directories/xfce-settings.directory +-rw-r--r-- root/root usr/share/desktop-directories/xfce-system.directory +drwxr-xr-x root/root usr/share/locale/ +drwxr-xr-x root/root usr/share/locale/fr/ +drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/ +-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/garcon.mo diff --git a/xfce/garcon/.md5sum b/xfce/garcon/.md5sum new file mode 100644 index 000000000..5307661e7 --- /dev/null +++ b/xfce/garcon/.md5sum @@ -0,0 +1 @@ +06e25de27734ee269022fa81ff88d162 garcon-0.1.4.tar.bz2 diff --git a/xfce/garcon/Pkgfile b/xfce/garcon/Pkgfile new file mode 100755 index 000000000..9d2b589c4 --- /dev/null +++ b/xfce/garcon/Pkgfile @@ -0,0 +1,22 @@ +# Description: Implementation des standards Menus de freedesktop.org pour Xfce +# URL: http://wiki.xfce.org/releng/4.6/general-info +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: gtk, libxfce4util, xfce4-dev-tools, gtk-doc + +name=garcon +version=0.1.4 +release=1 +source=(http://git.xfce.org/libs/garcon/snapshot/$name-$version.tar.bz2) + +build() { +cd $name-$version + ./autogen.sh --prefix=/usr \ + --sysconfdir=/etc \ + --libexecdir=/usr/lib/xfce4 \ + --localstatedir=/var \ + --disable-static + make + make DESTDIR=$PKG install +} + -- cgit v1.2.3-54-g00ecf