diff --git a/avahi/PKGBUILD b/avahi/PKGBUILD index 39cfe58fb..e8403a7d1 100644 --- a/avahi/PKGBUILD +++ b/avahi/PKGBUILD @@ -1,11 +1,8 @@ -# -# Platform Packages for Chakra, part of chakra-project.org -# # maintainer abveritas@chakra-project.org pkgname=avahi pkgver=0.6.31 -pkgrel=5 +pkgrel=6 pkgdesc="A multicast/unicast DNS-SD framework" arch=('x86_64') url="http://www.avahi.org/" diff --git a/avahi/avahi.install b/avahi/avahi.install index c22420506..f2e9c48fd 100644 --- a/avahi/avahi.install +++ b/avahi/avahi.install @@ -6,11 +6,6 @@ post_install() { systemctl enable avahi-daemon.service } -post_upgrade() { - echo "Enabling systemd service" - systemctl enable avahi-daemon.service -} - pre_remove() { echo "Disabling systemd service" systemctl disable avahi-daemon.service diff --git a/cups/PKGBUILD b/cups/PKGBUILD index 7a49c1270..768d54a15 100644 --- a/cups/PKGBUILD +++ b/cups/PKGBUILD @@ -3,7 +3,7 @@ pkgbase="cups" pkgname=('libcups' 'cups') pkgver=1.6.2 -pkgrel=1 +pkgrel=2 arch=('x86_64') license=('GPL') url="http://www.cups.org/" diff --git a/gwenhywfar/PKGBUILD b/gwenhywfar/PKGBUILD index 2d9029342..ea0ee3b0d 100644 --- a/gwenhywfar/PKGBUILD +++ b/gwenhywfar/PKGBUILD @@ -1,11 +1,8 @@ -# -# Chakra Packages for Chakra, part of chakra-project.org -# # maintainer abveritas@chakra-project.org pkgname=gwenhywfar pkgver=4.3.3 -pkgrel=2 +pkgrel=3 pkgdesc="OS abstraction functions for various projects" arch=('x86_64') url="http://www.aquamaniac.de" diff --git a/libimobiledevice/PKGBUILD b/libimobiledevice/PKGBUILD index 60f56e831..02d9c4c3a 100644 --- a/libimobiledevice/PKGBUILD +++ b/libimobiledevice/PKGBUILD @@ -1,10 +1,7 @@ -# -# Platform Packages for Chakra, part of chakra-project.org -# # maintainer abveritas@chakra-project.org pkgname=libimobiledevice -pkgver=1.1.4 +pkgver=1.1.5 pkgrel=1 pkgdesc="Is a software library that talks the protocols to support iPhone and iPod Touch devices on Linux" url="http://libimobiledevice.org/" @@ -13,14 +10,11 @@ license=('GPL2' 'LGPL2.1') depends=('gnutls' 'glib2' 'libplist' 'usbmuxd' 'libgcrypt') makedepends=('swig' 'python2') options=('!libtool') -source=(http://libimobiledevice.org/downloads/${pkgname}-${pkgver}.tar.bz2 - home-segfault.patch) -md5sums=('3f28cbc6a2e30d34685049c0abde5183' - '7d9e56447b3975f945c753374a797dab') +source=("http://libimobiledevice.org/downloads/${pkgname}-${pkgver}.tar.bz2") +md5sums=('d9debdcf71508dee2c85b60b28ccddd4') build() { cd "${srcdir}/${pkgname}-${pkgver}" - patch -p0 < "$srcdir/home-segfault.patch" PYTHON=/usr/bin/python2 ./configure --prefix=/usr make @@ -28,5 +22,6 @@ build() { package() { cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install } diff --git a/libimobiledevice/home-segfault.patch b/libimobiledevice/home-segfault.patch deleted file mode 100644 index c4b34ae3c..000000000 --- a/libimobiledevice/home-segfault.patch +++ /dev/null @@ -1,14 +0,0 @@ -The patch fixes segfault when both $XDG_CONFIG_HOME and $HOME are unset -Signed-off-by: Maxim Mikityanskiy ---- src/userpref.c.orig 2012-06-04 17:04:57.387303630 +0300 -+++ src/userpref.c 2012-06-04 17:06:05.741301627 +0300 -@@ -125,6 +125,9 @@ - const char *cdir = getenv("XDG_CONFIG_HOME"); - if (!cdir) { - cdir = getenv("HOME"); -+ if (!cdir) { -+ cdir="/root"; -+ } - strcpy(__config_dir, cdir); - strcat(__config_dir, DIR_SEP_S); - strcat(__config_dir, ".config"); diff --git a/libimobiledevice/swig-version-check.patch b/libimobiledevice/swig-version-check.patch deleted file mode 100644 index c56b095db..000000000 --- a/libimobiledevice/swig-version-check.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -Nur libimobiledevice-1.0.3.old/configure libimobiledevice-1.0.3/configure ---- libimobiledevice-1.0.3.old/configure 2010-10-04 07:38:37.000000000 -0700 -+++ libimobiledevice-1.0.3/configure 2010-10-08 05:43:05.466686656 -0700 -@@ -3477,9 +3477,7 @@ - if test -z "$available_patch" ; then - available_patch=0 - fi -- if test $available_major -ne $required_major \ -- -o $available_minor -ne $required_minor \ -- -o $available_patch -lt $required_patch ; then -+ if test $available_major -lt $required_major ; then - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: SWIG version >= 1.3.21 is required. You have $swig_version. You should look at http://www.swig.org" >&5 - $as_echo "$as_me: WARNING: SWIG version >= 1.3.21 is required. You have $swig_version. You should look at http://www.swig.org" >&2;} - SWIG=false diff --git a/libmicrohttpd/PKGBUILD b/libmicrohttpd/PKGBUILD index a710afd0f..41bd1f24f 100755 --- a/libmicrohttpd/PKGBUILD +++ b/libmicrohttpd/PKGBUILD @@ -1,26 +1,34 @@ +# maintainer abveritas@chakra-project.org + pkgname=libmicrohttpd -pkgver=0.9.12 +pkgver=0.9.25 pkgrel=1 pkgdesc="a small C library that is supposed to make it easy to run an HTTP server as part of another application." -arch=('i686' 'x86_64') +arch=('x86_64') url="http://www.gnu.org/software/libmicrohttpd/" license=('LGPL') options=(!libtool) depends=('gnutls') install=libmicrohttpd.install -source=(ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz) -md5sums=('35b000cd7d201ace2b071d53a02b2c0d') +source=("ftp://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz") +md5sums=('4f3b8ccd50e7133283f2aec5cc21620f') build() { cd ${pkgname}-${pkgver} - ./configure --prefix=/usr --disable-dependency-tracking --enable-largefile \ - --enable-curl --enable-messages --with-pic + + ./configure --prefix=/usr \ + --disable-dependency-tracking \ + --enable-largefile \ + --enable-curl \ + --enable-messages \ + --with-pic make } package() { cd ${pkgname}-${pkgver} make DESTDIR=${pkgdir} install + install -Dm644 ${srcdir}/${pkgname}-${pkgver}/src/include/platform.h \ ${pkgdir}/usr/include/$pkgname/platform.h install -Dm644 ${srcdir}/${pkgname}-${pkgver}/src/include/plibc/plibc.h \ diff --git a/libmicrohttpd/libmicrohttpd.install b/libmicrohttpd/libmicrohttpd.install index dc0d2b996..7129b1754 100644 --- a/libmicrohttpd/libmicrohttpd.install +++ b/libmicrohttpd/libmicrohttpd.install @@ -1,5 +1,5 @@ infodir=usr/share/info -filelist=(microhttpd.info microhttpd-tutorial.info) +filelist=(libmicrohttpd.info libmicrohttpd-tutorial.info) post_install() { [ -x usr/bin/install-info ] || return 0 diff --git a/libplist/PKGBUILD b/libplist/PKGBUILD index bd9b25173..fddcd16b2 100644 --- a/libplist/PKGBUILD +++ b/libplist/PKGBUILD @@ -1,23 +1,22 @@ -# # Maintainer : Neophytos Kolokotronis # Contributors from Arch: Ionut Biru -# Gabriel Martinez < reitaka at gmail dot com > pkgname=libplist -pkgver=1.8 +pkgver=1.10 pkgrel=1 pkgdesc="A library to handle Apple Property List format whereas it's binary or XML" url="http://libimobiledevice.org/" arch=('x86_64') license=('GPL2' 'LGPL2.1') -depends=('glib2' 'libxml2' 'python2') +depends=('glib2' 'libxml2' 'python2-cython') makedepends=('cmake' 'swig') -source=(http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2) -sha256sums=('a418da3880308199b74766deef2a760a9b169b81a868a6a9032f7614e20500ec') +source=("http://www.libimobiledevice.org/downloads/$pkgname-$pkgver.tar.bz2") +md5sums=('fe642d0c8602d70c408994555c330dd1') build() { mkdir build cd build + cmake ../"${pkgname}-${pkgver}" \ -DPYTHON_EXECUTABLE=/usr/bin/python2 \ -DCMAKE_SKIP_RPATH=ON \ @@ -27,5 +26,6 @@ build() { package() { cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install } diff --git a/libsoup/PKGBUILD b/libsoup/PKGBUILD index 825ec7751..6bb071ee5 100644 --- a/libsoup/PKGBUILD +++ b/libsoup/PKGBUILD @@ -1,11 +1,8 @@ -# -# Chakra Packages for Chakra, part of chakra-project.org -# # maintainer abveritas[at]chakra-project[dot]org> pkgname=libsoup pkgver=2.40.3 -pkgrel=2 +pkgrel=3 pkgdesc="GNOME HTTP Library - base library" arch=('x86_64') license=('LGPL') diff --git a/libvirt/PKGBUILD b/libvirt/PKGBUILD index 6c5b24ad2..bbdaba928 100644 --- a/libvirt/PKGBUILD +++ b/libvirt/PKGBUILD @@ -1,17 +1,14 @@ -# -# Chakra Packages for Chakra, part of chakra-project.org -# # maintainer abveritas@chakra-project.org pkgname=libvirt pkgver=1.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)" arch=('x86_64') url="http://libvirt.org/" license=('LGPL') depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2' - 'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus-core' 'libxau' 'libxdmcp' 'libpcap' + 'avahi' 'yajl' 'libpciaccess' 'systemd' 'dbus-core' 'libxau' 'libxdmcp' 'libpcap' 'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 'gcc-libs' 'iproute2' 'netcf' 'libnl') makedepends=('pkgconfig' 'lvm2' 'linux-api-headers') diff --git a/loudmouth/PKGBUILD b/loudmouth/PKGBUILD index 47ef4ca02..985a7950a 100644 --- a/loudmouth/PKGBUILD +++ b/loudmouth/PKGBUILD @@ -1,12 +1,9 @@ -# -# Platform Packages for Chakra, part of chakra-project.org -# # maintainer abveritas[at]chakra-project[dot]org pkgname=loudmouth pkgver=1.5.0 _pkgver=1.5.0-20121201 -pkgrel=1 +pkgrel=2 pkgdesc="A lightweight Jabber client library written in C/Glib" arch=('x86_64') license=('LGPL') diff --git a/networkmanager/PKGBUILD b/networkmanager/PKGBUILD index f9ac807e5..cef773150 100644 --- a/networkmanager/PKGBUILD +++ b/networkmanager/PKGBUILD @@ -1,12 +1,9 @@ -# -# Chakra Packages for Chakra, part of chakra-project.org -# # maintainer abveritas@chakra-project.org pkgname=networkmanager _pkgname=NetworkManager pkgver=0.9.8.0 -pkgrel=2 +pkgrel=3 pkgdesc="Network Management daemon" arch=('x86_64') license=('GPL') diff --git a/networkmanager/networkmanager.install b/networkmanager/networkmanager.install index 7508907be..42cd43536 100644 --- a/networkmanager/networkmanager.install +++ b/networkmanager/networkmanager.install @@ -11,9 +11,6 @@ ATTENTION: any custom settings to the new config file. MSG true - - echo "Enabling systemd service" - systemctl enable NetworkManager.service } pre_remove() { diff --git a/ntp/PKGBUILD b/ntp/PKGBUILD index 552bddfa9..101a5c13b 100644 --- a/ntp/PKGBUILD +++ b/ntp/PKGBUILD @@ -1,12 +1,9 @@ -# -# Platform Packages for Chakra, part of chakra-project.org -# # maintainer abveritas[at]chakra-project[dot]org> pkgname=ntp pkgver=4.2.6.p5 _realver=4.2.6p5 -pkgrel=3 +pkgrel=4 pkgdesc="NTP (Network Time Protocol) tries to keep servers in sync" arch=('x86_64') license=('custom') diff --git a/ntp/install b/ntp/install index ea5b2d621..7ef40e621 100644 --- a/ntp/install +++ b/ntp/install @@ -14,9 +14,6 @@ post_upgrade() { if [[ $(vercmp $2 4.2.6.p5-5) -le 0 ]]; then chown -R ntp /var/lib/ntp fi - - echo "Enabling systemd service" - systemctl enable ntpd.service } pre_remove() { diff --git a/samba/PKGBUILD b/samba/PKGBUILD index 4b13de0d8..fd6e11d7e 100644 --- a/samba/PKGBUILD +++ b/samba/PKGBUILD @@ -1,12 +1,11 @@ # # Platform Packages for Chakra, part of chakra-project.org -# # maintainer: Manuel Tortosa pkgname=samba -pkgver=3.6.12 +pkgver=3.6.13 #In case version contains a or b -_realver=3.6.12 +_realver=3.6.13 pkgrel=1 arch=('x86_64') url="http://www.samba.org" @@ -33,7 +32,7 @@ source=("http://us1.samba.org/samba/ftp/stable/${pkgname}-${_realver}.tar.gz" 'nmbd.service' 'winbindd.service' 'samba.conf') -md5sums=('430fd21a1acd26964d3ccf366df8709a' +md5sums=('b9fe8413cbb6fa4b970a159968db2fb4' '5697da77590ec092cc8a883bae06093c' 'a4bbfa39fee95bba2e7ad6b535fae7e6' '6db11f3dd2112a4b7a73007b189bef3f' diff --git a/samba/samba.install b/samba/samba.install index d9baeac90..d8c6c49ef 100644 --- a/samba/samba.install +++ b/samba/samba.install @@ -1,7 +1,7 @@ #!/bin/sh post_install() { - systemd-tmpfiles --create /usr/lib/tmpfiles.d/samba.conf + systemd-tmpfiles --create samba.conf } # vim:set ts=2 sw=2 et: