Skip to content

Commit

Permalink
docker 18.06.1
Browse files Browse the repository at this point in the history
gparted 0.32.0
spglib 1.10.4, adjust used sed line
avogadrolibs 1.91.0, don't use new optional depend libmsym, kalzium rebuild for it
  • Loading branch information
demmm committed Aug 22, 2018
1 parent 1acf01e commit b7b79e2
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 17 deletions.
11 changes: 6 additions & 5 deletions avogadrolibs/PKGBUILD
@@ -1,7 +1,7 @@

pkgname=avogadrolibs
pkgver=1.90.0
pkgrel=9
pkgver=1.91.0
pkgrel=1
pkgdesc="Libraries providing 3D rendering, visualization, analysis and data processing useful in computational chemistry and related areas."
arch=('x86_64')
url="http://www.openchemistry.org/projects/avogadro2/"
Expand All @@ -12,12 +12,12 @@ groups=('education')
conflicts=('avogadro')
replaces=('avogadro')
source=("https://github.com/OpenChemistry/avogadrolibs/archive/${pkgver}.tar.gz")
md5sums=('f2b7014f48da5b2a72d49c01dafaf225')
md5sums=('79af9710f4927b8991f9b590bf11fbc1')

prepare() {
cd ${pkgname}-${pkgver}
#patch -p1 -i ${srcdir}/boost.patch
sed -i 's|NAMES spglib|NAMES symspg|' cmake/FindSpglib.cmake
#sed -i 's|NAMES spglib|NAMES symspg|' cmake/FindSpglib.cmake
}

build() {
Expand All @@ -30,6 +30,7 @@ build() {
-DCMAKE_INSTALL_LIBDIR=lib \
-DUSE_BOOST_PYTHON=OFF \
-DUSE_MOLEQUEUE=OFF \
-DUSE_LIBMSYM=OFF \
-DUSE_OPENGL=ON \
-DUSE_QT=ON \
-DUSE_HDF5=ON \
Expand All @@ -44,5 +45,5 @@ package() {
# use system jsoncpp
#rm ${pkgdir}/usr/lib/libjsoncpp.a

install -Dm644 ../${pkgname}-${pkgver}/COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
install -Dm644 ../${pkgname}-${pkgver}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}
8 changes: 4 additions & 4 deletions docker/PKGBUILD
@@ -1,10 +1,10 @@
pkgname=docker
pkgver=18.06.0
_pkgver=18.06.0-ce
pkgver=18.06.1
_pkgver=18.06.1-ce
# add commit associated with the release tag
# build runc & containerd from https://github.com/moby/moby/blob/master/hack/dockerfile/install/containerd.installer &
# https://github.com/moby/moby/blob/master/hack/dockerfile/install/runc.installer & https://github.com/moby/moby/blob/master/hack/dockerfile/install/proxy.installer for docker-proxy
DOCKER_GITCOMMIT=0ffa825
DOCKER_GITCOMMIT=e68fc7a
pkgrel=1
pkgdesc='Pack, ship and run any application as a lightweight container'
arch=('x86_64')
Expand All @@ -17,7 +17,7 @@ install=$pkgname.install
source=("https://github.com/docker/docker-ce/archive/v${_pkgver}.tar.gz"
'docker.sysusers'
"https://github.com/docker/docker/commit/6f89a8ee1ba6b598dc1f76e829d6db6f830cdb8e.patch")
md5sums=('ffe05742cecabed9536ad5ad84e18d38'
md5sums=('00dd2de0d2ab6e743b7b4f8e27e2da86'
'4324edeb9adc210a2c22f44eb4cb8a74'
'c7a8981a18cf7d67276cb0ab058173c0')

Expand Down
4 changes: 2 additions & 2 deletions gparted/PKGBUILD
@@ -1,6 +1,6 @@

pkgname=gparted
pkgver=0.31.0
pkgver=0.32.0
pkgrel=1
pkgdesc="A Partition Magic clone, frontend to GNU Parted."
arch=('x86_64')
Expand All @@ -15,7 +15,7 @@ optdepends=('dosfstools: for FAT16 and FAT32 partitions'
'xfsprogs: for xfs partitions')
source=("https://downloads.sourceforge.net/project/gparted/gparted/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"
'gparted.desktop')
sha1sums=('6a625ca26c1485c34231500851d449c95c87b616'
sha1sums=('c7de639ea840fcf70fcd82b98c2bc9b0dae6c4c8'
'04e05c2c0bc62f31d5781333ba98aaf0d71c0dd8')

build() {
Expand Down
4 changes: 2 additions & 2 deletions kalzium/PKGBUILD
Expand Up @@ -4,9 +4,9 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf

pkgname=kalzium
pkgver=${_kdever}
pkgrel=1
pkgrel=2
pkgdesc="Periodic Table of Elements"
url="http://kde.org/applications/education/kalzium/"
url="https://kde.org/applications/education/kalzium/"
arch=('x86_64')
license=('GPL' 'LGPL' 'FDL')
depends=('avogadrolibs' 'eigen3' 'ocaml' 'openbabel'
Expand Down
8 changes: 4 additions & 4 deletions spglib/PKGBUILD
@@ -1,6 +1,6 @@

pkgname=spglib
pkgver=1.9.9
pkgver=1.10.4
pkgrel=1
pkgdesc="Library for finding and handling crystal symmetries written in C."
arch=("x86_64")
Expand All @@ -9,13 +9,13 @@ license=('custom')
depends=('glibc')
makedepends=('cmake')
source=("https://github.com/atztogo/spglib/archive/v${pkgver}.tar.gz")
md5sums=('6bbf2cb37a2294f26f2324e1142ab7d8')
md5sums=('df49ddccecfe82e50ade640d6547571b')

prepare () {
cd ${pkgname}-${pkgver}

sed -i 's|${PROJECT_SOURCE_DIR}/lib|${pkgdir}/usr/lib|' CMakeLists.txt
sed -i 's|${PROJECT_SOURCE_DIR}/include|${pkgdir}/usr/include/spglib|' CMakeLists.txt
sed -i 's|${CMAKE_INSTALL_PREFIX}/include|${CMAKE_INSTALL_PREFIX}/include/spglib|' CMakeLists.txt
#sed -i 's|${PROJECT_SOURCE_DIR}/include|${pkgdir}/usr/include/spglib|' CMakeLists.txt
}

build() {
Expand Down

0 comments on commit b7b79e2

Please sign in to comment.