Skip to content

Commit

Permalink
cbindgen 0.6.7
Browse files Browse the repository at this point in the history
mpd now uploaded 0.21, some cleanup
poppler 0.71.0, not uploaded, no fix for all package building breakage
sdl2 2.0.9
  • Loading branch information
demmm committed Nov 1, 2018
1 parent 6df8ab4 commit 6804b7b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 21 deletions.
6 changes: 3 additions & 3 deletions cbindgen/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=cbindgen
pkgver=0.6.6
pkgver=0.6.7
pkgrel=1
pkgdesc="Project for generating C bindings from Rust code"
url="https://github.com/eqrion/cbindgen"
arch=('x86_64')
license=('MPL2')
depends=('gcc-libs')
makedepends=('rust')
source=("https://github.com/eqrion/cbindgen/archive/v0.6.6.tar.gz")
md5sums=('59b31c737722e3becbac3c80c02bbeab')
source=("https://github.com/eqrion/cbindgen/archive/v${pkgver}.tar.gz")
md5sums=('7b5e23219e2747b1228bdf430f1d5179')

build() {
cd ${pkgname}-${pkgver}
Expand Down
15 changes: 1 addition & 14 deletions mpd/PKGBUILD
Expand Up @@ -28,24 +28,11 @@ build() {
meson ../${pkgname}-${pkgver} \
--prefix=/usr \
--buildtype=release \
--libexecdir=/usr/lib \
--sysconfdir=/etc \
-Dsystemd_system_unit_dir=/usr/lib/systemd/system \
-Dsystemd_user_unit_dir=/usr/lib/systemd/user \
-Ddocumentation=false
ninja

#./configure --prefix=/usr \
# --sysconfdir=/etc \
# --enable-jack \
# --enable-pulse \
# --enable-libmpdclient \
# --disable-documentation \
# --enable-pipe-output \
# --disable-libwrap \
# --disable-sidplay \
# --enable-zzip \
# --with-systemdsystemunitdir=/usr/lib/systemd/system \
# --with-systemduserunitdir=/usr/lib/systemd/user
}

package() {
Expand Down
4 changes: 2 additions & 2 deletions poppler/PKGBUILD
@@ -1,6 +1,6 @@

pkgname=poppler
pkgver=0.70.1
pkgver=0.71.0
pkgrel=1
arch=('x86_64')
pkgdesc="PDF rendering library based on xpdf 3.0"
Expand All @@ -14,7 +14,7 @@ conflicts=('poppler-glib' 'poppler-qt5' 'poppler-qt')
provides=('poppler-glib' 'poppler-qt5' 'poppler-qt')
replaces=('poppler-glib' 'poppler-qt5' 'poppler-qt')
source=("https://poppler.freedesktop.org/${pkgname}-${pkgver}.tar.xz")
md5sums=('fdb0699e9aa20e81acd1a50701374c8b')
md5sums=('b505011e49e922c83f3ffb57ab40bc28')


build() {
Expand Down
4 changes: 2 additions & 2 deletions sdl2/PKGBUILD
@@ -1,6 +1,6 @@

pkgname=sdl2
pkgver=2.0.8
pkgver=2.0.9
pkgrel=1
pkgdesc="Library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (Version 2)"
arch=('x86_64')
Expand All @@ -10,7 +10,7 @@ depends=('glibc' 'libxcursor' 'libxext' 'libxrender' 'libx11' 'libgl' 'pulseaudi
'alsa-lib' 'mesa')
makedepends=('libxrandr' 'libxinerama' 'libxkbcommon' 'fcitx')
source=("https://www.libsdl.org/release/SDL2-${pkgver}.tar.gz")
md5sums=('3800d705cef742c6a634f202c37f263f')
md5sums=('f2ecfba915c54f7200f504d8b48a5dfe')

prepare() {
mkdir -p build
Expand Down

0 comments on commit 6804b7b

Please sign in to comment.