diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-25 21:50:13 +0100 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-10-25 21:50:13 +0100 |
commit | 76bb237fb051584602013e459eb1418ffbde8e21 (patch) | |
tree | fa14a84d845bbc26227ddd22df20285a17b13e23 /gnome | |
parent | c8926f62a81b7e6be605dcd8552dc53d30353886 (diff) | |
download | nutyx-pakxe-76bb237fb051584602013e459eb1418ffbde8e21.tar.gz nutyx-pakxe-76bb237fb051584602013e459eb1418ffbde8e21.tar.bz2 nutyx-pakxe-76bb237fb051584602013e459eb1418ffbde8e21.tar.xz nutyx-pakxe-76bb237fb051584602013e459eb1418ffbde8e21.zip |
gnome-control-center, maj deps
Diffstat (limited to 'gnome')
-rw-r--r-- | gnome/gnome-control-center/.footprint | 6 | ||||
-rw-r--r-- | gnome/gnome-control-center/Pkgfile | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/gnome/gnome-control-center/.footprint b/gnome/gnome-control-center/.footprint index a99397ecd..6044a6d48 100644 --- a/gnome/gnome-control-center/.footprint +++ b/gnome/gnome-control-center/.footprint @@ -10,6 +10,7 @@ drwxr-xr-x root/root etc/xdg/menus/ -rw-r--r-- root/root etc/xdg/menus/gnomecc.menu drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/gnome-about-me -rwxr-xr-x root/root usr/bin/gnome-appearance-properties -rwxr-xr-x root/root usr/bin/gnome-at-mobility -rwxr-xr-x root/root usr/bin/gnome-at-properties @@ -46,6 +47,7 @@ drwxr-xr-x root/root usr/share/applications/ -rw-r--r-- root/root usr/share/applications/at-properties.desktop -rw-r--r-- root/root usr/share/applications/default-applications.desktop -rw-r--r-- root/root usr/share/applications/display-properties.desktop +-rw-r--r-- root/root usr/share/applications/gnome-about-me.desktop -rw-r--r-- root/root usr/share/applications/gnome-appearance-properties.desktop -rw-r--r-- root/root usr/share/applications/gnome-font-viewer.desktop -rw-r--r-- root/root usr/share/applications/gnome-network-properties.desktop @@ -64,6 +66,8 @@ drwxr-xr-x root/root usr/share/gnome-control-center/glade/ -rw-r--r-- root/root usr/share/gnome-control-center/glade/appearance.glade -rw-r--r-- root/root usr/share/gnome-control-center/glade/at-enable-dialog.glade -rw-r--r-- root/root usr/share/gnome-control-center/glade/display-capplet.glade +-rw-r--r-- root/root usr/share/gnome-control-center/glade/gnome-about-me-fingerprint.glade +-rw-r--r-- root/root usr/share/gnome-control-center/glade/gnome-about-me.glade -rw-r--r-- root/root usr/share/gnome-control-center/glade/gnome-default-applications-properties.glade -rw-r--r-- root/root usr/share/gnome-control-center/glade/gnome-keybinding-properties.glade -rw-r--r-- root/root usr/share/gnome-control-center/glade/gnome-keyboard-properties.glade @@ -83,6 +87,8 @@ drwxr-xr-x root/root usr/share/gnome-control-center/pixmaps/ -rw-r--r-- root/root usr/share/gnome-control-center/pixmaps/double-click-maybe.png -rw-r--r-- root/root usr/share/gnome-control-center/pixmaps/double-click-off.png -rw-r--r-- root/root usr/share/gnome-control-center/pixmaps/double-click-on.png +-rw-r--r-- root/root usr/share/gnome-control-center/pixmaps/gnome-about-me-lock-open.png +-rw-r--r-- root/root usr/share/gnome-control-center/pixmaps/gnome-about-me-lock.png -rw-r--r-- root/root usr/share/gnome-control-center/pixmaps/gtk-theme-thumbnailing.png -rw-r--r-- root/root usr/share/gnome-control-center/pixmaps/icon-theme-thumbnailing.png -rw-r--r-- root/root usr/share/gnome-control-center/pixmaps/mouse-cursor-normal-large.png diff --git a/gnome/gnome-control-center/Pkgfile b/gnome/gnome-control-center/Pkgfile index 232a81a84..50ee97fdc 100644 --- a/gnome/gnome-control-center/Pkgfile +++ b/gnome/gnome-control-center/Pkgfile @@ -2,11 +2,11 @@ # URL: http://www.gnome.org/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: gst-plugins-base, libcanberra, libgnomekbd, gnome-panel, metacity, nautilus, hal, gnome-settings-daemon +# Depends on: gst-plugins-base, libcanberra, libgnomekbd, gnome-panel, metacity, nautilus, hal, gnome-settings-daemon, evolution-data-server name=gnome-control-center version=2.26.0 -release=1 +release=2 source=(http://ftp.gnome.org/pub/gnome/sources/$name/2.26/$name-$version.tar.bz2\ gnome-control-center-2.26.0-libxklavier-4.0-1.patch) @@ -15,6 +15,7 @@ build() { patch -Np1 -i ../gnome-control-center-2.26.0-libxklavier-4.0-1.patch ./configure --prefix=$GNOME_PREFIX \ --sysconfdir=/etc \ + --enable-aboutme \ --localstatedir=/var/lib \ --libexecdir=$GNOME_PREFIX/lib/gnome-control-center make |