diff options
-rw-r--r-- | extra/gtk-theme-switch/.footprint | 6 | ||||
-rw-r--r-- | extra/gtk-theme-switch/Pkgfile | 2 | ||||
-rw-r--r-- | extra/pygtksourceview/Pkgfile | 2 | ||||
-rwxr-xr-x | test/emerald/.footprint (renamed from extra/emerald/.footprint) | 0 | ||||
-rwxr-xr-x | test/emerald/.md5sum (renamed from extra/emerald/.md5sum) | 0 | ||||
-rwxr-xr-x | test/emerald/Pkgfile (renamed from extra/emerald/Pkgfile) | 4 |
6 files changed, 7 insertions, 7 deletions
diff --git a/extra/gtk-theme-switch/.footprint b/extra/gtk-theme-switch/.footprint index 094fd3b04..77395a857 100644 --- a/extra/gtk-theme-switch/.footprint +++ b/extra/gtk-theme-switch/.footprint @@ -1,9 +1,6 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/switch2 -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rwxr-xr-x root/root usr/man/man1/switch.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/applications/ -rwxr-xr-x root/root usr/share/applications/gtk-theme-switch.desktop @@ -12,3 +9,6 @@ drwxr-xr-x root/root usr/share/icons/hicolor/ drwxr-xr-x root/root usr/share/icons/hicolor/48x48/ drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/ -rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/gtk-s-t.png +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rwxr-xr-x root/root usr/share/man/man1/switch.1.gz diff --git a/extra/gtk-theme-switch/Pkgfile b/extra/gtk-theme-switch/Pkgfile index 16367a26c..067cf6d60 100644 --- a/extra/gtk-theme-switch/Pkgfile +++ b/extra/gtk-theme-switch/Pkgfile @@ -15,7 +15,7 @@ build() { make install -D -m 755 switch2 $PKG/usr/bin/switch2 - install -D switch.1 $PKG/usr/man/man1/switch.1 + install -D switch.1 $PKG/usr/share/man/man1/switch.1 mkdir -p $PKG/usr/share/icons/hicolor/48x48/apps cp ../gtk-s-t.png $PKG/usr/share/icons/hicolor/48x48/apps/gtk-s-t.png diff --git a/extra/pygtksourceview/Pkgfile b/extra/pygtksourceview/Pkgfile index 4545e1f1f..03be4efa7 100644 --- a/extra/pygtksourceview/Pkgfile +++ b/extra/pygtksourceview/Pkgfile @@ -2,7 +2,7 @@ # URL: http://www.pygtk.org/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: gtk, gtksourceview, pygobject, pycairo, libglade +# Depends on: gtk, gtksourceview, pygobject, pycairo, libglade, pygtk name=pygtksourceview version=2.6.0 diff --git a/extra/emerald/.footprint b/test/emerald/.footprint index 4c24a9124..4c24a9124 100755 --- a/extra/emerald/.footprint +++ b/test/emerald/.footprint diff --git a/extra/emerald/.md5sum b/test/emerald/.md5sum index 55853de30..55853de30 100755 --- a/extra/emerald/.md5sum +++ b/test/emerald/.md5sum diff --git a/extra/emerald/Pkgfile b/test/emerald/Pkgfile index 0320e27b5..d6dfa51ff 100755 --- a/extra/emerald/Pkgfile +++ b/test/emerald/Pkgfile @@ -2,11 +2,11 @@ # URL: compiz.org # Maintainer: NuTyX core team # Packager: tux03 at tuxfamily dot org -# Depends on: +# Depends on: gtk, libwnck + name=emerald version=0.8.4 release=1 -group= source=(http://releases.compiz-fusion.org/0.8.4/emerald-0.8.4.tar.gz) build() { cd $name-$version |