From ccc722b7ed330198d82a3cf28ead76d6d107a70a Mon Sep 17 00:00:00 2001 From: davidovski Date: Mon, 6 Jun 2022 21:25:48 +0000 Subject: added java --- repo/glade/duplicate-linguas.patch | 9 --------- repo/glade/glade.xibuild | 32 -------------------------------- repo/glade/meson-0.60.patch | 18 ------------------ 3 files changed, 59 deletions(-) delete mode 100644 repo/glade/duplicate-linguas.patch delete mode 100644 repo/glade/glade.xibuild delete mode 100644 repo/glade/meson-0.60.patch (limited to 'repo/glade') diff --git a/repo/glade/duplicate-linguas.patch b/repo/glade/duplicate-linguas.patch deleted file mode 100644 index 4d2ab18..0000000 --- a/repo/glade/duplicate-linguas.patch +++ /dev/null @@ -1,9 +0,0 @@ ---- a/help/LINGUAS -+++ b/help/LINGUAS -@@ -1,6 +1,5 @@ - # please keep this list sorted alphabetically - # --da - bg - ca - cs diff --git a/repo/glade/glade.xibuild b/repo/glade/glade.xibuild deleted file mode 100644 index f043951..0000000 --- a/repo/glade/glade.xibuild +++ /dev/null @@ -1,32 +0,0 @@ -#!/bin/sh - -NAME="glade" -DESC="User Interface Designer for GTK+ and GNOME" - -MAKEDEPS="gtk3 libxml2 itstool intltool python-gobject gobject-introspection meson python gjs" - -PKG_VER=3.38.2 -SOURCE="https://download.gnome.org/sources/glade/${PKG_VER%.*}/glade-$PKG_VER.tar.xz" - -ADDITIONAL=" -duplicate-linguas.patch -meson-0.60.patch -" - -prepare () { - apply_patches -} - -build() { - meson --prefix=/usr \ - . output - meson compile ${JOBS:+-j ${JOBS}} -C output -} - -package() { - # this one index is missing, so copy it from another language - mkdir output/help/hi/ - cp output/help/en_GB/index.docbook output/help/hi/index.docbook - - DESTDIR="$PKG_DEST" meson install --no-rebuild -C output -} diff --git a/repo/glade/meson-0.60.patch b/repo/glade/meson-0.60.patch deleted file mode 100644 index d470a31..0000000 --- a/repo/glade/meson-0.60.patch +++ /dev/null @@ -1,18 +0,0 @@ ---- a/data/meson.build -+++ b/data/meson.build -@@ -2,7 +2,6 @@ - desktop_conf.set('VERSION', glade_version) - - i18n.merge_file( -- 'desktop', - type: 'desktop', - input: configure_file( - input: 'org.gnome.Glade.desktop.in.in', -@@ -18,7 +17,6 @@ - appdata = glade_name + '.appdata.xml' - - i18n.merge_file( -- 'appdata', - input: 'org.gnome.Glade.appdata.xml.in', - output: '@BASENAME@', - po_dir: po_dir, -- cgit v1.2.1