mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
gnac: disable old gnome-help format
This commit is contained in:
parent
4d7446751c
commit
32076310b7
4 changed files with 59 additions and 3 deletions
29
srcpkgs/gnac/patches/fix-debug-log.patch
Normal file
29
srcpkgs/gnac/patches/fix-debug-log.patch
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
--- a/libgnac/libgnac-debug.h
|
||||||
|
+++ b/libgnac/libgnac-debug.h
|
||||||
|
@@ -32,7 +32,7 @@
|
||||||
|
|
||||||
|
#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
|
||||||
|
#define libgnac_debug(...) \
|
||||||
|
- libgnac_debug_real (__func__, __FILE__, __LINE__, TRUE, __VA_ARGS__)
|
||||||
|
+ libgnac_debug_real (__func__, __FILE__, __LINE__, __VA_ARGS__)
|
||||||
|
#elif defined(__GNUC__) && __GNUC__ >= 3
|
||||||
|
#define libgnac_debug(...) \
|
||||||
|
libgnac_debug_real (__FUNCTION__, __FILE__, __LINE__, __VA_ARGS__)
|
||||||
|
@@ -42,7 +42,7 @@
|
||||||
|
|
||||||
|
#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
|
||||||
|
#define libgnac_warning(...) \
|
||||||
|
- libgnac_warning_real (__func__, __FILE__, __LINE__, TRUE, __VA_ARGS__)
|
||||||
|
+ libgnac_warning_real (__func__, __FILE__, __LINE__, __VA_ARGS__)
|
||||||
|
#elif defined(__GNUC__) && __GNUC__ >= 3
|
||||||
|
#define libgnac_warning(...) \
|
||||||
|
libgnac_warning_real (__FUNCTION__, __FILE__, __LINE__, __VA_ARGS__)
|
||||||
|
@@ -52,7 +52,7 @@
|
||||||
|
|
||||||
|
#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
|
||||||
|
#define libgnac_critical(...) \
|
||||||
|
- libgnac_critical_real (__func__, __FILE__, __LINE__, TRUE, __VA_ARGS__)
|
||||||
|
+ libgnac_critical_real (__func__, __FILE__, __LINE__, __VA_ARGS__)
|
||||||
|
#elif defined(__GNUC__) && __GNUC__ >= 3
|
||||||
|
#define libgnac_critical(...) \
|
||||||
|
libgnac_critical_real (__FUNCTION__, __FILE__, __LINE__, __VA_ARGS__)
|
20
srcpkgs/gnac/patches/no-gnome-doc-utils.patch
Normal file
20
srcpkgs/gnac/patches/no-gnome-doc-utils.patch
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
--- a/configure.ac
|
||||||
|
+++ b/configure.ac
|
||||||
|
@@ -55,7 +55,7 @@ AM_GLIB_GNU_GETTEXT
|
||||||
|
dnl Check for GSettings macros
|
||||||
|
GLIB_GSETTINGS
|
||||||
|
|
||||||
|
-GNOME_DOC_INIT([0.17.2])
|
||||||
|
+GNOME_DOC_INIT([0.17.2],[:],[:])
|
||||||
|
GNOME_DEBUG_CHECK
|
||||||
|
GNOME_COMPILE_WARNINGS([maximum])
|
||||||
|
GNOME_CXX_WARNINGS([yes])
|
||||||
|
--- a/Makefile.am
|
||||||
|
+++ b/Makefile.am
|
||||||
|
@@ -1,6 +1,5 @@
|
||||||
|
SUBDIRS = \
|
||||||
|
data \
|
||||||
|
- help \
|
||||||
|
libgnac \
|
||||||
|
man \
|
||||||
|
po \
|
7
srcpkgs/gnac/patches/no-po-check.patch
Normal file
7
srcpkgs/gnac/patches/no-po-check.patch
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
--- a/po/POTFILES.skip
|
||||||
|
+++ b/po/POTFILES.skip
|
||||||
|
@@ -1,3 +1,4 @@
|
||||||
|
# List of source files that should NOT be translated.
|
||||||
|
# Please keep this file sorted alphabetically.
|
||||||
|
data/gnac.desktop.in
|
||||||
|
+intl/plural.c
|
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'gnac'
|
# Template file for 'gnac'
|
||||||
pkgname=gnac
|
pkgname=gnac
|
||||||
version=0.2.4.1
|
version=0.2.4.1
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-scrollkeeper --disable-schemas-compile"
|
configure_args="--disable-scrollkeeper --disable-schemas-compile"
|
||||||
hostmakedepends="gnome-common gettext-devel pkg-config intltool libtool
|
hostmakedepends="gnome-common gettext-devel pkg-config intltool libtool
|
||||||
gnome-doc-utils glib-devel gtk+3-devel gst-plugins-base1-devel
|
glib-devel gtk+3-devel gst-plugins-base1-devel
|
||||||
autoconf-archive which"
|
autoconf-archive which"
|
||||||
makedepends="libxml2-devel gtk+3-devel gst-plugins-base1-devel libunique-devel
|
makedepends="libxml2-devel gtk+3-devel gst-plugins-base1-devel libunique-devel
|
||||||
libnotify-devel gst-plugins-good1 gst-plugins-bad1 gst-plugins-ugly1
|
libnotify-devel gst-plugins-good1 gst-plugins-bad1 gst-plugins-ugly1
|
||||||
desktop-file-utils hicolor-icon-theme gnome-doc-utils"
|
desktop-file-utils hicolor-icon-theme"
|
||||||
depends="gst-plugins-good1 gst-plugins-bad1 gst-plugins-ugly1
|
depends="gst-plugins-good1 gst-plugins-bad1 gst-plugins-ugly1
|
||||||
desktop-file-utils hicolor-icon-theme"
|
desktop-file-utils hicolor-icon-theme"
|
||||||
short_desc="Audio conversion program for the Gnome desktop"
|
short_desc="Audio conversion program for the Gnome desktop"
|
||||||
|
|
Loading…
Add table
Reference in a new issue