diff options
author | bg <bg@nutyx.(none)> | 2009-11-11 17:34:54 +0100 |
---|---|---|
committer | bg <bg@nutyx.(none)> | 2009-11-11 17:34:54 +0100 |
commit | 7946295b3dd79cf42321ce49d97478a7e7bbc602 (patch) | |
tree | 5756a8f9cc1345b7ac1c57d06ceaf16e81ad93bb /gnome/yelp | |
parent | 43be65e0a9fd27c4d6fe0fef519124c1c353bb07 (diff) | |
parent | e0394195e2f8be029860dfa8e24d027d88621e1f (diff) | |
download | nutyx-extra-7946295b3dd79cf42321ce49d97478a7e7bbc602.tar.gz nutyx-extra-7946295b3dd79cf42321ce49d97478a7e7bbc602.tar.bz2 nutyx-extra-7946295b3dd79cf42321ce49d97478a7e7bbc602.tar.xz nutyx-extra-7946295b3dd79cf42321ce49d97478a7e7bbc602.zip |
Merge remote branch 'nutyx-2009/master'
Diffstat (limited to 'gnome/yelp')
-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 } |