mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
parcellite: fix l10n dir
This commit is contained in:
parent
dd38e32f47
commit
e04f92f758
2 changed files with 17 additions and 6 deletions
15
srcpkgs/parcellite/patches/locale.patch
Normal file
15
srcpkgs/parcellite/patches/locale.patch
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
Index: configure
|
||||||
|
===================================================================
|
||||||
|
--- configure.orig
|
||||||
|
+++ configure
|
||||||
|
@@ -4981,8 +4981,8 @@ fi
|
||||||
|
DATADIRNAME=share
|
||||||
|
;;
|
||||||
|
*)
|
||||||
|
- CATOBJEXT=.mo
|
||||||
|
- DATADIRNAME=lib
|
||||||
|
+ CATOBJEXT=.gmo
|
||||||
|
+ DATADIRNAME=share
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
fi
|
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'parcellite'
|
# Template file for 'parcellite'
|
||||||
pkgname=parcellite
|
pkgname=parcellite
|
||||||
version=1.2.1
|
version=1.2.1
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake intltool gettext-devel glib-devel pkg-config"
|
hostmakedepends="intltool glib-devel pkg-config"
|
||||||
makedepends="gtk+-devel"
|
makedepends="gtk+-devel"
|
||||||
depends="desktop-file-utils"
|
depends="desktop-file-utils"
|
||||||
short_desc="GTK+ clipboard manager"
|
short_desc="GTK+ clipboard manager"
|
||||||
|
@ -14,7 +14,3 @@ distfiles="${SOURCEFORGE_SITE}/parcellite/${version}/parcellite-${version}.tar.g
|
||||||
checksum=aba1c7c56c7607e219ce9855723eefa552c5376982891aefbfb5a2d3297ef046
|
checksum=aba1c7c56c7607e219ce9855723eefa552c5376982891aefbfb5a2d3297ef046
|
||||||
|
|
||||||
export LIBS=-lgio-2.0
|
export LIBS=-lgio-2.0
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
autoreconf -fi
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue