9 Star 6 Fork 10

src-openEuler/startdde

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
startdde.spec 4.00 KB
一键复制 编辑 原始数据 按行查看 历史
Venland 提交于 2023-08-03 11:21 . upgrade to version 5.9.61
%global _missing_build_ids_terminate_build 0
%global debug_package %{nil}
%define specrelease 1
Name: startdde
Version: 5.9.61
Release: %{specrelease}
Summary: Starter of deepin desktop environment
License: GPLv3
URL: https://github.com/linuxdeepin/startdde
Source0: %{name}-%{version}.tar.gz
Source1: vendor.tar.gz
Patch1: 0001-uos-startdde-fix-kvm-gpu-message-pci-error.patch
Patch2: 0002-uos-startdde-rm-redshift.patch
Patch3: 0003-uos-startdde-rm-message-greeter-BadMatch-error.patch
BuildRequires: golang
BuildRequires: jq
BuildRequires: glib2-devel
BuildRequires: pkgconfig(x11)
BuildRequires: libXcursor-devel
BuildRequires: libXfixes-devel
BuildRequires: gtk3-devel
BuildRequires: pulseaudio-libs-devel
BuildRequires: libgnome-keyring-devel
BuildRequires: alsa-lib-devel
BuildRequires: pkgconfig(gudev-1.0)
BuildRequires: dde-api-devel
BuildRequires: libsecret-devel
Provides: x-session-manager
Requires: dde-daemon
Requires: procps
Requires: deepin-desktop-schemas
Requires: dde-kwin
Requires: libXfixes
Requires: libXcursor
Requires: libsecret
Recommends: dde-qt5integration
%description
%{summary}.
%prep
%setup -n %{name}-%{version}
sed -i 's|/usr/lib/deepin-daemon|/usr/libexec/deepin-daemon|g' \
misc/auto_launch/chinese.json misc/auto_launch/default.json
patch main.go < rpm/main.go.patch
%patch1 -p1
%patch2 -p1
%patch3 -p1
tar -xf %{SOURCE1}
%build
%ifarch loongarch64
export GOOS="linux"
export CGO_ENABLE=1
%endif
export GOPATH=%{_datadir}/gocode:%{_builddir}/%{name}-%{version}/vendor:$GOPATH
## Scripts in /etc/X11/Xsession.d are not executed after xorg start
sed -i 's|X11/Xsession.d|X11/xinit/xinitrc.d|g' Makefile
%make_build GO_BUILD_FLAGS='-trimpath -ldflags "-s" -buildmode=pie'
%install
%make_install
%post
xsOptsFile=/etc/X11/Xsession.options
update-alternatives --install /usr/bin/x-session-manager x-session-manager \
/usr/bin/startdde 90 || true
if [ -f $xsOptsFile ];then
sed -i '/^use-ssh-agent/d' $xsOptsFile
if ! grep '^no-use-ssh-agent' $xsOptsFile >/dev/null; then
echo no-use-ssh-agent >> $xsOptsFile
fi
fi
%files
%doc README.md
%license LICENSE
%{_sysconfdir}/X11/xinit/xinitrc.d/00deepin-dde-env
%{_sysconfdir}/X11/xinit/xinitrc.d/01deepin-profile
%{_sysconfdir}/X11/xinit/xinitrc.d/94qt_env
%{_sysconfdir}/profile.d/deepin-xdg-dir.sh
%{_bindir}/%{name}
%{_sbindir}/deepin-fix-xauthority-perm
%{_datadir}/xsessions/deepin.desktop
%{_datadir}/lightdm/lightdm.conf.d/60-deepin.conf
%{_datadir}/%{name}/auto_launch.json
%{_datadir}/%{name}/memchecker.json
%{_datadir}/%{name}/app_startup.conf
%{_datadir}/%{name}/filter.conf
%{_datadir}/glib-2.0/schemas/com.deepin.dde.display.gschema.xml
%{_datadir}/glib-2.0/schemas/com.deepin.dde.startdde.gschema.xml
/usr/lib/deepin-daemon/greeter-display-daemon
%{_datadir}/locale/
%{_datadir}/dsg/configs/org.deepin.startdde/
%changelog
* Thu Aug 03 2023 leeffo <liweiganga@uniontech.com> - 5.9.61-1
- upgrade to version 5.9.61
* Wed Jun 28 2023 liweigang <liweiganga@uniontech.com> - 5.8.11.3-5
- feat: update vendor(update golang.org/x/sys)
* Mon Apr 03 2023 liweiganga <liweiganga@uniontech.com> - 5.8.11.3-4
- feat: fix pie
* Tue Mar 14 2023 liweiganga <liweiganga@uniontech.com> - 5.8.11.3-3
- feat: fix strip
* Wed Dec 21 2022 liweiganga <liweiganga@uniontech.com> - 5.8.11.3-2
- enable debuginfo for fix strip
* Tue Jul 19 2022 konglidong <konglidong@uniontech.com> - 5.8.11.3-1
- update to 5.8.11.3
* Thu Aug 26 2021 zhangkea <zhangkea@uniontech.com> - 5.6.0.25-2
- Update vendor
* Tue Jul 20 2021 weidong <weidong@uniontech.com> - 5.6.0.25-1
- update to 5.6.0.25-1
* Thu Sep 3 2020 weidong <weidong@uniontech.com> - 5.4.0.1-4
- fix source url in spec
* Wed Sep 2 2020 chenbo pan <panchenbo@uniontech.com> - 5.4.0.1-3
- fix requires golang devel
* Tue Aug 18 2020 chenbo pan <panchenbo@uniontech.com> - 5.4.0.1-2
- remove golang devel
* Thu Jul 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 5.4.0.1-1
- Package init
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/startdde.git
git@gitee.com:src-openeuler/startdde.git
src-openeuler
startdde
startdde
master

搜索帮助