ports/opt (3.0): atk: leave /usr/share
commit 75f9dce1e01ceb3d98340e93c25eec8dcc74751d Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Tue Mar 26 22:01:22 2013 +0100 atk: leave /usr/share diff --git a/atk/.footprint b/atk/.footprint index bc7978f..608d4c6 100644 --- a/atk/.footprint +++ b/atk/.footprint @@ -40,3 +40,4 @@ lrwxrwxrwx root/root usr/lib/libatk-1.0.so.0 -> libatk-1.0.so.0.20609.1 -rwxr-xr-x root/root usr/lib/libatk-1.0.so.0.20609.1 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/atk.pc +drwxr-xr-x root/root usr/share/ diff --git a/atk/Pkgfile b/atk/Pkgfile index dfeb1e9..cfd6c04 100644 --- a/atk/Pkgfile +++ b/atk/Pkgfile @@ -5,13 +5,13 @@ name=atk version=2.6.0 -release=1 +release=2 source=(http://download.gnome.org/sources/$name/2.6/$name-$version.tar.xz) build () { cd $name-$version - ./configure --prefix=/usr + ./configure --prefix=/usr make make DESTDIR=$PKG install - rm -r $PKG/usr/share + rm -r $PKG/usr/share/{locale,gtk-doc} }
participants (1)
-
crux@crux.nu