added my Recipes
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
From c8be0d5e7d17930d819635df6570fa5331a5dedd Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
|
||||
Date: Mon, 10 Jan 2022 20:18:00 +0100
|
||||
Subject: [PATCH] Harcode shebang to avoid pointing to build system's perl
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Upstream-Status: Pending
|
||||
|
||||
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
|
||||
---
|
||||
src/gdialog.in | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/gdialog.in b/src/gdialog.in
|
||||
index 2fc4633..f891861 100755
|
||||
--- a/src/gdialog.in
|
||||
+++ b/src/gdialog.in
|
||||
@@ -1,4 +1,4 @@
|
||||
-#!@PERL@
|
||||
+#!/usr/bin/env perl
|
||||
|
||||
# gdialog -> zenity conversion wrapper
|
||||
#
|
||||
--
|
||||
2.31.1
|
||||
|
||||
@@ -0,0 +1,28 @@
|
||||
SUMMARY = "Display dialog boxes from the command line and shell scripts"
|
||||
SECTION = "x11/gnome"
|
||||
LICENSE = "LGPL-2.1-or-later"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
GNOMEBASEBUILDCLASS = "meson"
|
||||
|
||||
inherit gnomebase pkgconfig itstool gtk-icon-cache features_check gettext
|
||||
|
||||
DEPENDS = " \
|
||||
desktop-file-utils-native \
|
||||
hicolor-icon-theme \
|
||||
gtk+3 \
|
||||
gtk+3-native \
|
||||
"
|
||||
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
|
||||
SRC_URI[archive.sha256sum] = "c15582301ed90b9d42ce521dbccf99a989f22f12041bdd5279c6636da99ebf65"
|
||||
SRC_URI += "file://0001-Harcode-shebang-to-avoid-pointing-to-build-system-s-.patch"
|
||||
|
||||
PACKAGECONFIG ?= "webkitgtk"
|
||||
PACKAGECONFIG[webkitgtk] = "-Dwebkitgtk=true,-Dwebkitgtk=false,webkitgtk"
|
||||
|
||||
PACKAGES =+ "${PN}-gdialog"
|
||||
FILES:${PN}-gdialog = "${bindir}/gdialog"
|
||||
FILES:${PN}-doc = "${datadir}/man ${datadir}/help"
|
||||
RDEPENDS:${PN}-gdialog += "perl"
|
||||
Reference in New Issue
Block a user