diff --git a/deps/gssdp/gssdp.SlackBuild b/deps/gssdp/gssdp.SlackBuild index f6e2292..5cdac85 100644 --- a/deps/gssdp/gssdp.SlackBuild +++ b/deps/gssdp/gssdp.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gssdp -VERSION=${VERSION:-1.6.1} +VERSION=${VERSION:-1.6.2} BUILD=${BUILD:-1} TAG=${TAG:-_msb} @@ -77,7 +77,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -patch -p1 < $CWD/gssdp.patch mkdir -p build cd build meson --prefix=/usr \ @@ -86,6 +85,7 @@ meson --prefix=/usr \ --libdir=lib${LIBDIRSUFFIX} \ --mandir=/usr/man \ -Dgtk_doc=false \ + -Dmanpages=false \ ../ ninja DESTDIR=$PKG ninja install diff --git a/deps/gssdp/gssdp.patch b/deps/gssdp/gssdp.patch deleted file mode 100644 index bbc1162..0000000 --- a/deps/gssdp/gssdp.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- gssdp-1.3.1/meson.build.orig 2021-08-14 23:12:19.168431148 +0700 -+++ gssdp-1.3.1/meson.build 2021-08-14 23:12:46.260719024 +0700 -@@ -88,12 +88,6 @@ - subdir('vala') - endif - -- --gidocgen_dep = dependency('gi-docgen', version: '>= 2021.1', -- fallback: ['gi-docgen', 'dummy_dep'], -- required: get_option('gtk_doc') and get_option('introspection') -- ) -- - if get_option('gtk_doc') - subdir('doc') - endif