ports/opt (3.2): gtk3: move man-pages to /usr/share/man
commit 353ce617c6025227cc496f26effc7d7f87b0c7c5 Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Sun Jul 26 00:53:54 2015 +0200 gtk3: move man-pages to /usr/share/man diff --git a/gtk3/.footprint b/gtk3/.footprint index 3fee028..ab69049 100644 --- a/gtk3/.footprint +++ b/gtk3/.footprint @@ -446,17 +446,6 @@ drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/gtk+-3.0.pc -rw-r--r-- root/root usr/lib/pkgconfig/gtk+-unix-print-3.0.pc -rw-r--r-- root/root usr/lib/pkgconfig/gtk+-x11-3.0.pc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/broadwayd.1.gz --rw-r--r-- root/root usr/man/man1/gtk-encode-symbolic-svg.1.gz --rw-r--r-- root/root usr/man/man1/gtk-launch.1.gz --rw-r--r-- root/root usr/man/man1/gtk-query-immodules-3.0.1.gz --rw-r--r-- root/root usr/man/man1/gtk-update-icon-cache.1.gz --rw-r--r-- root/root usr/man/man1/gtk3-demo-application.1.gz --rw-r--r-- root/root usr/man/man1/gtk3-demo.1.gz --rw-r--r-- root/root usr/man/man1/gtk3-icon-browser.1.gz --rw-r--r-- root/root usr/man/man1/gtk3-widget-factory.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/aclocal/ -rw-r--r-- root/root usr/share/aclocal/gtk-3.0.m4 @@ -513,6 +502,17 @@ drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/ -rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/gtk3-demo.png -rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/gtk3-widget-factory-symbolic.symbolic.png -rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/gtk3-widget-factory.png +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/broadwayd.1.gz +-rw-r--r-- root/root usr/share/man/man1/gtk-encode-symbolic-svg.1.gz +-rw-r--r-- root/root usr/share/man/man1/gtk-launch.1.gz +-rw-r--r-- root/root usr/share/man/man1/gtk-query-immodules-3.0.1.gz +-rw-r--r-- root/root usr/share/man/man1/gtk-update-icon-cache.1.gz +-rw-r--r-- root/root usr/share/man/man1/gtk3-demo-application.1.gz +-rw-r--r-- root/root usr/share/man/man1/gtk3-demo.1.gz +-rw-r--r-- root/root usr/share/man/man1/gtk3-icon-browser.1.gz +-rw-r--r-- root/root usr/share/man/man1/gtk3-widget-factory.1.gz drwxr-xr-x root/root usr/share/themes/ drwxr-xr-x root/root usr/share/themes/Default/ drwxr-xr-x root/root usr/share/themes/Default/gtk-3.0/ diff --git a/gtk3/Pkgfile b/gtk3/Pkgfile index e9ca46d..370987f 100644 --- a/gtk3/Pkgfile +++ b/gtk3/Pkgfile @@ -5,13 +5,13 @@ name=gtk3 version=3.16.6 -release=1 +release=2 source=(http://download.gnome.org/sources/gtk+/${version:0:4}/gtk+-$version.tar.xz) build () { cd gtk+-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install rm -r $PKG/usr/share/{gtk-doc,locale,gtk-3.0} diff --git a/libffi/.footprint b/libffi/.footprint index 21d5e3f..867a345 100644 --- a/libffi/.footprint +++ b/libffi/.footprint @@ -11,9 +11,3 @@ lrwxrwxrwx root/root usr/lib/libffi.so.6 -> libffi.so.6.0.4 -rwxr-xr-x root/root usr/lib/libffi.so.6.0.4 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/libffi.pc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man3/ --rw-r--r-- root/root usr/man/man3/ffi.3.gz --rw-r--r-- root/root usr/man/man3/ffi_call.3.gz --rw-r--r-- root/root usr/man/man3/ffi_prep_cif.3.gz --rw-r--r-- root/root usr/man/man3/ffi_prep_cif_var.3.gz diff --git a/libffi/Pkgfile b/libffi/Pkgfile index 18d5831..2d1baf9 100644 --- a/libffi/Pkgfile +++ b/libffi/Pkgfile @@ -4,12 +4,12 @@ name=libffi version=3.2.1 -release=1 +release=2 source=(ftp://sourceware.org/pub/libffi/$name-$version.tar.gz) build() { cd $name-$version - ./configure --prefix=/usr --mandir=/usr/man + ./configure --prefix=/usr make make DESTDIR=$PKG install rm -r $PKG/usr/share
participants (1)
-
crux@crux.nu