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

42 lines
1.7 KiB
Diff
Raw Normal View History

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 15:36:35 +02:00
diff -Nur dde-daemon-3.28.0/Makefile dde-daemon-3.28.0-new/Makefile
--- dde-daemon-3.28.0/Makefile 2019-07-15 17:58:49.000000000 +0800
+++ dde-daemon-3.28.0-new/Makefile 2019-07-18 22:33:27.156770800 +0800
@@ -4,8 +4,8 @@
2019-04-25 03:52:57 +02:00
GOBUILD = go build
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 15:36:35 +02:00
- dde-system-daemon \
2019-04-25 03:52:57 +02: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 15:36:35 +02:00
+# dde-system-daemon \
2019-04-25 03:52:57 +02: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 15:36:35 +02:00
theme-thumb-tool \
@@ -14,7 +14,7 @@
soundeffect \
2019-04-25 03:52:57 +02:00
dde-lockservice \
dde-authority \
- default-terminal \
+# default-terminal \
dde-greeter-setter
LANGUAGES = $(basename $(notdir $(wildcard misc/po/*.po)))
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 15:36:35 +02:00
@@ -29,7 +29,7 @@
2019-04-25 03:52:57 +02:00
fi
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 15:36:35 +02:00
out/bin/%: prepare
2019-04-25 03:52:57 +02:00
- env GOPATH="${CURDIR}/${GOPATH_DIR}:${GOPATH}" ${GOBUILD} -o $@ ${GOPKG_PREFIX}/bin/${@F}
+# env GOPATH="${CURDIR}/${GOPATH_DIR}:${GOPATH}" ${GOBUILD} -o $@ ${GOPKG_PREFIX}/bin/${@F}
out/bin/default-file-manager: bin/default-file-manager/main.c
gcc $^ $(shell pkg-config --cflags --libs gio-unix-2.0) -o $@
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 15:36:35 +02:00
@@ -58,7 +58,7 @@
2019-04-25 03:52:57 +02:00
deepin-policy-ts-convert ts2policy misc/polkit-action/com.deepin.daemon.Grub2.policy.in misc/ts/com.deepin.daemon.Grub2.policy misc/polkit-action/com.deepin.daemon.Grub2.policy
deepin-policy-ts-convert ts2policy misc/polkit-action/com.deepin.daemon.accounts.policy.in misc/ts/com.deepin.daemon.accounts.policy misc/polkit-action/com.deepin.daemon.accounts.policy
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 15:36:35 +02:00
-build: prepare out/bin/default-terminal out/bin/default-file-manager out/bin/desktop-toggle out/pam_deepin_auth.so $(addprefix out/bin/, ${BINARIES}) ts_to_policy
+build: prepare out/bin/default-file-manager out/bin/desktop-toggle out/pam_deepin_auth.so $(addprefix out/bin/, ${BINARIES}) ts_to_policy
2019-04-25 03:52:57 +02:00
test: prepare
env GOPATH="${GOPATH}:${CURDIR}/${GOPATH_DIR}" go test -v ./...