diff options
Diffstat (limited to 'misc/seahorse-plugins/seahorse-plugins.SlackBuild')
-rw-r--r-- | misc/seahorse-plugins/seahorse-plugins.SlackBuild | 5 |
1 files changed, 3 insertions, 2 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 \ |