From 6e0aafd15558ea66313aa2a1deba88d2549ea0f6 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Tue, 23 Sep 2014 17:30:27 +0000 Subject: [PATCH] corebird: fix manpage install dir --- srcpkgs/corebird/patches/manpagedir.patch | 25 +++++++++++++++++++++++ srcpkgs/corebird/template | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 srcpkgs/corebird/patches/manpagedir.patch diff --git a/srcpkgs/corebird/patches/manpagedir.patch b/srcpkgs/corebird/patches/manpagedir.patch new file mode 100644 index 0000000000..16638f8c92 --- /dev/null +++ b/srcpkgs/corebird/patches/manpagedir.patch @@ -0,0 +1,25 @@ +From d474e9a51d5af20541f2e5da03b433266363cd35 Mon Sep 17 00:00:00 2001 +From: Kalev Lember +Date: Sun, 27 Jul 2014 12:41:34 +0200 +Subject: [PATCH] Fix man page installation directory + +Use the right automake invocation to make the man page properly go to +/usr/share/man/man1. +--- + data/Makefile.am | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +diff --git a/data/Makefile.am b/data/Makefile.am +index a418caf..b2a4a45 100644 +--- data/Makefile.am ++++ data/Makefile.am +@@ -11,8 +11,7 @@ appdata_in_files = corebird.appdata.xml.in + appdata_DATA = $(appdata_in_files:.xml.in=.xml) + @INTLTOOL_XML_RULE@ + +-manpagedir = $(mandir) +-manpage_DATA = corebird.1 ++man_MANS = corebird.1 + + if ENABLE_CATALOG + catalogdir = $(prefix)/share/glade/catalogs/ diff --git a/srcpkgs/corebird/template b/srcpkgs/corebird/template index f6157b5e72..9076b9ef67 100644 --- a/srcpkgs/corebird/template +++ b/srcpkgs/corebird/template @@ -1,7 +1,7 @@ # Template build for 'corebird'. pkgname=corebird version=0.8 -revision=1 +revision=2 short_desc="Native Gtk+ Twitter Client" hostmakedepends="pkg-config intltool vala glib-devel libgee08-devel automake libtool intltool gettext-devel"