mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
New release notes
This commit is contained in:
parent
fe9fb68a9b
commit
74247b9827
@ -9,7 +9,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
pkgname="kdelibs"
|
||||
arch=('x86_64')
|
||||
pkgver=${_kdever}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="KDE Core Libraries"
|
||||
url="http://www.kde.org"
|
||||
license=('GPL' 'LGPL' 'FDL')
|
||||
@ -37,12 +37,15 @@ source=($_mirror/${pkgname}-$_kdever.tar.xz
|
||||
01_chakra_tag.patch
|
||||
02_kde_applications_menu.patch
|
||||
03_chakra_menu.patch
|
||||
MergeDir.patch)
|
||||
MergeDir.patch
|
||||
# Upstream patches
|
||||
changeset_r9323adac35d40da69e3cb18504340e984c4afd05.diff)
|
||||
md5sums=(`grep ${pkgname}-$_kdever.tar.xz ../kde-sc.md5 | cut -d" " -f1`
|
||||
'e9ac43de85dc73309ab6c89ebcf5dc50' # 01_chakra_tag.patch
|
||||
'e94450ba5430ea9c1e33bad9ae38ca2d' # 02_kde_applications_menu.patch
|
||||
'53b85403e4dd8f9146933c52ca23243e' # 03_chakra_menu.path
|
||||
'f442698bae9d4ffb26f6df9457d7fc5a') # MergeDir.patch
|
||||
'f442698bae9d4ffb26f6df9457d7fc5a' # MergeDir.patch
|
||||
'1c8c5c3bc5676c7dbee10c2a8fd655fd')
|
||||
|
||||
build() {
|
||||
# main patches
|
||||
@ -54,6 +57,9 @@ build() {
|
||||
# right positioning of applications' entries in kmenu
|
||||
patch -p1 -i ${srcdir}/MergeDir.patch
|
||||
|
||||
# Upstream patches
|
||||
patch -p1 -i ${srcdir}/changeset_r9323adac35d40da69e3cb18504340e984c4afd05.diff
|
||||
|
||||
cd ..
|
||||
rm -rf build
|
||||
mkdir -p build && cd build
|
||||
|
@ -1,9 +1,9 @@
|
||||
# maintainer abveritas@chakra-project.org
|
||||
|
||||
pkgname=tribe
|
||||
pkgver=2013.05.10
|
||||
_rls_notes=20130309
|
||||
pkgrel=1
|
||||
pkgver=2013.05.18
|
||||
_rls_notes=20130518
|
||||
pkgrel=2
|
||||
_codename=Benz
|
||||
branch="benz"
|
||||
pkgdesc="Tribe - Chakra LiveCD Installer"
|
||||
@ -18,8 +18,8 @@ options=('!splithdr' '!splitdbg')
|
||||
source=("${pkgname}-${pkgver}.tar.xz"
|
||||
"http://chakra.sourceforge.net/sources/tribe/RELEASE_NOTES_${_rls_notes}.html"
|
||||
"launch-tribe.sh")
|
||||
md5sums=('b970428a52d6ace4ac02065282930789'
|
||||
'c7cc4b3c2fa85beec02c59db1ab57849'
|
||||
md5sums=('c9c5292610c2e1af35cf5b986a0b9706'
|
||||
'7110f3d10a268201d192af273e460381'
|
||||
'e31855da237a2c8029774831b3c04685')
|
||||
|
||||
groups=('kde-uninstall')
|
||||
|
Loading…
Reference in New Issue
Block a user