Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
libreoffice/i18n 5.4.1.2
godot 2.1.4, not compatible with gcc > 5, use clang build
ktorrent 5.1.0, stable
libktorrent 2.1, stable
latte-dock 0.7.1
libkvkontakte 5.0.0, first stable kf5 tar, contains .mo conflicts with kipi
not uploaded, wait for digi 5.7
  • Loading branch information
demmm committed Aug 31, 2017
1 parent b3ecb0c commit 4bf32ef
Show file tree
Hide file tree
Showing 12 changed files with 194 additions and 199 deletions.
17 changes: 9 additions & 8 deletions godot/PKGBUILD
@@ -1,39 +1,40 @@

pkgname=godot
pkgver=2.1.3
_pkgver=2.1.3-stable
pkgver=2.1.4
_pkgver=2.1.4-stable
pkgrel=1
pkgdesc="Full featured, open source, MIT licensed, game engine."
arch=('x86_64')
url="http://www.godotengine.org"
license=('MIT')
depends=('alsa-lib' 'glu' 'libx11' 'libxcursor' 'libxinerama' 'libxrandr' 'freetype2'
'mesa' 'libwebp' 'pulseaudio' 'openssl')
makedepends=('scons')
makedepends=('scons' 'clang')
source=("https://github.com/okamstudio/godot/archive/${_pkgver}.tar.gz"
'godot.desktop'
'icon.png'
"https://github.com/Faless/godot/commit/43bc27e2755f34017148097773da8a6988718aaf.diff")
md5sums=('aa002bc480f461e25b740aae63e6069a'
md5sums=('c80811bb40c564f12e2751299901b246'
'dca7c5c5682bdc8cc83386034e0d7d07'
'f756e85756a9cbc06a328414abf74585'
'391f45e5dbbccd4258565a82b4aa4ed6')
'f9afc9ee508abc7372c4016a3a966819')

build() {
cd ${pkgname}-${_pkgver}
# https://github.com/godotengine/godot/issues/7676
#patch -p1 -i ${srcdir}/43bc27e2755f34017148097773da8a6988718aaf.diff

scons platform=x11
scons platform=x11 \
use_llvm=yes
}

package() {
cd ${pkgname}-${_pkgver}

install -Dm755 bin/godot.x11.tools.64 ${pkgdir}/usr/bin/godot
install -Dm755 bin/godot.x11.tools.64.llvm ${pkgdir}/usr/bin/godot

install -Dm644 ../godot.desktop ${pkgdir}/usr/share/applications/godot.desktop
install -Dm644 ../icon.png ${pkgdir}/usr/share/pixmaps/godot.png
install -Dm644 LICENSE.md ${pkgdir}/usr/share/licenses/godot/LICENSE.md
install -Dm644 LICENSE.txt ${pkgdir}/usr/share/licenses/godot/LICENSE.txt
}

4 changes: 2 additions & 2 deletions jsoncpp/PKGBUILD
@@ -1,6 +1,6 @@

pkgname=jsoncpp
pkgver=1.8.2
pkgver=1.8.3
pkgrel=1
pkgdesc="A JSON C++ library"
url='https://github.com/open-source-parsers/jsoncpp'
Expand All @@ -9,7 +9,7 @@ arch=('x86_64')
depends=('gcc-libs' 'python2')
makedepends=('cmake')
source=("https://github.com/open-source-parsers/jsoncpp/archive/${pkgver}.tar.gz")
md5sums=('e46cca98bf91d793c32c8bd14de54e54')
md5sums=('6bfa33e696167396b4f83601bf675e08')

