diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2016-02-15 21:17:50 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-17 17:24:20 +0700 |
commit | c13fc5516f5e0058d25f91958b5cbba52e1aaddf (patch) | |
tree | 62967bb7b04a0a04378b80cb007344ca6c089119 | |
parent | 4df74d258d80c7b5a36b05a710adf97bf509f8e3 (diff) | |
download | slackbuilds-c13fc5516f5e0058d25f91958b5cbba52e1aaddf.tar.gz |
misc/seahorse-plugins: Updated for version 20150521_3781393eac.
This still has at least two problems:
1. the gconf schema installation is broken, and I don't see an
obvious way to fix it given the error message; I'm inclined
to say that gconf schema installation was intentionally
broken since everything is using gsettings now, but I could
obviously be (very) wrong.
2. the package as a whole may well be broken, but at least the
'seahorse-preferences' binary is broken due to trying to load
symbols from both gtk2 and gtk3 in the same process.
At this point, I'm all out of fucks to give on this one, so maybe
someone with a fresh supply can have a look...
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r-- | misc/seahorse-plugins/seahorse-plugins.SlackBuild | 5 | ||||
-rw-r--r-- | misc/seahorse-plugins/seahorse-plugins.info | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/misc/seahorse-plugins/seahorse-plugins.SlackBuild b/misc/seahorse-plugins/seahorse-plugins.SlackBuild index e650261faf..b6b146c06d 100644 --- a/misc/seahorse-plugins/seahorse-plugins.SlackBuild +++ b/misc/seahorse-plugins/seahorse-plugins.SlackBuild @@ -5,7 +5,7 @@ # Written by Andrew Rowland <darowland@ieee.org> PRGNAM='seahorse-plugins' -VERSION=${VERSION:-20120904_75c66f6} +VERSION=${VERSION:-20150521_3781393eac} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -51,6 +51,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; +gnome-doc-prepare --force + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./autogen.sh \ @@ -60,7 +62,6 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$PRGNAM-$VERSION \ - --enable-agent \ --disable-scrollkeeper \ --disable-update-mime-database \ --disable-epiphany \ diff --git a/misc/seahorse-plugins/seahorse-plugins.info b/misc/seahorse-plugins/seahorse-plugins.info index 21eecbb5bb..e31433fa00 100644 --- a/misc/seahorse-plugins/seahorse-plugins.info +++ b/misc/seahorse-plugins/seahorse-plugins.info @@ -1,8 +1,8 @@ PRGNAM="seahorse-plugins" -VERSION="20120904_75c66f6" -HOMEPAGE="https://live.gnome.org/Seahorse/Plugins" -DOWNLOAD="http://ponce.cc/slackware/sources/repo/seahorse-plugins-20120904_75c66f6.tar.xz" -MD5SUM="ab87610e5d2b9d959027293dced0f629" +VERSION="20150521_3781393eac" +HOMEPAGE="https://wiki.gnome.org/Apps/Seahorse/Plugins" +DOWNLOAD="https://harrier.slackbuilds.org/misc/seahorse-plugins-20150521_3781393eac.tar.xz" +MD5SUM="d9bb36048c3b1fc727383e107a94dcec" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gnome-common libcryptui seahorse" |