summaryrefslogtreecommitdiff
path: root/libwnck
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2019-08-19 15:09:07 +0200
committerJuergen Daubert <jue@jue.li>2019-08-19 15:09:07 +0200
commite1e2120a7b86d44910866a3743f215135fc46d50 (patch)
tree7fa5d2069bc39489b0ff788f4b7743e6f85bfcb0 /libwnck
parentec7dff1e80f2218913c14f9bdc80d7c83ebd84ae (diff)
downloadopt-e1e2120a7b86d44910866a3743f215135fc46d50.tar.gz
opt-e1e2120a7b86d44910866a3743f215135fc46d50.tar.xz
libwnck: new maintainer, new dependency gobject-introspection
Diffstat (limited to 'libwnck')
-rw-r--r--libwnck/.footprint3
-rw-r--r--libwnck/.signature6
-rw-r--r--libwnck/Pkgfile25
3 files changed, 16 insertions, 18 deletions
diff --git a/libwnck/.footprint b/libwnck/.footprint
index 838be4103..6cdfee279 100644
--- a/libwnck/.footprint
+++ b/libwnck/.footprint
@@ -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
diff --git a/libwnck/.signature b/libwnck/.signature
index eefc7158a..69b201845 100644
--- a/libwnck/.signature
+++ b/libwnck/.signature
@@ -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
diff --git a/libwnck/Pkgfile b/libwnck/Pkgfile
index 6886077f5..e5530f325 100644
--- a/libwnck/Pkgfile
+++ b/libwnck/Pkgfile
@@ -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
}

Generated by cgit