forked from ports/contrib
[notify] libsoup: 2.40.1 -> 2.40.3 new dependency gobject-introspection
This commit is contained in:
parent
bcbee91622
commit
c39b119d7a
@ -49,6 +49,8 @@ drwxr-xr-x root/root usr/include/libsoup-2.4/libsoup/
|
||||
-rw-r--r-- root/root usr/include/libsoup-2.4/libsoup/soup-xmlrpc.h
|
||||
-rw-r--r-- root/root usr/include/libsoup-2.4/libsoup/soup.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/girepository-1.0/
|
||||
-rw-r--r-- root/root usr/lib/girepository-1.0/Soup-2.4.typelib
|
||||
-rw-r--r-- root/root usr/lib/libsoup-2.4.a
|
||||
-rwxr-xr-x root/root usr/lib/libsoup-2.4.la
|
||||
lrwxrwxrwx root/root usr/lib/libsoup-2.4.so -> libsoup-2.4.so.1.5.0
|
||||
@ -56,3 +58,6 @@ lrwxrwxrwx root/root usr/lib/libsoup-2.4.so.1 -> libsoup-2.4.so.1.5.0
|
||||
-rwxr-xr-x root/root usr/lib/libsoup-2.4.so.1.5.0
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libsoup-2.4.pc
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/gir-1.0/
|
||||
-rw-r--r-- root/root usr/share/gir-1.0/Soup-2.4.gir
|
||||
|
@ -1 +1 @@
|
||||
2fa30bab92d770eeb6535e1504ab2ded libsoup-2.40.1.tar.xz
|
||||
ee111c5cf9f95b4a7aa24afe13dddb98 libsoup-2.40.3.tar.xz
|
||||
|
@ -2,27 +2,24 @@
|
||||
# URL: http://live.gnome.org/LibSoup
|
||||
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
||||
# Packager: Matt Housh, jaeger at morpheus dot net
|
||||
# Depends on: glib libxml2 glib-networking
|
||||
# Depends on: glib-networking gobject-introspection libxml2
|
||||
|
||||
name=libsoup
|
||||
version=2.40.1
|
||||
version=2.40.3
|
||||
release=1
|
||||
source=(http://ftp.gnome.org/pub/GNOME/sources/$name/${version%.*}/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
|
||||
# remove gtk-doc
|
||||
sed -i -e "/^SUBDIRS = /s/docs//" Makefile.in
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--enable-debug=no \
|
||||
--without-gnome
|
||||
--without-gnome \
|
||||
--disable-gtk-doc-html
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -r $PKG/usr/share/locale
|
||||
rmdir $PKG/usr/share
|
||||
rm -r $PKG/usr/share/{locale,gtk-doc}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user