build() {
mkdir -p build
Expand Down
2 changes: 1 addition & 1 deletion kf5.md5
Expand Up @@ -84,7 +84,7 @@ a6909831701eb6b00923cacf572aafb1 breeze-gtk-5.10.5.tar.gz
dd84389826619da898b0ad0bb86409b5 kdecoration-5.10.5.tar.gz
b581f5dbf4545de2e43713551fdbf926 kdeplasma-addons-5.10.5.tar.gz
e9e15b4d46ed77af6359dd72968381f6 kgamma5-5.10.5.tar.gz
91b1114f154838c50d4b6e8088642cf4 kscreenlocker-5.10.5.tar.gz
6073bb8ca0b3b5239ae24df0653a253f kscreenlocker-5.10.5.1.tar.gz
fb2c9f56bdb988e86803534cfa10454d ksshaskpass-5.10.5.tar.gz
1d04af12fcc6bffdb3ae91fe1df5dd2c kwayland-integration-5.10.5.tar.gz
6d799f7c3283c82ec62a65fa0cb5a6f5 kwin-5.10.5.tar.gz
Expand Down
10 changes: 4 additions & 6 deletions ktorrent/PKGBUILD
@@ -1,9 +1,8 @@

pkgname=ktorrent
pkgver=5.0.90
_commit=3b34d81aeb16d7d3c74b93250655eef119c569f0
pkgver=5.1.0
pkgrel=1
ktorver=5.0.90
ktorver=5.1
pkgdesc="A BitTorrent program for KDE"
arch=('x86_64')
url="http://ktorrent.pwsp.net/"
Expand All @@ -16,9 +15,8 @@ makedepends=('extra-cmake-modules' 'boost' 'kdoctools')
install=ktorrent.install
groups=('network')
options=('libtool')
source=("http://download.kde.org/unstable/ktorrent/${ktorver}/${pkgname}-${pkgver}.tar.xz")
#source=("https://github.com/KDE/ktorrent/archive/${_commit}.zip")
sha256sums=('96ced016aaab844f8bb9a342b96140c459f9f3a2a1badc782a93ca2f63d4fb5b')
source=("https://download.kde.org/stable/ktorrent/${ktorver}/${pkgname}-${pkgver}.tar.xz")
sha256sums=('3c57882f78006dcec3c5fb243479e995cc541e51e6acded5bf98a09900c486a3')

prepare() {
cd ${pkgname}-${pkgver}
Expand Down
4 changes: 2 additions & 2 deletions latte-dock/PKGBUILD
@@ -1,7 +1,7 @@

pkgname=latte-dock
_pkgname=Latte-Dock
pkgver=0.7.0
pkgver=0.7.1
pkgrel=1
pkgdesc="Dock based on plasma frameworks that provides an elegant and intuitive experience for your tasks and plasmoids"
arch=('x86_64')
Expand All @@ -15,7 +15,7 @@ groups=('kdeplasma-addons')
conflicts=('now-dock' 'nowdock-panel')
replaces=('now-dock' 'nowdock-panel')
source=("https://github.com/psifidotos/Latte-Dock/archive/v${pkgver}.tar.gz")
md5sums=('9d994d95258600d9f6b7d1c7a0d3f95d')
md5sums=('a691573080b0dde394b9f63b1b267a30')

build() {
cd ${_pkgname}-${pkgver}
Expand Down
10 changes: 4 additions & 6 deletions libktorrent/PKGBUILD
@@ -1,19 +1,17 @@

pkgname=libktorrent
pkgver=2.0.90
_commit=ef1ebe319f24edbfa09d16167a21f8baa96c50bd
pkgver=2.1
pkgrel=1
ktorver=5.0.90
ktorver=5.1
pkgdesc="A BitTorrent program for KDE"
arch=('x86_64')
url="http://ktorrent.pwsp.net/"
license=('GPL2')
depends=('karchive' 'kcrash' 'ki18n' 'kio' 'solid' 'qca-qt5')
makedepends=('extra-cmake-modules' 'boost' 'doxygen' 'kdoctools')
options=('libtool')
source=("https://download.kde.org/unstable/ktorrent/${ktorver}/${pkgname}-${pkgver}.tar.xz")
#source=("https://github.com/KDE/libktorrent/archive/${_commit}.zip")
sha256sums=('fd2177868fa9544ed445ffc2627d6e990e4068053384cd5b4e8677ab6c01c7c5')
source=("https://download.kde.org/stable/ktorrent/${ktorver}/${pkgname}-${pkgver}.tar.xz")
sha256sums=('3eefdcceec73410c558e82d7be22eb2ed18679e9ab64f34cc100b54e186fe26f')

build() {
mkdir -p build
Expand Down
14 changes: 6 additions & 8 deletions libkvkontakte/PKGBUILD
Expand Up @@ -4,30 +4,28 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf

pkgname=libkvkontakte
#pkgver=${_kdever}
pkgver=4.70.0
pkgrel=6
_commit=b5d347c14824445770003759b58b335682f2ecaa
pkgver=5.0.0
pkgrel=1
pkgdesc="KDE C++ library for asynchronous interaction with vkontakte.ru social network via its open API."
arch=('x86_64')
url='https://github.com/KDE/libkvkontakte'
license=('GPL' 'LGPL' 'FDL')
depends=('kio' 'ki18n' 'kdewebkit' 'kcoreaddons' 'kwidgetsaddons')
makedepends=('pkg-config' 'extra-cmake-modules' 'kdoctools')
groups=('kdegraphics')
#source=("http://download.kde.org/stable/libkvkontakte/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
source=("https://github.com/KDE/libkvkontakte/archive/${_commit}.zip")
md5sums=('c481949c9d4457bf62799a44426bf239')
source=("http://download.kde.org/stable/libkvkontakte/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
md5sums=('38754b63297f0248f572412dc54edb87')

#prepare() {
#cd ${pkgname}-${_commit}
#cd ${pkgname}-${pkgver}
#sed -i -e 's|KF5::KDELibs4Support|KF5::KDELibs4Support KF5::KHtml|' ${srcdir}/${pkgname}/src/CMakeLists.txt
#}

build() {
mkdir -p build
cd build

cmake ../${pkgname}-${_commit} \
cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DKDE_INSTALL_LIBDIR=lib \
Expand Down
8 changes: 4 additions & 4 deletions libreoffice-i18n/PKGBUILD
Expand Up @@ -109,7 +109,7 @@ pkgname=('libreoffice-af'
'libreoffice-zh-CN'
'libreoffice-zh-TW'
'libreoffice-zu')
pkgver=5.4.0
pkgver=5.4.1
pkgrel=1
pkgdesc="LibreOffice language/localisation files"
arch=('x86_64')
Expand All @@ -120,11 +120,11 @@ makedepends=('rpmextract')
#_url="http://ftp.acc.umu.se/mirror/documentfoundation.org/libreoffice/stable/"
_url="http://dev-builds.libreoffice.org/pre-releases"
#_url="https://download.documentfoundation.org/libreoffice/testing"
_oover="5.4.0.3"
_oodlver="5.4.0"
_oover="5.4.1.2"
_oodlver="5.4.1"
_oomainver="5.4"
_helpver=${_oodlver}
_dirver="5.4.0.3"
_dirver="5.4.1.2"

source=( ##${_url}/rpm/x86/LibreOffice_${_oover}_Linux_x86_rpm_{langpack,helppack}_af.tar.gz
${_url}/rpm/x86/LibreOffice_${_oover}_Linux_x86_rpm_langpack_af.tar.gz
Expand Down

0 comments on commit 4bf32ef

Please sign in to comment.