atk, hicolor-icon-theme, pango, glitz, cairo, gtk: moved to opt
This commit is contained in:
parent
4cf2f6002e
commit
ed2205204a
37
atk/.footprint
Normal file
37
atk/.footprint
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
drwxr-xr-x root/root usr/
|
||||||
|
drwxr-xr-x root/root usr/include/
|
||||||
|
drwxr-xr-x root/root usr/include/atk-1.0/
|
||||||
|
drwxr-xr-x root/root usr/include/atk-1.0/atk/
|
||||||
|
-rw-r--r-- root/root usr/include/atk-1.0/atk/atk-enum-types.h
|
||||||
|
-rw-r--r-- root/root usr/include/atk-1.0/atk/atk.h
|
||||||
|
-rw-r--r-- root/root usr/include/atk-1.0/atk/atkaction.h
|
||||||
|
-rw-r--r-- root/root usr/include/atk-1.0/atk/atkcomponent.h
|
||||||
|
-rw-r--r-- root/root usr/include/atk-1.0/atk/atkdocument.h
|
||||||
|
-rw-r--r-- root/root usr/include/atk-1.0/atk/atkeditabletext.h
|
||||||
|
-rw-r--r-- root/root usr/include/atk-1.0/atk/atkgobjectaccessible.h
|
||||||
|
-rw-r--r-- root/root usr/include/atk-1.0/atk/atkhyperlink.h
|
||||||
|
-rw-r--r-- root/root usr/include/atk-1.0/atk/atkhypertext.h
|
||||||
|
-rw-r--r-- root/root usr/include/atk-1.0/atk/atkimage.h
|
||||||
|
-rw-r--r-- root/root usr/include/atk-1.0/atk/atknoopobject.h
|
||||||
|
-rw-r--r-- root/root usr/include/atk-1.0/atk/atknoopobjectfactory.h
|
||||||
|
-rw-r--r-- root/root usr/include/atk-1.0/atk/atkobject.h
|
||||||
|
-rw-r--r-- root/root usr/include/atk-1.0/atk/atkobjectfactory.h
|
||||||
|
-rw-r--r-- root/root usr/include/atk-1.0/atk/atkregistry.h
|
||||||
|
-rw-r--r-- root/root usr/include/atk-1.0/atk/atkrelation.h
|
||||||
|
-rw-r--r-- root/root usr/include/atk-1.0/atk/atkrelationset.h
|
||||||
|
-rw-r--r-- root/root usr/include/atk-1.0/atk/atkrelationtype.h
|
||||||
|
-rw-r--r-- root/root usr/include/atk-1.0/atk/atkselection.h
|
||||||
|
-rw-r--r-- root/root usr/include/atk-1.0/atk/atkstate.h
|
||||||
|
-rw-r--r-- root/root usr/include/atk-1.0/atk/atkstateset.h
|
||||||
|
-rw-r--r-- root/root usr/include/atk-1.0/atk/atkstreamablecontent.h
|
||||||
|
-rw-r--r-- root/root usr/include/atk-1.0/atk/atktable.h
|
||||||
|
-rw-r--r-- root/root usr/include/atk-1.0/atk/atktext.h
|
||||||
|
-rw-r--r-- root/root usr/include/atk-1.0/atk/atkutil.h
|
||||||
|
-rw-r--r-- root/root usr/include/atk-1.0/atk/atkvalue.h
|
||||||
|
drwxr-xr-x root/root usr/lib/
|
||||||
|
-rwxr-xr-x root/root usr/lib/libatk-1.0.la
|
||||||
|
lrwxrwxrwx root/root usr/lib/libatk-1.0.so -> libatk-1.0.so.0.1010.3
|
||||||
|
lrwxrwxrwx root/root usr/lib/libatk-1.0.so.0 -> libatk-1.0.so.0.1010.3
|
||||||
|
-rwxr-xr-x root/root usr/lib/libatk-1.0.so.0.1010.3
|
||||||
|
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||||
|
-rw-r--r-- root/root usr/lib/pkgconfig/atk.pc
|
1
atk/.md5sum
Normal file
1
atk/.md5sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
c84a01fea567b365c0d44b227fead948 atk-1.10.3.tar.bz2
|
17
atk/Pkgfile
Normal file
17
atk/Pkgfile
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
# Description: A set of interfaces for accessibility
|
||||||
|
# URL: http://www.gtk.org/
|
||||||
|
# Maintainer: Matt Housh, jaeger at morpheus dot net
|
||||||
|
# Depends on: glib
|
||||||
|
|
||||||
|
name=atk
|
||||||
|
version=1.10.3
|
||||||
|
release=1
|
||||||
|
source=(ftp://ftp.gtk.org/pub/gtk/v2.8/$name-$version.tar.bz2)
|
||||||
|
|
||||||
|
build () {
|
||||||
|
cd $name-$version
|
||||||
|
./configure --prefix=/usr
|
||||||
|
make
|
||||||
|
make DESTDIR=$PKG install
|
||||||
|
rm -r $PKG/usr/share
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user