diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-10 21:39:18 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-10 21:39:18 +0100 |
commit | 6b8bfaf54b259d6687f69ffd330a1758c1d02572 (patch) | |
tree | 4c1527390d2c264c130c0486611f269245b4384e | |
parent | e400e8b6d9a32f01f04471fcef3d7624854eaaca (diff) | |
download | nutyx-extra-6b8bfaf54b259d6687f69ffd330a1758c1d02572.tar.gz nutyx-extra-6b8bfaf54b259d6687f69ffd330a1758c1d02572.tar.bz2 nutyx-extra-6b8bfaf54b259d6687f69ffd330a1758c1d02572.tar.xz nutyx-extra-6b8bfaf54b259d6687f69ffd330a1758c1d02572.zip |
maj yelp#2.28.0-1
-rw-r--r-- | gnome/yelp/.footprint | 6 | ||||
-rw-r--r-- | gnome/yelp/.md5sum | 2 | ||||
-rw-r--r-- | gnome/yelp/Pkgfile | 7 |
3 files changed, 10 insertions, 5 deletions
diff --git a/gnome/yelp/.footprint b/gnome/yelp/.footprint index 9e7bd3ed9..4b8874a53 100644 --- a/gnome/yelp/.footprint +++ b/gnome/yelp/.footprint @@ -37,13 +37,17 @@ drwxr-xr-x root/root usr/share/yelp/icons/ -rw-r--r-- root/root usr/share/yelp/scrollkeeper.xml -rw-r--r-- root/root usr/share/yelp/toc.xml drwxr-xr-x root/root usr/share/yelp/ui/ +-rw-r--r-- root/root usr/share/yelp/ui/yelp-bookmarks-add.ui +-rw-r--r-- root/root usr/share/yelp/ui/yelp-bookmarks.ui +-rw-r--r-- root/root usr/share/yelp/ui/yelp-open-location.ui +-rw-r--r-- root/root usr/share/yelp/ui/yelp-preferences.ui -rw-r--r-- root/root usr/share/yelp/ui/yelp-search-ui.xml -rw-r--r-- root/root usr/share/yelp/ui/yelp-ui.xml --rw-r--r-- root/root usr/share/yelp/ui/yelp.glade drwxr-xr-x root/root usr/share/yelp/xslt/ -rw-r--r-- root/root usr/share/yelp/xslt/db-title.xsl -rw-r--r-- root/root usr/share/yelp/xslt/db2html.xsl -rw-r--r-- root/root usr/share/yelp/xslt/info2html.xsl +-rw-r--r-- root/root usr/share/yelp/xslt/mal2html.xsl -rw-r--r-- root/root usr/share/yelp/xslt/man2html.xsl -rw-r--r-- root/root usr/share/yelp/xslt/search2html.xsl -rw-r--r-- root/root usr/share/yelp/xslt/toc2html.xsl diff --git a/gnome/yelp/.md5sum b/gnome/yelp/.md5sum index 5cacdc6ef..7f8fb7c3d 100644 --- a/gnome/yelp/.md5sum +++ b/gnome/yelp/.md5sum @@ -1 +1 @@ -3413fd051c5ecbfe98819a8fb4ac83dd yelp-2.26.0.tar.bz2 +4e68e796927198e644a57d455c16c389 yelp-2.28.0.tar.bz2 diff --git a/gnome/yelp/Pkgfile b/gnome/yelp/Pkgfile index 155e1e894..ee84fcec8 100644 --- a/gnome/yelp/Pkgfile +++ b/gnome/yelp/Pkgfile @@ -5,14 +5,15 @@ # Depends on: libgnomeui, startup-notification, gnome-doc-utils, xulrunner name=yelp -version=2.26.0 +version=2.28.0 release=1 -source=(http://ftp.gnome.org/pub/gnome/sources/$name/2.26/$name-$version.tar.bz2) +source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=$GNOME_PREFIX \ - --sysconfdir=/etc + --sysconfdir=/etc \ + --localstatedir=/var/lib make make DESTDIR=$PKG install } |