mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 18:42:12 +08:00
get rid of that
This commit is contained in:
parent
e3dc2e588b
commit
00bedbe5bd
@ -47,16 +47,14 @@ source=($_mirror/${_origname}-$_kdever.tar.bz2
|
||||
02_kde_applications_menu.patch
|
||||
03_chakra_menu.patch
|
||||
04_add_arch_filetypes_to_kate_syntax_highlighting.patch
|
||||
05_useragent-branding.patch
|
||||
fix-crash-in-plasma.patch)
|
||||
05_useragent-branding.patch)
|
||||
|
||||
md5sums=(`grep ${_origname}-$_kdever.tar.bz2 ../kde-sc.md5 | cut -d" " -f1`
|
||||
'40ba51f0c50ced94dfffe667ec856950' # 01_kdemod_tag.patch
|
||||
'e94450ba5430ea9c1e33bad9ae38ca2d' # 02_kde_applications_menu.patch
|
||||
'53b85403e4dd8f9146933c52ca23243e' # 03_chakra_menu.patch
|
||||
'b125c42a85f1b265b7aa31fb7950b690' # 04_add_arch_filetypes_to_kate_syntax_highlighting.patch
|
||||
'11635b2d2315c7ed6e7746f0d882efcf' # 05_useragent-branding.patch
|
||||
'b21f9b2c0f9af0f658ceaf2f8dcc334d') # fix-crash-in-plasma.patch
|
||||
'11635b2d2315c7ed6e7746f0d882efcf') # 05_useragent-branding.patch
|
||||
|
||||
#
|
||||
# build function
|
||||
@ -74,9 +72,7 @@ build()
|
||||
patch -Np0 -i ${srcdir}/05_useragent-branding.patch || return 1
|
||||
|
||||
# fixes
|
||||
msg "applying fixes ..."
|
||||
# Already fixed upstream
|
||||
patch -Np1 -i ${srcdir}/fix-crash-in-plasma.patch
|
||||
#msg "applying fixes ..."
|
||||
|
||||
cd ..
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user