mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 08:03:51 +02:00
volumeicon: add missing patches
This commit is contained in:
parent
19ae9feafb
commit
721c10c758
2 changed files with 26 additions and 21 deletions
14
srcpkgs/volumeicon/patches/locale.patch
Normal file
14
srcpkgs/volumeicon/patches/locale.patch
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
Index: configure
|
||||||
|
===================================================================
|
||||||
|
--- configure.orig
|
||||||
|
+++ configure
|
||||||
|
@@ -5950,7 +5950,7 @@ fi
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
- CATOBJEXT=.mo
|
||||||
|
- DATADIRNAME=lib
|
||||||
|
+ CATOBJEXT=.gmo
|
||||||
|
+ DATADIRNAME=share
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
fi
|
|
@ -1,22 +1,13 @@
|
||||||
From 78a9c23775ebe12d3f3be93c0798144a6e732d90 Mon Sep 17 00:00:00 2001
|
Index: configure
|
||||||
From: John Lindgren <john.lindgren@aol.com>
|
===================================================================
|
||||||
Date: Wed, 30 Dec 2015 20:50:46 -0500
|
--- configure.orig
|
||||||
Subject: [PATCH] Add missing space in NOTIFY_CFLAGS.
|
+++ configure
|
||||||
|
@@ -6644,7 +6644,7 @@ else
|
||||||
---
|
$as_echo "yes" >&6; }
|
||||||
configure.ac | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
fi
|
||||||
|
-NOTIFY_CFLAGS+="-DCOMPILEWITH_NOTIFY"
|
||||||
diff --git configure.ac configure.ac
|
+NOTIFY_CFLAGS+=" -DCOMPILEWITH_NOTIFY "
|
||||||
index 6ad78d5..c8b72bd 100644
|
|
||||||
--- configure.ac
|
|
||||||
+++ configure.ac
|
|
||||||
@@ -86,7 +86,7 @@ fi
|
|
||||||
if test "x${notify}" = xyes; then
|
|
||||||
# Check for libnotify
|
|
||||||
PKG_CHECK_MODULES([NOTIFY], [libnotify >= 0.5.0])
|
|
||||||
-NOTIFY_CFLAGS+="-DCOMPILEWITH_NOTIFY"
|
|
||||||
+NOTIFY_CFLAGS+=" -DCOMPILEWITH_NOTIFY"
|
|
||||||
AC_SUBST(NOTIFY_CFLAGS)
|
|
||||||
AC_SUBST(NOTIFY_LIBS)
|
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue