changed debian/source/format to native

This commit is contained in:
luoyaoming 2024-05-01 09:56:33 +08:00
parent 896c7755d4
commit 65d852d944
5 changed files with 1 additions and 73 deletions

View File

@ -1,24 +0,0 @@
From: Helmut Grohne <helmut@subdivi.de>
Date: Fri, 15 Dec 2017 23:33:05 -0500
Subject: fix pkg-config cross-compilation
Do not force a wrong value of PKG_CONFIG onto PKG_CHECK_MODULES.
It knows how to find the right pkg-config.
Closes: #858092
---
configure.ac | 1 -
1 file changed, 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 8d4d77f..f33b174 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,6 @@ AC_PROG_CPP
AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_MAKE_SET
-AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
GETTEXT_PACKAGE=xdg-user-dirs-gtk
AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [The gettext domain name])

View File

@ -1,22 +0,0 @@
From: Jeremy Bicha <jbicha@debian.org>
Date: Fri, 15 Dec 2017 23:19:49 -0500
Subject: run in all GTK desktops
Or we could show everywhere, if KDE wants it
---
user-dirs-update-gtk.desktop.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/user-dirs-update-gtk.desktop.in b/user-dirs-update-gtk.desktop.in
index 78d5f7c..920add9 100644
--- a/user-dirs-update-gtk.desktop.in
+++ b/user-dirs-update-gtk.desktop.in
@@ -4,7 +4,7 @@ Exec=xdg-user-dirs-gtk-update
_Name=User folders update
_Comment=Update common folders names to match current locale
Terminal=false
-OnlyShowIn=GNOME;LXDE;Unity;
+NotShowIn=KDE;LXQt;
Type=Application
StartupNotify=false
X-KDE-autostart-after=panel

View File

@ -1,3 +0,0 @@
run-in-all-GTK-desktops.patch
set-NoDisplay.patch
fix-pkg-config-cross-compilation.patch

View File

@ -1,23 +0,0 @@
From: Michael Terry <michael.terry@canonical.com>
Date: Fri, 15 Dec 2017 23:21:16 -0500
Subject: set NoDisplay
Clean up Startup Applications dialog by hiding default apps
https://launchpad.net/bugs/803917
---
user-dirs-update-gtk.desktop.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/user-dirs-update-gtk.desktop.in b/user-dirs-update-gtk.desktop.in
index 920add9..b86dce8 100644
--- a/user-dirs-update-gtk.desktop.in
+++ b/user-dirs-update-gtk.desktop.in
@@ -5,6 +5,7 @@ _Name=User folders update
_Comment=Update common folders names to match current locale
Terminal=false
NotShowIn=KDE;LXQt;
+NoDisplay=true
Type=Application
StartupNotify=false
X-KDE-autostart-after=panel

View File

@ -1 +1 @@
3.0 (quilt)
3.0 (native)