新版dde-launcher体验[附Arch PKGBUILD]
Tofloor
poster avatar
jswolf
deepin
2018-04-27 01:38
Author
本帖最后由 jswolf 于 2018-5-7 14:48 编辑

注:自行编译dde-launcher有可能造成系统不稳定,甚至崩溃,请体验前自行衡量。因为git tag会改变,第一次同步完后软件版本号会发生变化,无法生成包,需要删除除pkgbuild的文件再同步一次。当然也可以删掉pkgbuild里面的pkgver函数
步骤1:下载编译最新版dtkcore
  1. $ git clone https://cr.deepin.io/dtkcore
  2. $ mkdir build && cd build
  3. $ qmake ..
  4. $ make -j4
  5. $ sudo make install
Copy the Code
步骤2:下载编译最新版dde-launcher
  1. $ git clone https://cr.deepin.io/dde/dde-launcher
  2. $ mkdir build && cd build
  3. $ qmake ..
  4. $ make -j4
  5. $ sudo make install
Copy the Code
Debian系列:
打包dtkcore相关包
  1. $ git clone https://cr.deepin.io/dtkcore
  2. $ dpkg-buildpackage -us -uc -b
Copy the Code
打包dde-launcher相关包
  1. $ git clone https://cr.deepin.io/dde/dde-launcher
  2. $ dpkg-buildpackage -us -uc -b
Copy the Code
Arch系列
下载附件并解压,在PKGBUILD目录下输入代码注:先安装dtkcore,后安装dde-launcher
  1. makepkg -si
Copy the Code

dtkcore.zipdde-launcher.zip








Reply Favorite View the author
All Replies
avatar
jswolf
deepin
2018-04-27 01:44
#1
貌似放错板块了
Reply View the author
avatar
pikachuhy
deepin
2018-04-27 01:49
#2
赞一个,
Reply View the author
avatar
nora
deepin
2018-04-27 01:57
#3
咦~~~~图标
Reply View the author
avatar
xiongce
deepin
2018-04-27 02:29
#4
多图多视频,才吸引人
Reply View the author
avatar
要讲武德
deepin
2018-04-27 05:07
#5
这是最新版桌面? 什么时候推送呀
Reply View the author
avatar
rekols
deepin
2018-04-27 07:28
#6
Reply View the author
Comments
jswolf
2018-04-27 16:24
小王子干啥?
avatar
jswolf
deepin
2018-04-27 16:23
#7
https://bbs.deepin.org/post/155729
多图多视频,才吸引人

放不了啊,被限制附件大小
Reply View the author
avatar
arlly
deepin
2018-04-27 16:30
#8
看起来舒心多了。   
Reply View the author
avatar
WENWEN
deepin
2018-04-27 16:51
#9
rekols 发表于 2018-4-26 23:28

看了cr居然是爆料王的作品啊,咋不造轮子了啊。
Reply View the author
avatar
海天鹰
deepin
2018-04-27 17:59
#10
太危险了,内测快点来!
Reply View the author
Comments
jswolf
2018-04-28 01:50
搞废了自己修嘛,又不是修不好
avatar
ohohohxu
deepin
2018-04-28 05:59
#11
怎么按装不了啊
Reply View the author
avatar
jswolf
deepin
2018-05-07 22:46
#12

因为git tag会改变,每次回自动跟着变版本号,同步第一次后要删掉出pkgbuild的文件再同步一次
Reply View the author