mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
calligra update, kde-plasma-themes additions, networkmanagement update
This commit is contained in:
parent
a0028eed66
commit
f3b7cd8607
@ -1,46 +0,0 @@
|
||||
|
||||
pkgname=akonadi-google-git
|
||||
pkgver=20110628
|
||||
pkgrel=1
|
||||
pkgdesc="Akonadi-google is an implementation of GData API to access GoogleData resources"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://kde.org"
|
||||
license=('GPL')
|
||||
depends=('kdepimlibs' 'kde-workspace' 'qjson' 'libxslt')
|
||||
makedepends=('git' 'cmake' 'automoc4' 'boost')
|
||||
provides=('akonadi-googledata')
|
||||
conflicts=('akonadi-googledata')
|
||||
|
||||
_gitroot="git://anongit.kde.org/akonadi-google"
|
||||
_gitname="akonadi-googledata"
|
||||
|
||||
build() {
|
||||
cd "$srcdir"
|
||||
msg "Connecting to GIT server...."
|
||||
|
||||
if [ -d $_gitname ] ; then
|
||||
cd $_gitname && git pull origin
|
||||
msg "The local files are updated."
|
||||
else
|
||||
git clone $_gitroot $_gitname
|
||||
fi
|
||||
|
||||
msg "GIT checkout done or server timeout"
|
||||
msg "Starting make..."
|
||||
|
||||
rm -rf "$srcdir/build"
|
||||
mkdir "$srcdir/build"
|
||||
cd "$srcdir/build"
|
||||
|
||||
cmake ../${_gitname} \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/build"
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
}
|
||||
|
@ -17,17 +17,17 @@ pkgname=('calligra-filters'
|
||||
'calligra-tools'
|
||||
'calligra-karbon'
|
||||
'calligra-kexi'
|
||||
'calligra-kounavail'
|
||||
#'calligra-kounavail'
|
||||
'calligra-plan'
|
||||
'calligra-stage'
|
||||
'calligra-krita'
|
||||
'calligra-sheets'
|
||||
'calligra-words'
|
||||
'calligra-handbook'
|
||||
'calligra-thesaurus-doc'
|
||||
#'calligra-thesaurus-doc'
|
||||
'calligra-braindump'
|
||||
'calligra-flow')
|
||||
pkgver=2.4.3
|
||||
pkgver=2.5.0
|
||||
pkgrel=1
|
||||
arch=('i686' 'x86_64')
|
||||
url='http://www.calligra-suite.org'
|
||||
@ -38,20 +38,19 @@ makedepends=('kdepimlibs' 'eigen' 'freetds' 'kdegraphics-okular' 'kdeedu-marble'
|
||||
groups=('calligra')
|
||||
source=("http://mirrors.mit.edu/kde/stable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.bz2")
|
||||
screenshot=("http://upload.wikimedia.org/wikipedia/commons/thumb/3/3e/Calligra_Stage_2.4.png/800px-Calligra_Stage_2.4.png")
|
||||
md5sums=('469d639f17e3d6a186baabd899147e39')
|
||||
md5sums=('bea9b5e9d95691caaba385ef5522a60d')
|
||||
|
||||
|
||||
build() {
|
||||
cd "${srcdir}"
|
||||
|
||||
mkdir build
|
||||
#mkdir build
|
||||
cd build
|
||||
cmake ../${pkgbase}-${pkgver} \
|
||||
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
|
||||
-DCMAKE_SKIP_RPATH=ON \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DBUILD_active=OFF \
|
||||
-DBUILD_mobile=OFF \
|
||||
-DBUILD_mysql=OFF \
|
||||
-DKDCRAW_LOCAL_FOUND=/usr/lib/libkdcraw.so
|
||||
make
|
||||
@ -243,7 +242,7 @@ package_calligra-sheets() {
|
||||
package_calligra-words() {
|
||||
pkgdesc="Word Processor"
|
||||
depends=('calligra-libs' 'calligra-templates' 'calligra-plugins' 'calligra-pics'
|
||||
'calligra-kounavail' 'hicolor-icon-theme')
|
||||
'hicolor-icon-theme')
|
||||
optdepends=('calligra-filters: import/export filters')
|
||||
conflicts=('koffice-kword' 'calligra-words-git')
|
||||
replaces=('koffice-kword' 'calligra-words-git')
|
||||
|
@ -1,70 +0,0 @@
|
||||
#
|
||||
# Apps Packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer abveritas@chakra-project.org
|
||||
|
||||
kgbase=digikam
|
||||
pkgname=('digikam' 'kipi-plugins' 'libkvkontakte')
|
||||
pkgver=2.7.0
|
||||
pkgrel=2
|
||||
url="http://digikam.sourceforge.net"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL')
|
||||
screenshot=('http://i.imgur.com/6YnUM.png')
|
||||
makedepends=('kde-runtime' 'kdegraphics-kgamma' 'kdepimlibs' 'lensfun' 'kdeedu-marble' 'liblqr' 'opencv' 'lapack' 'libgpod'
|
||||
'pkgconfig' 'cmake' 'automoc4' 'doxygen' 'docbook-xsl' 'qjson')
|
||||
source=("http://sourceforge.net/projects/digikam/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
|
||||
md5sums=('428e5234fa4daa6f154bf23c63787bdd')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}
|
||||
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake ../${pkgname}-${pkgver} \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_SKIP_RPATH=ON
|
||||
make
|
||||
}
|
||||
|
||||
package_digikam() {
|
||||
pkgdesc="Digital photo management application for kde"
|
||||
depends=('kde-runtime' 'kdegraphics-kgamma' 'kdepimlibs' 'lensfun' 'kdeedu-marble' 'liblqr' 'opencv' 'kipi-plugins' 'lapack' 'libgpod')
|
||||
install=digikam.install
|
||||
replaces=('digikamimageplugins')
|
||||
categories=('graphics')
|
||||
screenshot=('http://farm4.staticflickr.com/3197/2606712653_e9b9dc6ca1_o.png')
|
||||
|
||||
splitdirs="core doc po"
|
||||
for i in ${splitdirs} ; do
|
||||
cd ${srcdir}/build/${i}
|
||||
make DESTDIR="${pkgdir}" install
|
||||
done
|
||||
rm -rf "${pkgdir}/usr/share/icons/oxygen"
|
||||
}
|
||||
|
||||
package_libkvkontakte() {
|
||||
pkgdesc="KDE C++ library for asynchronous interaction with vkontakte.rusocial network"
|
||||
depends=('kdelibs')
|
||||
|
||||
cd "${srcdir}"/build/extra/libkvkontakte
|
||||
make DESTDIR="${pkgdir}" install
|
||||
}
|
||||
|
||||
package_kipi-plugins() {
|
||||
pkgdesc="Kipi plugins and additional libs for digikam and kde apps"
|
||||
depends=('kdegraphics-kgamma' 'kdepimlibs' 'opencv' 'libgpod' 'sane' 'hugin-tools' 'libgphoto2-nolimit' 'libkvkontakte')
|
||||
optdepends=('imagemagick: for picture manipulation'
|
||||
'qca: for shwup webservice support')
|
||||
install=kipi-plugins.install
|
||||
provides=('libkface libkgeomap libmediawiki')
|
||||
replaces=('libkface libkgeomap libmediawiki')
|
||||
conflicts=('libkface libkgeomap libmediawiki')
|
||||
categories=('graphics')
|
||||
|
||||
splitdirs="libkface libkgeomap libmediawiki kipi-plugins"
|
||||
for i in ${splitdirs} ; do
|
||||
cd ${srcdir}/build/extra/${i}
|
||||
make DESTDIR="${pkgdir}" install
|
||||
done
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
post_install() {
|
||||
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install
|
||||
}
|
@ -1,11 +0,0 @@
|
||||
post_install() {
|
||||
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install
|
||||
}
|
@ -8,16 +8,23 @@
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgbase="kde-plasma-themes"
|
||||
pkgname=("kde-plasma-themes-neda"
|
||||
"kde-plasma-themes-ronak")
|
||||
pkgname=(
|
||||
#"kde-plasma-themes-neda"
|
||||
#"kde-plasma-themes-ronak"
|
||||
"kde-plasma-themes-caledonia"
|
||||
"kde-plasma-themes-helium")
|
||||
pkgver=1.0
|
||||
pkgrel=1
|
||||
arch=('any')
|
||||
|
||||
source=('http://chakra-linux.org/sources/neda/Neda-1.8.3.2.tar.gz'
|
||||
'http://chakra-linux.org/sources/ronak/ronak-plasma-1.0.tar.gz')
|
||||
'http://chakra-linux.org/sources/ronak/ronak-plasma-1.0.tar.gz'
|
||||
'http://kde-look.org/CONTENT/content-files/142424-Caledonia.tar.gz'
|
||||
'http://kde-look.org/CONTENT/content-files/125471-Helium%20One.tar.bz')
|
||||
md5sums=('0be3b8f65318e4147cbc1720fb772463'
|
||||
'83537e8480609ea7142f036e7ca37752')
|
||||
'83537e8480609ea7142f036e7ca37752'
|
||||
'e49483c146bc6232cf759ac6666c7f7f'
|
||||
'ffc23aa30c3eec13064ff5044add50c8')
|
||||
|
||||
package_kde-plasma-themes-neda() {
|
||||
pkgver=1.8.3.2
|
||||
@ -48,4 +55,34 @@ license=('GPL')
|
||||
chmod 755 -R $pkgdir/usr/share/apps/desktoptheme
|
||||
# remove nasty files
|
||||
find $pkgdir/ -name ".directory" -type f -exec rm -fr {} +
|
||||
}
|
||||
}
|
||||
|
||||
package_kde-plasma-themes-caledonia() {
|
||||
pkgver=1.0
|
||||
pkgrel=1
|
||||
pkgdesc="Malcer's dark Caledonia Plasma theme"
|
||||
url="http://kde-look.org/content/show.php/Caledonia?content=142424"
|
||||
license=('Creative-Commons-BY-SA-NC')
|
||||
mkdir -p $pkgdir/usr/share/apps/desktoptheme/caledonia
|
||||
cd $startdir/src/Caledonia
|
||||
cp -R * $pkgdir/usr/share/apps/desktoptheme/caledonia
|
||||
# fix file rights
|
||||
chmod 755 -R $pkgdir/usr/share/apps/desktoptheme/caledonia
|
||||
# remove nasty files
|
||||
find $pkgdir/ -name ".directory" -type f -exec rm -fr {} +
|
||||
}
|
||||
|
||||
package_kde-plasma-themes-helium() {
|
||||
pkgver=2.0.2
|
||||
pkgrel=1
|
||||
pkgdesc="Mcder's light theme for plasma desktop"
|
||||
url="http://kde-look.org/content/show.php/Helium?content=125471"
|
||||
license=('Creative-Commons-BY-SA-NC')
|
||||
mkdir -p $pkgdir/usr/share/apps/desktoptheme/helium
|
||||
cd $startdir/src/Helium\ One
|
||||
cp -R * $pkgdir/usr/share/apps/desktoptheme/helium
|
||||
# fix file rights
|
||||
chmod 755 -R $pkgdir/usr/share/apps/desktoptheme/helium
|
||||
# remove nasty files
|
||||
find $pkgdir/ -name ".directory" -type f -exec rm -fr {} +
|
||||
}
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
pkgname=('kdeplasma-applets-networkmanagement')
|
||||
arch=('i686' 'x86_64')
|
||||
pkgver=0.9.0.3
|
||||
pkgver=0.9.0.4
|
||||
pkgrel=1
|
||||
pkgdesc="KDE SC networkmanager plasmoid"
|
||||
url="http://plasma.kde.org"
|
||||
@ -22,7 +22,7 @@ conficts=('networkmanagement' 'networkmanagement-networkmanager-plasmoid' 'netwo
|
||||
provides=("networkmanagement=${pkgver}")
|
||||
install=${pkgname}.install
|
||||
source=("ftp://ftp.kde.org/pub/kde/unstable/networkmanagement/${pkgver}/src/networkmanagement-${pkgver}.tar.bz2")
|
||||
md5sums=('951b2aef094bc7ed403af0136b5e29dd')
|
||||
md5sums=('b2e016a293e412807ec9571617d53b84')
|
||||
|
||||
# create tarball: source PKGBUILD && mksource
|
||||
mksource() {
|
||||
|
@ -7,8 +7,8 @@
|
||||
# package info
|
||||
#
|
||||
pkgname=tribe
|
||||
pkgver=2012.08.04
|
||||
pkgrel=2
|
||||
pkgver=2012.08.05
|
||||
pkgrel=1
|
||||
_codename=Claire
|
||||
pkgdesc="Tribe - Chakra LiveCD Installer"
|
||||
url="http://git.chakra-project.org/chakra/"
|
||||
@ -18,11 +18,11 @@ depends=('kdelibs' 'kdeedu-marble>=4.9.0' 'squashfs-tools' 'tribe-partitionmanag
|
||||
'cinstall>=0.4.6.10' 'rsync' 'mkinitcpio-nfs-utils' 'ntfs-3g')
|
||||
makedepends=('cmake' 'kde-workspace' 'automoc4')
|
||||
options=('!splithdr' '!splitdbg' 'sign')
|
||||
source=("http://chakra-linux.org/sources/tribe/tribe-${pkgver}.tar.xz"
|
||||
source=("tribe.tar.xz"
|
||||
"http://chakra-linux.org/sources/tribe/RELEASE_NOTES_20120702.html"
|
||||
'launch-tribe.sh')
|
||||
|
||||
md5sums=('a1005c25b8766e78e76bacb15786161c'
|
||||
md5sums=('868aaa9803c6d19fa4bb4970ed50038e'
|
||||
'fbf12d9f51eec4676c222ca6c4ba42ce'
|
||||
'e31855da237a2c8029774831b3c04685')
|
||||
|
||||
@ -47,7 +47,7 @@ mksource() {
|
||||
#
|
||||
build()
|
||||
{
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
cd "${srcdir}/${pkgname}"
|
||||
|
||||
# replace rekonq screenshot with konqueror
|
||||
#rm -v ui/images/screenshot04.png
|
||||
@ -58,8 +58,8 @@ build()
|
||||
|
||||
# add pkgver to tribe
|
||||
sed -i -e "s~source build/from git~Build: ${pkgver} ($_codename)~g" config-tribe.h.cmake
|
||||
sed -i -e "s~code-name~$_codename~g" "${srcdir}/${pkgname}-${pkgver}/scripts/postinstall-functions/job-initialize-target"
|
||||
sed -i -e "s~chakra-version~${pkgver}~g" "${srcdir}/${pkgname}-${pkgver}/scripts/postinstall-functions/job-initialize-target"
|
||||
sed -i -e "s~code-name~$_codename~g" "${srcdir}/${pkgname}/scripts/postinstall-functions/job-initialize-target"
|
||||
sed -i -e "s~chakra-version~${pkgver}~g" "${srcdir}/${pkgname}/scripts/postinstall-functions/job-initialize-target"
|
||||
cmake . -DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_SKIP_RPATH=ON \
|
||||
@ -71,7 +71,7 @@ build()
|
||||
|
||||
package()
|
||||
{
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
cd "${srcdir}/${pkgname}"
|
||||
msg "Make successful, installing..."
|
||||
make DESTDIR=$startdir/pkg install
|
||||
install -Dm755 ${srcdir}/launch-tribe.sh \
|
||||
|
Loading…
Reference in New Issue
Block a user