gtkmm: 2.12.4 -> 2.12.5
This commit is contained in:
parent
575cef60e8
commit
e3385acba4
@ -1,6 +1,4 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/demo
|
||||
drwxr-xr-x root/root usr/include/
|
||||
drwxr-xr-x root/root usr/include/atkmm-1.6/
|
||||
-rw-r--r-- root/root usr/include/atkmm-1.6/atkmm.h
|
||||
@ -544,7 +542,3 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/gtkmm-2.4.pc
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/pangomm-1.4.pc
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/devhelp/
|
||||
drwxr-xr-x root/root usr/share/devhelp/books/
|
||||
drwxr-xr-x root/root usr/share/devhelp/books/gtkmm-2.4/
|
||||
-rw-r--r-- root/root usr/share/devhelp/books/gtkmm-2.4/gtkmm-2.4.devhelp
|
||||
|
@ -1 +1 @@
|
||||
a3c338218c9f10d309192ac61f025dee gtkmm-2.12.4.tar.bz2
|
||||
ca21c054d7f7bbd9c737f22e14bccf82 gtkmm-2.12.5.tar.bz2
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Depends on: glibmm cairomm
|
||||
|
||||
name=gtkmm
|
||||
version=2.12.4
|
||||
version=2.12.5
|
||||
release=1
|
||||
source=(http://ftp.gnome.org/pub/GNOME/sources/gtkmm/${version%.*}/gtkmm-$version.tar.bz2)
|
||||
|
||||
@ -14,8 +14,10 @@ build() {
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--disable-fulldocs \
|
||||
--disable-nls
|
||||
--disable-nls \
|
||||
--disable-examples \
|
||||
--disable-demos \
|
||||
--disable-docs
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
Loading…
x
Reference in New Issue
Block a user