nemiver: replace vte290 with vte3.
This commit also fixes issues with xlint.
This commit is contained in:
parent
8d643c6fdd
commit
2c2b94c7d2
1 changed files with 12 additions and 8 deletions
|
@ -1,22 +1,26 @@
|
||||||
# Template build file for 'nemiver'.
|
# Template file for 'nemiver'
|
||||||
pkgname=nemiver
|
pkgname=nemiver
|
||||||
version=0.9.6
|
version=0.9.6
|
||||||
revision=4
|
revision=5
|
||||||
lib32disabled=yes
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --enable-gsettings=yes
|
configure_args="--disable-static --enable-gsettings=yes
|
||||||
--disable-schemas-install --disable-schemas-compile"
|
--disable-schemas-install --disable-schemas-compile"
|
||||||
depends="gdb gsettings-desktop-schemas"
|
|
||||||
makedepends="boost-devel sqlite-devel libxml2-devel libgtop-devel ghex-devel
|
|
||||||
gtksourceviewmm-devel vte290-devel gsettings-desktop-schemas-devel
|
|
||||||
libgdlmm-devel"
|
|
||||||
hostmakedepends="pkg-config gdb intltool itstool glib-devel"
|
hostmakedepends="pkg-config gdb intltool itstool glib-devel"
|
||||||
|
makedepends="boost-devel sqlite-devel libxml2-devel libgtop-devel ghex-devel
|
||||||
|
gtksourceviewmm-devel vte3-devel gsettings-desktop-schemas-devel
|
||||||
|
libgdlmm-devel"
|
||||||
|
depends="gdb gsettings-desktop-schemas"
|
||||||
short_desc="Graphical front-end for gdb"
|
short_desc="Graphical front-end for gdb"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
|
license="GPL-2.0-only"
|
||||||
homepage="https://wiki.gnome.org/Apps/Nemiver"
|
homepage="https://wiki.gnome.org/Apps/Nemiver"
|
||||||
license="GPL-2"
|
|
||||||
distfiles="https://download.gnome.org/sources/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="https://download.gnome.org/sources/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=85ab8cf6c4f83262f441cb0952a6147d075c3c53d0687389a3555e946b694ef2
|
checksum=85ab8cf6c4f83262f441cb0952a6147d075c3c53d0687389a3555e946b694ef2
|
||||||
|
lib32disabled=yes
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
cp data/nemiver.appdata.xml data/nemiver.appdata.xml.in
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/include
|
rm -rf ${DESTDIR}/usr/include
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue