mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
garcon: update to 4.20.0.
This commit is contained in:
parent
758095f09b
commit
ce1c2c0e00
1 changed files with 11 additions and 10 deletions
|
@ -1,12 +1,11 @@
|
||||||
# Template file for 'garcon'
|
# Template file for 'garcon'
|
||||||
pkgname=garcon
|
pkgname=garcon
|
||||||
version=4.18.2
|
version=4.20.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_helper=gir
|
build_helper=gir
|
||||||
configure_args="--disable-static --with-locales-dir=/usr/share/locale
|
configure_args="--disable-static --enable-introspection"
|
||||||
--enable-introspection=$(vopt_if gir yes no)"
|
hostmakedepends="pkg-config gettext glib-devel"
|
||||||
hostmakedepends="pkg-config intltool gettext-devel glib-devel"
|
|
||||||
makedepends="libglib-devel libxfce4ui-devel libxfce4util-devel gtk+3-devel"
|
makedepends="libglib-devel libxfce4ui-devel libxfce4util-devel gtk+3-devel"
|
||||||
conf_files="/etc/xdg/menus/xfce-applications.menu"
|
conf_files="/etc/xdg/menus/xfce-applications.menu"
|
||||||
short_desc="Glib/GIO freedesktop.org compliant menu implementation"
|
short_desc="Glib/GIO freedesktop.org compliant menu implementation"
|
||||||
|
@ -15,10 +14,14 @@ license="LGPL-2.0-or-later"
|
||||||
homepage="https://xfce.org/"
|
homepage="https://xfce.org/"
|
||||||
changelog="https://gitlab.xfce.org/xfce/garcon/-/raw/master/NEWS"
|
changelog="https://gitlab.xfce.org/xfce/garcon/-/raw/master/NEWS"
|
||||||
distfiles="https://archive.xfce.org/src/xfce/garcon/${version%.*}/${pkgname}-${version}.tar.bz2"
|
distfiles="https://archive.xfce.org/src/xfce/garcon/${version%.*}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=1b8c9292e131968fbfc8987bbc62c5ba47186dd45ef4e47c5d8c5088bb2d434d
|
checksum=7fb8517c12309ca4ddf8b42c34bc0c315e38ea077b5442bfcc4509415feada8f
|
||||||
|
|
||||||
build_options="gir"
|
pre_configure() {
|
||||||
build_options_default="gir"
|
mkdir -p garcon-gtk/.libs
|
||||||
|
ln -s ../../garcon/.libs/libgarcon-1.so.0 garcon-gtk/.libs/
|
||||||
|
LDFLAGS+=" -Wl,--rpath-link=$wrksrc/garcon/.libs"
|
||||||
|
LDFLAGS+=" -Wl,--rpath-link=$wrksrc/garcon-gtk/.libs"
|
||||||
|
}
|
||||||
|
|
||||||
garcon-devel_package() {
|
garcon-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision} libxfce4ui-devel gtk+3-devel"
|
depends="${sourcepkg}>=${version}_${revision} libxfce4ui-devel gtk+3-devel"
|
||||||
|
@ -28,8 +31,6 @@ garcon-devel_package() {
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/share/gtk-doc
|
vmove usr/share/gtk-doc
|
||||||
if [ "$build_option_gir" ]; then
|
vmove usr/share/gir-1.0
|
||||||
vmove usr/share/gir-1.0
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue