libwnck: new maintainer, new dependency gobject-introspection
This commit is contained in:
parent
ec7dff1e80
commit
e1e2120a7b
@ -28,3 +28,6 @@ lrwxrwxrwx root/root usr/lib/libwnck-1.so.22 -> libwnck-1.so.22.4.0
|
||||
-rwxr-xr-x root/root usr/lib/libwnck-1.so.22.4.0
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/libwnck-1.0.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/Wnck-1.0.gir
|
||||
|
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/opt.pub
|
||||
RWSE3ohX2g5d/c0ZpDr9ZiseVtwxxAtyHOChZQfimwipRTVWJbPTKUOptHs3XaZ/WzBH86s8A+nH1lCdjzrpZGg2o0zNL8+DiwE=
|
||||
SHA256 (Pkgfile) = 17ceba1cdf1d79822bad93a16aff5a6a299838fa955e735cb99539a9c85ad854
|
||||
SHA256 (.footprint) = 6dc3e29b9c1a07b3f7cb05ddb460894f8e3c70526cf859a6af9b54eb39616db7
|
||||
RWSE3ohX2g5d/QrIrFXNDE3doTNiI6SOvlcd3wo9fd64dUB24004xzZecED8uFrR4wQZ+zo1fZThmeVNHuxbqp6cUuqPBR5zcwQ=
|
||||
SHA256 (Pkgfile) = 5bf4b50e137773da5668f3592d36304e749a0e801317f24b93540ba82350bbf3
|
||||
SHA256 (.footprint) = b32bda30a25ccfa8ad377c58ac43dafe920754873cf9f0377fecf4364eb835b7
|
||||
SHA256 (libwnck-2.31.0.tar.xz) = 83f732d20781fc88b22cdc6aaf2d4f388db6d3d4ff28d1a8fd45be9fb7743a9e
|
||||
|
@ -1,26 +1,21 @@
|
||||
# Description: Window Navigator Construction Kit library
|
||||
# URL: https://developer.gnome.org/libwnck/
|
||||
# Maintainer: Jose V Beneyto, sepen at crux dot nu
|
||||
# Packager: Matt Housh, jaeger at morpheus dot net
|
||||
# Depends on: gtk startup-notification
|
||||
# URL: https://developer.gnome.org/libwnck/
|
||||
# Maintainer: Juergen Daubert, jue at crux dot nu
|
||||
# Depends on: gtk gobject-introspection
|
||||
|
||||
name=libwnck
|
||||
version=2.31.0
|
||||
release=1
|
||||
release=2
|
||||
source=(ftp://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
cd $name-$version
|
||||
|
||||
rm po/*.po
|
||||
sed -i configure \
|
||||
-e 's/USE_NLS=yes/USE_NLS=no/' \
|
||||
-e 's/ENABLE_NLS 1/ENABLE_NLS 0/'
|
||||
export LINGUAS=' '
|
||||
|
||||
./configure --prefix=/usr
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
rm -rf $PKG/usr/share
|
||||
rm -r $PKG/usr/share/gtk-doc
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user