garcon 0.7.0 -> 4.21.0

This commit is contained in:
Zopolis4
2025-12-13 17:52:01 +11:00
parent 0b8bd2df13
commit b728a073cf
2 changed files with 12 additions and 18 deletions

View File

@@ -1,30 +1,23 @@
require 'package'
require 'buildsystems/meson'
class Garcon < Package
class Garcon < Meson
description 'Glib/GIO freedesktop.org compliant menu implementation'
homepage 'https://xfce.org/'
version '0.7.0'
homepage 'https://docs.xfce.org/xfce/garcon/start'
version '4.21.0'
license 'LGPL-2 and Apache-2.0'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://archive.xfce.org/src/xfce/garcon/0.7/garcon-0.7.0.tar.bz2'
source_sha256 '82c3b61b508011642b09e6fb01b1d3f22c4e4de0fc54a9244327d0ddb66b2423'
source_url 'https://gitlab.xfce.org/xfce/garcon.git'
git_hashtag "garcon-#{version}"
binary_compression 'tar.xz'
binary_sha256({
aarch64: 'b0259935006ca1549ba4bca6349047ccb730a4f6e0ae3bea71bb1ef84a46c032',
armv7l: 'b0259935006ca1549ba4bca6349047ccb730a4f6e0ae3bea71bb1ef84a46c032',
x86_64: '4d4f409b680b69c1f0d45e8d49e99f559c53ce20bc4551e11b05a260933949bf'
aarch64: 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa',
armv7l: 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa',
x86_64: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
})
depends_on 'gtk2'
depends_on 'gtk3'
depends_on 'libxfce4ui'
def self.build
system "./configure #{CREW_CONFIGURE_OPTIONS} --disable-static --enable-gtk2 --enable-libxfce4ui"
system "make -j#{CREW_NPROC}"
end
def self.install
system "make install DESTDIR=#{CREW_DEST_DIR}"
end
meson_options '-Dintrospection=false'
end

View File

@@ -58,6 +58,7 @@ freerdp
freetds
fribidi
gambit
garcon
libxfce4ui
nano
ocaml