deepin-daemon/disable-gobuild-in-makefile.patch

42 lines
1.7 KiB
Diff
Raw Normal View History

diff -Nur dde-daemon-5.14.18/Makefile dde-daemon-5.14.18-new/Makefile
--- dde-daemon-5.14.18/Makefile 2022-03-03 17:27:19.000000000 +0800
+++ dde-daemon-5.14.18-new/Makefile 2022-04-03 21:42:19.575417035 +0800
@@ -6,8 +6,8 @@
export GOPATH=$(shell go env GOPATH)
2019-04-25 01:52:57 +00:00
BINARIES = \
- dde-session-daemon \
Accepting request 717204 from X11:Deepin:Factory - Update version to 3.28.0 * Update translations * change(api): lid-closed-sleep distinguish whether to use battery require new deepin-desktop-schemas * fix(network): notify when password wrong * feat(bluetooth): add discoverable in config to control adpater discoverable property * fix: pam config deepin-auth-keyboard * feat(bluetooth): try connect paired devices after startup/poweron/wakeup - Update version to 3.27.2.6 * fix: pam config deepin-auth-keyboard * feat(bluetooth): try connect paired devices after startup/poweron/wakeup * fix(lockservice): user with a blank password authentication failure * fix(grub2): Theme.GetBackground return invalid file * fix(grub2): do not adjust theme when enable theme * fix(dock): menu item 'All windows' is not displayed * change(api): accounts User add PasswordStatus property * fix(dsync): Config.Destory method panic * chore: do not save QT_SCALE_FACTOR to ~/.dde_env * feat(keybinding): add reset for kwin shortcuts * fix(power): dde-session-daemon exit with error if failed to register * fix(keybinding): switch WM shortcut is easy to be triggered twice - Update version to 3.27.2 * feat(dock): window identify for deepin archon apps * chore: change polkit subject kind to system bus name * chore(appearance): do not set window theme during init * fix(appearance): do not change background after login OBS-URL: https://build.opensuse.org/request/show/717204 OBS-URL: https://build.opensuse.org/package/show/X11:Deepin/deepin-daemon?expand=0&rev=6
2019-07-20 13:36:35 +00:00
- dde-system-daemon \
2019-04-25 01:52:57 +00:00
+# dde-session-daemon \
Accepting request 717204 from X11:Deepin:Factory - Update version to 3.28.0 * Update translations * change(api): lid-closed-sleep distinguish whether to use battery require new deepin-desktop-schemas * fix(network): notify when password wrong * feat(bluetooth): add discoverable in config to control adpater discoverable property * fix: pam config deepin-auth-keyboard * feat(bluetooth): try connect paired devices after startup/poweron/wakeup - Update version to 3.27.2.6 * fix: pam config deepin-auth-keyboard * feat(bluetooth): try connect paired devices after startup/poweron/wakeup * fix(lockservice): user with a blank password authentication failure * fix(grub2): Theme.GetBackground return invalid file * fix(grub2): do not adjust theme when enable theme * fix(dock): menu item 'All windows' is not displayed * change(api): accounts User add PasswordStatus property * fix(dsync): Config.Destory method panic * chore: do not save QT_SCALE_FACTOR to ~/.dde_env * feat(keybinding): add reset for kwin shortcuts * fix(power): dde-session-daemon exit with error if failed to register * fix(keybinding): switch WM shortcut is easy to be triggered twice - Update version to 3.27.2 * feat(dock): window identify for deepin archon apps * chore: change polkit subject kind to system bus name * chore(appearance): do not set window theme during init * fix(appearance): do not change background after login OBS-URL: https://build.opensuse.org/request/show/717204 OBS-URL: https://build.opensuse.org/package/show/X11:Deepin/deepin-daemon?expand=0&rev=6
2019-07-20 13:36:35 +00:00
+# dde-system-daemon \
2019-04-25 01:52:57 +00:00
grub2 \
search \
Accepting request 717204 from X11:Deepin:Factory - Update version to 3.28.0 * Update translations * change(api): lid-closed-sleep distinguish whether to use battery require new deepin-desktop-schemas * fix(network): notify when password wrong * feat(bluetooth): add discoverable in config to control adpater discoverable property * fix: pam config deepin-auth-keyboard * feat(bluetooth): try connect paired devices after startup/poweron/wakeup - Update version to 3.27.2.6 * fix: pam config deepin-auth-keyboard * feat(bluetooth): try connect paired devices after startup/poweron/wakeup * fix(lockservice): user with a blank password authentication failure * fix(grub2): Theme.GetBackground return invalid file * fix(grub2): do not adjust theme when enable theme * fix(dock): menu item 'All windows' is not displayed * change(api): accounts User add PasswordStatus property * fix(dsync): Config.Destory method panic * chore: do not save QT_SCALE_FACTOR to ~/.dde_env * feat(keybinding): add reset for kwin shortcuts * fix(power): dde-session-daemon exit with error if failed to register * fix(keybinding): switch WM shortcut is easy to be triggered twice - Update version to 3.27.2 * feat(dock): window identify for deepin archon apps * chore: change polkit subject kind to system bus name * chore(appearance): do not set window theme during init * fix(appearance): do not change background after login OBS-URL: https://build.opensuse.org/request/show/717204 OBS-URL: https://build.opensuse.org/package/show/X11:Deepin/deepin-daemon?expand=0&rev=6
2019-07-20 13:36:35 +00:00
theme-thumb-tool \
@@ -16,7 +16,7 @@
Accepting request 717204 from X11:Deepin:Factory - Update version to 3.28.0 * Update translations * change(api): lid-closed-sleep distinguish whether to use battery require new deepin-desktop-schemas * fix(network): notify when password wrong * feat(bluetooth): add discoverable in config to control adpater discoverable property * fix: pam config deepin-auth-keyboard * feat(bluetooth): try connect paired devices after startup/poweron/wakeup - Update version to 3.27.2.6 * fix: pam config deepin-auth-keyboard * feat(bluetooth): try connect paired devices after startup/poweron/wakeup * fix(lockservice): user with a blank password authentication failure * fix(grub2): Theme.GetBackground return invalid file * fix(grub2): do not adjust theme when enable theme * fix(dock): menu item 'All windows' is not displayed * change(api): accounts User add PasswordStatus property * fix(dsync): Config.Destory method panic * chore: do not save QT_SCALE_FACTOR to ~/.dde_env * feat(keybinding): add reset for kwin shortcuts * fix(power): dde-session-daemon exit with error if failed to register * fix(keybinding): switch WM shortcut is easy to be triggered twice - Update version to 3.27.2 * feat(dock): window identify for deepin archon apps * chore: change polkit subject kind to system bus name * chore(appearance): do not set window theme during init * fix(appearance): do not change background after login OBS-URL: https://build.opensuse.org/request/show/717204 OBS-URL: https://build.opensuse.org/package/show/X11:Deepin/deepin-daemon?expand=0&rev=6
2019-07-20 13:36:35 +00:00
soundeffect \
2019-04-25 01:52:57 +00:00
dde-lockservice \
dde-authority \
- default-terminal \
+# default-terminal \
dde-greeter-setter
LANGUAGES = $(basename $(notdir $(wildcard misc/po/*.po)))
@@ -31,7 +31,7 @@
@ln -snf ../../../.. ${GOPATH_DIR}/src/${GOPKG_PREFIX};
2019-04-25 01:52:57 +00:00
Accepting request 717204 from X11:Deepin:Factory - Update version to 3.28.0 * Update translations * change(api): lid-closed-sleep distinguish whether to use battery require new deepin-desktop-schemas * fix(network): notify when password wrong * feat(bluetooth): add discoverable in config to control adpater discoverable property * fix: pam config deepin-auth-keyboard * feat(bluetooth): try connect paired devices after startup/poweron/wakeup - Update version to 3.27.2.6 * fix: pam config deepin-auth-keyboard * feat(bluetooth): try connect paired devices after startup/poweron/wakeup * fix(lockservice): user with a blank password authentication failure * fix(grub2): Theme.GetBackground return invalid file * fix(grub2): do not adjust theme when enable theme * fix(dock): menu item 'All windows' is not displayed * change(api): accounts User add PasswordStatus property * fix(dsync): Config.Destory method panic * chore: do not save QT_SCALE_FACTOR to ~/.dde_env * feat(keybinding): add reset for kwin shortcuts * fix(power): dde-session-daemon exit with error if failed to register * fix(keybinding): switch WM shortcut is easy to be triggered twice - Update version to 3.27.2 * feat(dock): window identify for deepin archon apps * chore: change polkit subject kind to system bus name * chore(appearance): do not set window theme during init * fix(appearance): do not change background after login OBS-URL: https://build.opensuse.org/request/show/717204 OBS-URL: https://build.opensuse.org/package/show/X11:Deepin/deepin-daemon?expand=0&rev=6
2019-07-20 13:36:35 +00:00
out/bin/%: prepare
- env GOPATH="${CURDIR}/${GOPATH_DIR}:${GOPATH}" ${GOBUILD} -o $@ ${GOBUILD_OPTIONS} ${GOPKG_PREFIX}/bin/${@F}
+# env GOPATH="${CURDIR}/${GOPATH_DIR}:${GOPATH}" ${GOBUILD} -o $@ ${GOBUILD_OPTIONS} ${GOPKG_PREFIX}/bin/${@F}
2019-04-25 01:52:57 +00:00
out/bin/default-file-manager: bin/default-file-manager/main.c
gcc $^ $(shell pkg-config --cflags --libs gio-unix-2.0) $(CFLAGS) -o $@
@@ -59,7 +59,7 @@
deepin-policy-ts-convert ts2policy misc/polkit-action/com.deepin.daemon.$$i.policy.in misc/ts/com.deepin.daemon.$$i.policy misc/polkit-action/com.deepin.daemon.$$i.policy; \
done
2019-04-25 01:52:57 +00:00
-build: prepare out/bin/default-terminal out/bin/default-file-manager out/bin/desktop-toggle $(addprefix out/bin/, ${BINARIES}) ts_to_policy icons translate
+build: prepare out/bin/default-file-manager out/bin/desktop-toggle $(addprefix out/bin/, ${BINARIES}) ts_to_policy icons translate
2019-04-25 01:52:57 +00:00
test: prepare
env GOPATH="${CURDIR}/${GOPATH_DIR}:${GOPATH}" go test -v ./...