wok view xfconf-dev/receipt @ rev 25793

reverted version 4.14.1 to 4.12.0 for xfconf packages
author Hans-G?nter Theisgen
date Wed Oct 23 15:16:12 2024 +0100 (4 weeks ago)
parents 86cc1fef29ef
children
line source
1 # SliTaz package receipt.
3 PACKAGE="xfconf-dev"
4 VERSION="4.12.0"
5 CATEGORY="development"
6 SHORT_DESC="Xfce Configuration Utility - development files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.xfce.org"
11 DEPENDS="dbus-dev dbus-glib-dev glib-dev pkg-config xfconf"
12 WANTED="xfconf"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 get_dev_files
18 }