added my Recipes
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
Upstream-Status: Backport [https://gitlab.xfce.org/thunar-plugins/thunar-shares-plugin/-/commit/e4bce21a]
|
||||
|
||||
Signed-off-by: Kai Kang <kai.kang@windriver.com>
|
||||
|
||||
From e4bce21a1bd744ccfde84de4669ac30aa1d72135 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Ga=C3=ABl=20Bonithon?= <gael@xfce.org>
|
||||
Date: Fri, 2 Dec 2022 20:18:46 +0100
|
||||
Subject: [PATCH] build: Bump GLib minimum required to 2.26
|
||||
|
||||
This is the minimum required to build since xfce4-dev-tools >= 4.17.1
|
||||
set GLIB_VERSION_MAX_ALLOWED to the GLib version found in
|
||||
configure.ac.in.
|
||||
|
||||
MR: !3
|
||||
---
|
||||
configure.ac | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index a458785..bc6d24c 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -61,7 +61,7 @@ dnl -------------------------------------------------------
|
||||
dnl Packages checks
|
||||
dnl -------------------------------------------------------
|
||||
XDT_CHECK_PACKAGE([GTK], [gtk+-3.0], [3.22.0])
|
||||
-XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.18.0])
|
||||
+XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.26.0])
|
||||
XDT_CHECK_PACKAGE([THUNARX], [thunarx-3], [1.0.1])
|
||||
|
||||
dnl -------------------------------------------------------
|
||||
--
|
||||
2.34.1
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
SUMMARY = "Quickly share a folder using Samba from Thunar"
|
||||
LICENSE = "GPL-2.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
|
||||
inherit thunar-plugin features_check
|
||||
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
REQUIRED_DISTRO_FEATURES = "pam"
|
||||
|
||||
SRC_URI += "file://0001-build-Bump-GLib-minimum-required-to-2.26.patch"
|
||||
SRC_URI[sha256sum] = "dc1d8c7caa727e76d033d4653dc0742613f57a1711d0050900659c90a84452a0"
|
||||
|
||||
RDEPENDS:${PN} += "samba-server"
|
||||
Reference in New Issue
Block a user