wok-current annotate gsettings-desktop-schemas/receipt @ rev 25733
Accept licence PyQt-x11-gpl, bump firmware* to 20240610, build imagemagick (merge)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Dec 20 16:13:23 2024 +0000 (3 weeks ago) |
parents | 290e2045aaea |
children |
rev | line source |
---|---|
al@13522 | 1 # SliTaz package receipt. |
al@13522 | 2 |
al@13522 | 3 PACKAGE="gsettings-desktop-schemas" |
Hans-G?nter@24628 | 4 VERSION="41.0" |
al@13522 | 5 CATEGORY="x-window" |
Hans-G?nter@21005 | 6 SHORT_DESC="Collection of GSettings schemas for settings shared by various components of a GNOME Desktop." |
al@13522 | 7 MAINTAINER="al.bobylev@gmail.com" |
pascal@14996 | 8 LICENSE="LGPL2.1" |
Hans-G?nter@21005 | 9 WEB_SITE="https://www.gnome.org/" |
Hans-G?nter@21005 | 10 |
Hans-G?nter@24628 | 11 SUGGESTED="gsettings-desktop-schemas-lang" |
al@13522 | 12 TARBALL="$PACKAGE-$VERSION.tar.xz" |
Hans-G?nter@21005 | 13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" |
al@13522 | 14 |
pascal@14996 | 15 DEPENDS="" |
Hans-G?nter@22884 | 16 BUILD_DEPENDS="glib-dev gobject-introspection-dev libgio-dev meson ninja" |
pascal@14996 | 17 |
shann@25728 | 18 HOST_ARCH="i486 x86_64" |
shann@25728 | 19 |
pascal@24111 | 20 current_version() |
pascal@24111 | 21 { |
pascal@24111 | 22 wget -O - $(dirname $WGET_URL) 2>/dev/null | \ |
pascal@24111 | 23 sed "/$PACKAGE-[0-9]/!d;/tar/!d;s|.*$PACKAGE-\\(.*\\).tar.*\".*|\\1|" | sort -Vr | sed q |
pascal@24111 | 24 } |
pascal@24111 | 25 |
al@13522 | 26 # Rules to configure and make the package. |
al@13522 | 27 compile_rules() |
al@13522 | 28 { |
Hans-G?nter@24628 | 29 meson _build \ |
Hans-G?nter@24628 | 30 --prefix=/usr && |
Hans-G?nter@24628 | 31 ninja -C _build && |
Hans-G?nter@24628 | 32 ninja -C _build install |
al@13522 | 33 } |
al@13522 | 34 |
al@13522 | 35 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@13522 | 36 genpkg_rules() |
al@13522 | 37 { |
Hans-G?nter@22883 | 38 cp -a $install/usr $fs |
Hans-G?nter@24628 | 39 # moved to package gsettings-desktop-schemas-lang |
Hans-G?nter@24628 | 40 rm -r $fs/usr/share/locale |
al@13522 | 41 } |