ports/kde4 (3.0): kid3: fixed man pages location
commit 4baf2fcd5ac5a2c16fb121dcc85c2b7b727be2e4 Author: Alan Mizrahi <alan+crux@mizrahi.com.ve> Date: Mon Feb 2 15:41:47 2015 +0900 kid3: fixed man pages location diff --git a/kid3/.footprint b/kid3/.footprint index 1b3efd1..f538c4f 100644 --- a/kid3/.footprint +++ b/kid3/.footprint @@ -17,6 +17,9 @@ drwxr-xr-x root/root usr/lib/kid3/plugins/ -rwxr-xr-x root/root usr/lib/kid3/plugins/libmusicbrainzimport.so -rwxr-xr-x root/root usr/lib/kid3/plugins/liboggflacmetadata.so -rwxr-xr-x root/root usr/lib/kid3/plugins/libtaglibmetadata.so +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/kid3.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/applications/ drwxr-xr-x root/root usr/share/applications/kde4/ @@ -59,9 +62,3 @@ drwxr-xr-x root/root usr/share/icons/hicolor/64x64/apps/ drwxr-xr-x root/root usr/share/icons/hicolor/scalable/ drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/ -rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/kid3.svgz -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/de/ -drwxr-xr-x root/root usr/share/man/de/man1/ --rw-r--r-- root/root usr/share/man/de/man1/kid3.1.gz -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/kid3.1.gz diff --git a/kid3/Pkgfile b/kid3/Pkgfile index 62e909c..b4e406a 100644 --- a/kid3/Pkgfile +++ b/kid3/Pkgfile @@ -5,7 +5,7 @@ name=kid3 version=3.1 -release=1 +release=2 source=(http://prdownloads.sf.net/$name/$name-$version.tar.gz) build() { @@ -25,6 +25,7 @@ build() { cmake . \ -DCMAKE_BUILD_TYPE=RELEASE \ -DCMAKE_INSTALL_PREFIX=/usr \ + -DWITH_MANDIR=/usr/man \ -DWITH_CHROMAPRINT=OFF \ -DWITH_DBUS=ON \ -DWITH_FLAC=ON \ @@ -41,4 +42,5 @@ build() { make DESTDIR=$PKG install # rm -rf $PKG/usr/share/locale + rm -rf $PKG/usr/man/de }
participants (1)
-
crux@crux.nu