mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
gtkimageview: drop gnome-common dependency
This commit is contained in:
parent
d8c10e35d9
commit
7bec4d3b27
1 changed files with 5 additions and 5 deletions
|
@ -4,8 +4,7 @@ version=1.6.4
|
||||||
revision=3
|
revision=3
|
||||||
_githash=77abd2122c19d2eca21599404a2d3aece35081e2
|
_githash=77abd2122c19d2eca21599404a2d3aece35081e2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_script="./autogen.sh"
|
hostmakedepends="pkg-config gtk-doc libtool glib-devel automake"
|
||||||
hostmakedepends="gnome-common pkg-config gtk-doc libtool glib-devel which"
|
|
||||||
makedepends="gtk+-devel"
|
makedepends="gtk+-devel"
|
||||||
short_desc="Widget that provides a zoomable and panable view of a GdkPixbuf"
|
short_desc="Widget that provides a zoomable and panable view of a GdkPixbuf"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
@ -14,9 +13,10 @@ homepage="https://wiki.gnome.org/Projects/GTK/GtkImageView"
|
||||||
distfiles="https://repo-default.voidlinux.org/distfiles/gtkimageview-${_githash}.tar.gz"
|
distfiles="https://repo-default.voidlinux.org/distfiles/gtkimageview-${_githash}.tar.gz"
|
||||||
checksum=2d61c9957500e515419b2b3b0d9a3d5efb67a6a8384743926121dcd618a9ef35
|
checksum=2d61c9957500e515419b2b3b0d9a3d5efb67a6a8384743926121dcd618a9ef35
|
||||||
|
|
||||||
pre_build() {
|
pre_configure() {
|
||||||
vsed -e '/CFLAGS/s/-Werror //g' -i configure.in
|
vsed -e '/CFLAGS/s/-Werror//g;/DEPRECATED_FLAGS/d;/GNOME_/d;' -i configure.in
|
||||||
vsed '/DEPRECATED_FLAGS/d' -i configure.in
|
autoupdate
|
||||||
|
autoreconf -fi
|
||||||
}
|
}
|
||||||
|
|
||||||
gtkimageview-devel_package() {
|
gtkimageview-devel_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue