diff options
-rw-r--r-- | extra/libgraphite/Pkgfile | 2 | ||||
-rwxr-xr-x | kde/yawp/Pkgfile | 2 | ||||
-rw-r--r-- | xfce/parole/.footprint | 6 | ||||
-rw-r--r-- | xfce/parole/Pkgfile | 2 |
4 files changed, 7 insertions, 5 deletions
diff --git a/extra/libgraphite/Pkgfile b/extra/libgraphite/Pkgfile index da3f2ee64..a013eb939 100644 --- a/extra/libgraphite/Pkgfile +++ b/extra/libgraphite/Pkgfile @@ -2,7 +2,7 @@ # URL: http://graphite.sil.org/ # Maintainer: NuTyX core team # Packager: lesibel at free dot fr -# Depends on: gcc-libs, freetype, xorg-libxft, pango, pcre +# Depends on: freetype, xorg-libxft, pango, pcre name=libgraphite _name=silgraphite diff --git a/kde/yawp/Pkgfile b/kde/yawp/Pkgfile index 3c313ed2d..ffdf92f4c 100755 --- a/kde/yawp/Pkgfile +++ b/kde/yawp/Pkgfile @@ -6,7 +6,7 @@ name=yawp version=0.3.2 -release=1 +release=2 source=(http://downloads.sourceforge.net/yawp/yawp-$version.tar.bz2) build() { diff --git a/xfce/parole/.footprint b/xfce/parole/.footprint index 696ae77a7..cd18634e1 100644 --- a/xfce/parole/.footprint +++ b/xfce/parole/.footprint @@ -12,9 +12,9 @@ drwxr-xr-x root/root usr/include/parole/ -rw-r--r-- root/root usr/include/parole/parole-stream.h -rw-r--r-- root/root usr/include/parole/parole.h drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/mozilla/ -drwxr-xr-x root/root usr/lib/mozilla/plugins/ --rwxr-xr-x root/root usr/lib/mozilla/plugins/parole-player.so +drwxr-xr-x root/root usr/lib/firefox/ +drwxr-xr-x root/root usr/lib/firefox/plugins/ +-rwxr-xr-x root/root usr/lib/firefox/plugins/parole-player.so drwxr-xr-x root/root usr/lib/parole-0/ -rwxr-xr-x root/root usr/lib/parole-0/power-manager-plugin.la -rwxr-xr-x root/root usr/lib/parole-0/power-manager-plugin.so diff --git a/xfce/parole/Pkgfile b/xfce/parole/Pkgfile index 0f8177490..7f2cb8c88 100644 --- a/xfce/parole/Pkgfile +++ b/xfce/parole/Pkgfile @@ -18,4 +18,6 @@ cd $name-$version --disable-static make make DESTDIR=$PKG install + cd $PKG/usr/lib + mv mozilla firefox } |