mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 23:48:01 -05:00
garcon 0.7.0 -> 4.21.0
This commit is contained in:
@@ -1,30 +1,23 @@
|
|||||||
require 'package'
|
require 'buildsystems/meson'
|
||||||
|
|
||||||
class Garcon < Package
|
class Garcon < Meson
|
||||||
description 'Glib/GIO freedesktop.org compliant menu implementation'
|
description 'Glib/GIO freedesktop.org compliant menu implementation'
|
||||||
homepage 'https://xfce.org/'
|
homepage 'https://docs.xfce.org/xfce/garcon/start'
|
||||||
version '0.7.0'
|
version '4.21.0'
|
||||||
license 'LGPL-2 and Apache-2.0'
|
license 'LGPL-2 and Apache-2.0'
|
||||||
compatibility 'aarch64 armv7l x86_64'
|
compatibility 'aarch64 armv7l x86_64'
|
||||||
source_url 'https://archive.xfce.org/src/xfce/garcon/0.7/garcon-0.7.0.tar.bz2'
|
source_url 'https://gitlab.xfce.org/xfce/garcon.git'
|
||||||
source_sha256 '82c3b61b508011642b09e6fb01b1d3f22c4e4de0fc54a9244327d0ddb66b2423'
|
git_hashtag "garcon-#{version}"
|
||||||
binary_compression 'tar.xz'
|
binary_compression 'tar.xz'
|
||||||
|
|
||||||
binary_sha256({
|
binary_sha256({
|
||||||
aarch64: 'b0259935006ca1549ba4bca6349047ccb730a4f6e0ae3bea71bb1ef84a46c032',
|
aarch64: 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa',
|
||||||
armv7l: 'b0259935006ca1549ba4bca6349047ccb730a4f6e0ae3bea71bb1ef84a46c032',
|
armv7l: 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa',
|
||||||
x86_64: '4d4f409b680b69c1f0d45e8d49e99f559c53ce20bc4551e11b05a260933949bf'
|
x86_64: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
|
||||||
})
|
})
|
||||||
|
|
||||||
depends_on 'gtk2'
|
depends_on 'gtk3'
|
||||||
depends_on 'libxfce4ui'
|
depends_on 'libxfce4ui'
|
||||||
|
|
||||||
def self.build
|
meson_options '-Dintrospection=false'
|
||||||
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
|
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -58,6 +58,7 @@ freerdp
|
|||||||
freetds
|
freetds
|
||||||
fribidi
|
fribidi
|
||||||
gambit
|
gambit
|
||||||
|
garcon
|
||||||
libxfce4ui
|
libxfce4ui
|
||||||
nano
|
nano
|
||||||
ocaml
|
ocaml
|
||||||
|
|||||||
Reference in New Issue
Block a user