diff options
author | Danny Rawlins <monster.romster@gmail.com> | 2015-11-04 12:34:50 +1100 |
---|---|---|
committer | Danny Rawlins <monster.romster@gmail.com> | 2015-11-04 14:37:36 +1100 |
commit | 20bd0a196859ecbc215da194403a3bfa3ef2264f (patch) | |
tree | 920af5a68aec55586dce2e160d22d0aa081ec263 /gobject-introspection | |
parent | ca9df6680b068ed5da9e5b72eb666444bb71d353 (diff) | |
download | opt-20bd0a196859ecbc215da194403a3bfa3ef2264f.tar.gz opt-20bd0a196859ecbc215da194403a3bfa3ef2264f.tar.xz |
update romster ports for new man page location
Diffstat (limited to 'gobject-introspection')
-rw-r--r-- | gobject-introspection/.footprint | 10 | ||||
-rw-r--r-- | gobject-introspection/Pkgfile | 1 |
2 files changed, 5 insertions, 6 deletions
diff --git a/gobject-introspection/.footprint b/gobject-introspection/.footprint index 9ed4f8cf2..9ae66b6e0 100644 --- a/gobject-introspection/.footprint +++ b/gobject-introspection/.footprint @@ -196,11 +196,6 @@ lrwxrwxrwx root/root usr/lib/libgirepository-1.0.so.1 -> libgirepository-1.0.so. drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/gobject-introspection-1.0.pc -rw-r--r-- root/root usr/lib/pkgconfig/gobject-introspection-no-export-1.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/g-ir-compiler.1.gz --rw-r--r-- root/root usr/man/man1/g-ir-generate.1.gz --rw-r--r-- root/root usr/man/man1/g-ir-scanner.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/introspection.m4 @@ -243,3 +238,8 @@ drwxr-xr-x root/root usr/share/gobject-introspection-1.0/tests/ -rw-r--r-- root/root usr/share/gobject-introspection-1.0/tests/utility.h -rw-r--r-- root/root usr/share/gobject-introspection-1.0/tests/warnlib.c -rw-r--r-- root/root usr/share/gobject-introspection-1.0/tests/warnlib.h +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/g-ir-compiler.1.gz +-rw-r--r-- root/root usr/share/man/man1/g-ir-generate.1.gz +-rw-r--r-- root/root usr/share/man/man1/g-ir-scanner.1.gz diff --git a/gobject-introspection/Pkgfile b/gobject-introspection/Pkgfile index 6ef1ea806..2bc79804b 100644 --- a/gobject-introspection/Pkgfile +++ b/gobject-introspection/Pkgfile @@ -14,7 +14,6 @@ build() { ./configure \ --prefix=/usr \ - --mandir=/usr/man \ --disable-doctool \ --disable-gtk-doc-html |