bc8be4915f
- Update version to 5.13.97 * Update translations * Add login reminder port * Fix bugs * New feature: global shortcut for search - Drop harden_hwclock_stop.service.patch - Fix build on Leap 15.4+ - Update version to 5.13.78 * new dependence libnss-myhostname * Fix bugs - Update version to 5.13.49 * Add xsettings config * Drop hwclock_stop.service * Fix bugs OBS-URL: https://build.opensuse.org/request/show/949791 OBS-URL: https://build.opensuse.org/package/show/X11:Deepin/deepin-daemon?expand=0&rev=24
42 lines
1.6 KiB
Diff
42 lines
1.6 KiB
Diff
diff -Nur dde-daemon-5.13.49/Makefile dde-daemon-5.13.49-new/Makefile
|
|
--- dde-daemon-5.13.49/Makefile 2021-07-28 13:24:41.000000000 +0800
|
|
+++ dde-daemon-5.13.49-new/Makefile 2021-09-19 21:34:31.739930665 +0800
|
|
@@ -4,8 +4,8 @@
|
|
GOBUILD = go build $(GO_BUILD_FLAGS)
|
|
|
|
BINARIES = \
|
|
- dde-session-daemon \
|
|
- dde-system-daemon \
|
|
+# dde-session-daemon \
|
|
+# dde-system-daemon \
|
|
grub2 \
|
|
search \
|
|
theme-thumb-tool \
|
|
@@ -14,7 +14,7 @@
|
|
soundeffect \
|
|
dde-lockservice \
|
|
dde-authority \
|
|
- default-terminal \
|
|
+# default-terminal \
|
|
dde-greeter-setter
|
|
|
|
LANGUAGES = $(basename $(notdir $(wildcard misc/po/*.po)))
|
|
@@ -29,7 +29,7 @@
|
|
fi
|
|
|
|
out/bin/%: prepare
|
|
- 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 $@
|
|
@@ -57,7 +57,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
|
|
|
|
-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
|
|
|
|
test: prepare
|
|
env GOPATH="${CURDIR}/${GOPATH_DIR}:${GOPATH}" go test -v ./...
|