From 2e85ee969c4be5762301fc1447315f132aca1fc8 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 11 Jul 2013 01:38:47 -0700 Subject: Thu Jul 11 01:37:50 PDT 2013 --- core/glib2/PKGBUILD | 11 ++++++++--- core/libnl/PKGBUILD | 6 +++--- 2 files changed, 11 insertions(+), 6 deletions(-) (limited to 'core') diff --git a/core/glib2/PKGBUILD b/core/glib2/PKGBUILD index d9d0394c1..5f446a07a 100644 --- a/core/glib2/PKGBUILD +++ b/core/glib2/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 188618 2013-06-17 01:21:11Z heftig $ +# $Id: PKGBUILD 189879 2013-07-10 14:29:53Z jgc $ # Maintainer: Jan de Groot pkgbase=glib2 @@ -14,10 +14,15 @@ source=(http://ftp.gnome.org/pub/GNOME/sources/glib/${pkgver%.*}/glib-$pkgver.ta sha256sums=('5ec433bf6ce02e4c436619c3d0b9cecdd1898469398a636bad27c1f5804c761e' '049240975cd2f1c88fbe7deb28af14d4ec7d2640495f7ca8980d873bb710cc97') -build() { +prepare() { cd glib-$pkgver - patch -Rp1 -i ../revert-warn-glib-compile-schemas.patch + + touch -r NEWS gtk-doc.make +} + +build() { + cd glib-$pkgver PYTHON=/usr/bin/python2 ./configure --prefix=/usr --libdir=/usr/lib \ --sysconfdir=/etc \ --with-pcre=system \ diff --git a/core/libnl/PKGBUILD b/core/libnl/PKGBUILD index 04d45c346..d37b0a4e4 100644 --- a/core/libnl/PKGBUILD +++ b/core/libnl/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 179637 2013-03-08 23:40:40Z foutrelis $ +# $Id: PKGBUILD 189873 2013-07-10 08:18:16Z thomas $ # Maintainer: Thomas Bächler pkgname=libnl -pkgver=3.2.21 +pkgver=3.2.22 pkgrel=1 pkgdesc="Library for applications dealing with netlink sockets" arch=(i686 x86_64) @@ -12,7 +12,7 @@ depends=(glibc) backup=(etc/libnl/classid etc/libnl/pktloc) options=(!libtool) source=("$url/files/$pkgname-$pkgver.tar.gz") -sha256sums=('2dc80f043116ec8610d9d418f5f5e9283f3d9a3a48b8d51a8cb0146b3f279604') +sha256sums=('c7c5f267dfeae0c1a530bf96b71fb7c8dbbb07d54beef49b6712d8d6166f629b') build() { cd "$srcdir/$pkgname-$pkgver" -- cgit v1.2.3-54-g00ecf From 2579dc888d0308c442245d932f99cc4c61c39299 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 12 Jul 2013 01:25:16 -0700 Subject: Fri Jul 12 01:25:08 PDT 2013 --- community/aegisub/PKGBUILD | 6 +- community/cairo-dock-plugins/PKGBUILD | 31 ++-- community/cairo-dock-plugins/python.patch | 49 ++++++ community/gammu/PKGBUILD | 8 +- community/grsync/PKGBUILD | 10 +- community/ibus-kkc/PKGBUILD | 4 +- community/mysql++/PKGBUILD | 8 +- community/mythtv/PKGBUILD | 9 +- community/nodejs/PKGBUILD | 6 +- community/pdns-recursor/PKGBUILD | 8 +- community/pdns/PKGBUILD | 11 +- community/perl-xml-libxml/PKGBUILD | 6 +- community/perl-xml-libxslt/PKGBUILD | 11 +- community/python-psutil/PKGBUILD | 8 +- community/qtcreator/PKGBUILD | 12 +- community/squid/PKGBUILD | 6 +- community/xjadeo/PKGBUILD | 6 +- community/zh-autoconvert/PKGBUILD | 30 ++++ community/zh-autoconvert/autoconvert.patch | 37 +++++ core/gettext/PKGBUILD | 9 +- core/gpgme/PKGBUILD | 6 +- core/libassuan/PKGBUILD | 6 +- extra/akonadi/PKGBUILD | 17 +- extra/akonadi/boost153.patch | 27 ---- extra/epiphany/PKGBUILD | 34 ---- extra/epiphany/epiphany.install | 13 -- extra/gnome-contacts/PKGBUILD | 6 +- extra/imagemagick/PKGBUILD | 17 +- extra/libwebp/PKGBUILD | 6 +- extra/mtr/PKGBUILD | 10 +- extra/openconnect/PKGBUILD | 6 +- extra/p11-kit/PKGBUILD | 6 +- extra/soprano/PKGBUILD | 8 +- extra/xf86-input-evdev/PKGBUILD | 6 +- extra/xf86-input-wacom/PKGBUILD | 6 +- extra/xterm/PKGBUILD | 6 +- libre/angband-libre/PKGBUILD | 56 +++++++ libre/angband-libre/sound.patch | 154 ++++++++++++++++++ libre/epiphany-libre/PKGBUILD | 56 +++++++ libre/epiphany-libre/epiphany.install | 13 ++ pcr/nppangband-libre/PKGBUILD | 33 ++++ pcr/nppangband-libre/sound.patch | 241 +++++++++++++++++++++++++++++ pcr/zita-convolver/PKGBUILD | 36 ----- 43 files changed, 808 insertions(+), 236 deletions(-) create mode 100644 community/cairo-dock-plugins/python.patch create mode 100644 community/zh-autoconvert/PKGBUILD create mode 100644 community/zh-autoconvert/autoconvert.patch delete mode 100644 extra/akonadi/boost153.patch delete mode 100644 extra/epiphany/PKGBUILD delete mode 100644 extra/epiphany/epiphany.install create mode 100644 libre/angband-libre/PKGBUILD create mode 100644 libre/angband-libre/sound.patch create mode 100644 libre/epiphany-libre/PKGBUILD create mode 100644 libre/epiphany-libre/epiphany.install create mode 100644 pcr/nppangband-libre/PKGBUILD create mode 100644 pcr/nppangband-libre/sound.patch delete mode 100644 pcr/zita-convolver/PKGBUILD (limited to 'core') diff --git a/community/aegisub/PKGBUILD b/community/aegisub/PKGBUILD index 03044338c..de1403d0b 100755 --- a/community/aegisub/PKGBUILD +++ b/community/aegisub/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 93265 2013-06-30 19:01:59Z alucryd $ +# $Id: PKGBUILD 93876 2013-07-11 16:18:40Z alucryd $ # Maintainer: Maxime Gauduin # Contributor: kozec # Contributor: Limao Luo pkgname=aegisub -pkgver=3.0.3 +pkgver=3.0.4 pkgrel=1 pkgdesc="A general-purpose subtitle editor with ASS/SSA support" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ depends=('desktop-file-utils' 'ffmpegsource' 'fftw' 'hicolor-icon-theme' 'hunspe makedepends=('mesa') install=aegisub.install source=("http://ftp.aegisub.org/pub/releases/${pkgname}-${pkgver}.tar.xz") -sha256sums=('9623e1967ae774d8a34fae531dcf76f15ae060f864cf941d34ba3d64e1986efc') +sha256sums=('7d5d8b94da02278b3327f24dd546c0c897c4b369bd2da9e094dc60371422019a') build() { cd "${srcdir}"/${pkgname}/${pkgname} diff --git a/community/cairo-dock-plugins/PKGBUILD b/community/cairo-dock-plugins/PKGBUILD index 3de7f286e..d1ac36dd1 100755 --- a/community/cairo-dock-plugins/PKGBUILD +++ b/community/cairo-dock-plugins/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 90850 2013-05-14 21:40:35Z andrea $ +# $Id: PKGBUILD 93867 2013-07-11 15:30:19Z alucryd $ # Maintainer: Maxime Gauduin # Contributor: Tofe # Contributor: zhuqin @@ -7,16 +7,16 @@ pkgname=cairo-dock-plugins pkgver=3.2.1 -pkgrel=3 +pkgrel=4 pkgdesc="Plugins for Cairo-Dock" url="https://launchpad.net/cairo-dock" license=('GPL') arch=('i686' 'x86_64') depends=('cairo-dock') -makedepends=('cmake' 'alsa-lib' 'fftw' 'gnome-menus' 'gtk-sharp-2' 'gvfs' 'libetpan' 'libexif' 'libical' 'libpulse' 'libxklavier' 'libzeitgeist' 'lm_sensors' 'ndesk-dbus-glib' 'python' 'ruby' 'upower' 'vala' 'vte3' 'webkitgtk3') -optdepends=('alsa-lib: AlsaMixer, Sound Effects applets' +makedepends=('cmake' 'alsa-lib' 'fftw' 'gnome-menus' 'gtk-sharp-2' 'gvfs' 'libetpan' 'libexif' 'libical' 'libpulse' 'libxklavier' 'libzeitgeist' 'lm_sensors' 'ndesk-dbus-glib' 'python' 'python2' 'ruby' 'upower' 'vala' 'vte3' 'webkitgtk3') +optdepends=('alsa-lib: Sound Control, Sound Effects applets' 'fftw: Impulse applet' - 'gnome-menus: GMenu applet' + 'gnome-menus: Applications Menu applet' 'gtk-sharp-2: Mono API' 'gvfs: GVFS integration' 'libetpan: Mail applet' @@ -27,17 +27,26 @@ optdepends=('alsa-lib: AlsaMixer, Sound Effects applets' 'libzeitgeist: Recent Events applet' 'lm_sensors: System Monitor applet' 'ndesk-dbus-glib: Mono API' - 'python: Python API' + 'python: Python 3 API' + 'python2: Python 2 API' 'ruby: Ruby API' 'upower: Logout, PowerManager applets' 'vte3: Terminal applet' 'webkitgtk3: Weblets applet') options=('!libtool') -source=("http://launchpad.net/cairo-dock-plug-ins/3.2/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz") -sha256sums=('11b4433e40bbb1507757b23e167c521d620827576c2f30bb1a9642e0bff57e01') +source=("http://launchpad.net/cairo-dock-plug-ins/3.2/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz" + 'python.patch') +sha256sums=('11b4433e40bbb1507757b23e167c521d620827576c2f30bb1a9642e0bff57e01' + 'f33ff6f2b93936c5050ae369d1b08c41bd17f5a2fb4ce46da5436d78d0b3fa8e') + +prepare() { + cd ${pkgname}-${pkgver} + + patch -Np1 -i ../python.patch +} build() { - cd "${srcdir}"/${pkgname}-${pkgver} + cd ${pkgname}-${pkgver} if [[ -d build ]]; then rm -rf build @@ -49,9 +58,9 @@ build() { } package() { - cd "${srcdir}"/${pkgname}-${pkgver}/build + cd ${pkgname}-${pkgver}/build - make DESTDIR=${pkgdir} install + make DESTDIR="${pkgdir}" install } # vim: ts=2 sw=2 et: diff --git a/community/cairo-dock-plugins/python.patch b/community/cairo-dock-plugins/python.patch new file mode 100644 index 000000000..413ff0fa9 --- /dev/null +++ b/community/cairo-dock-plugins/python.patch @@ -0,0 +1,49 @@ +diff -rupN cairo-dock-plugins-3.2.1.orig/Dbus/interfaces/bash/BashInstall.cmake.in cairo-dock-plugins-3.2.1/Dbus/interfaces/bash/BashInstall.cmake.in +--- cairo-dock-plugins-3.2.1.orig/Dbus/interfaces/bash/BashInstall.cmake.in 2013-07-11 17:09:45.165345967 +0200 ++++ cairo-dock-plugins-3.2.1/Dbus/interfaces/bash/BashInstall.cmake.in 2013-07-11 17:10:22.238469121 +0200 +@@ -2,7 +2,7 @@ IF ("@PYTHON2_FOUND@" STREQUAL "TRUE") + IF("@ROOT_PREFIX@" STREQUAL "") + EXEC_PROGRAM("@PYTHON2_EXECUTABLE@" "${CMAKE_CURRENT_BINARY_DIR}" ARGS + "setup.py" "install" +- "--prefix=${CMAKE_INSTALL_PREFIX}" ++ "--prefix=$DESTDIR${CMAKE_INSTALL_PREFIX}" + "@DEBIAN_INSTALL_LAYOUT@") + ELSEIF(NOT "@ROOT_PREFIX@" STREQUAL "" AND "@python_no_deb_layout@" STREQUAL "") + EXEC_PROGRAM("@PYTHON2_EXECUTABLE@" "${CMAKE_CURRENT_BINARY_DIR}" ARGS +@@ -20,7 +20,7 @@ IF ("@PYTHON3_FOUND@" STREQUAL "TRUE") + IF("@ROOT_PREFIX@" STREQUAL "") + EXEC_PROGRAM("@PYTHON3_EXECUTABLE@" "${CMAKE_CURRENT_BINARY_DIR}" ARGS + "setup.py" "install" +- "--prefix=${CMAKE_INSTALL_PREFIX}" ++ "--prefix=$DESTDIR${CMAKE_INSTALL_PREFIX}" + "@DEBIAN_INSTALL_LAYOUT@") + ELSEIF(NOT "@ROOT_PREFIX@" STREQUAL "" AND "@python_no_deb_layout@" STREQUAL "") + EXEC_PROGRAM("@PYTHON3_EXECUTABLE@" "${CMAKE_CURRENT_BINARY_DIR}" ARGS +diff -rupN cairo-dock-plugins-3.2.1.orig/Dbus/interfaces/python/PythonInstall.cmake.in cairo-dock-plugins-3.2.1/Dbus/interfaces/python/PythonInstall.cmake.in +--- cairo-dock-plugins-3.2.1.orig/Dbus/interfaces/python/PythonInstall.cmake.in 2013-07-11 17:09:45.162012653 +0200 ++++ cairo-dock-plugins-3.2.1/Dbus/interfaces/python/PythonInstall.cmake.in 2013-07-11 17:10:56.581607933 +0200 +@@ -2,7 +2,7 @@ if ("@PYTHON2_FOUND@" STREQUAL "TRUE") + IF("@ROOT_PREFIX@" STREQUAL "") + EXEC_PROGRAM("@PYTHON2_EXECUTABLE@" "${CMAKE_CURRENT_BINARY_DIR}" ARGS + "setup.py" "install" +- "--prefix=${CMAKE_INSTALL_PREFIX}" ++ "--prefix=$DESTDIR${CMAKE_INSTALL_PREFIX}" + "@DEBIAN_INSTALL_LAYOUT@") + ELSEIF(NOT "@ROOT_PREFIX@" STREQUAL "" AND "@python_no_deb_layout@" STREQUAL "") + EXEC_PROGRAM("@PYTHON2_EXECUTABLE@" "${CMAKE_CURRENT_BINARY_DIR}" ARGS +@@ -20,7 +20,7 @@ if ("@PYTHON3_FOUND@" STREQUAL "TRUE") + IF("@ROOT_PREFIX@" STREQUAL "") + EXEC_PROGRAM("@PYTHON3_EXECUTABLE@" "${CMAKE_CURRENT_BINARY_DIR}" ARGS + "setup.py" "install" +- "--prefix=${CMAKE_INSTALL_PREFIX}" ++ "--prefix=$DESTDIR${CMAKE_INSTALL_PREFIX}" + "@DEBIAN_INSTALL_LAYOUT@") + ELSEIF(NOT "@ROOT_PREFIX@" STREQUAL "" AND "@python_no_deb_layout@" STREQUAL "") + EXEC_PROGRAM("@PYTHON3_EXECUTABLE@" "${CMAKE_CURRENT_BINARY_DIR}" ARGS +@@ -32,4 +32,4 @@ if ("@PYTHON3_FOUND@" STREQUAL "TRUE") + "setup.py" "install" + "--root=@ROOT_PREFIX@") + ENDIF() +-ENDIF() +\ No newline at end of file ++ENDIF() diff --git a/community/gammu/PKGBUILD b/community/gammu/PKGBUILD index 95f8da192..87dc285f4 100644 --- a/community/gammu/PKGBUILD +++ b/community/gammu/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 92498 2013-06-07 09:28:57Z tomegun $ +# $Id: PKGBUILD 93846 2013-07-11 08:52:45Z schiv $ # Maintainer: Ray Rashif # Contributor: Corrado Primier # Contributor: Aurelien Foret pkgname=gammu -pkgver=1.32.0 -pkgrel=4 +pkgver=1.33.0 +pkgrel=1 pkgdesc="GNU All Mobile Management Utilities" arch=('i686' 'x86_64') url="http://wammu.eu/" @@ -14,7 +14,7 @@ depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 'libus makedepends=('cmake' 'doxygen' 'mariadb' 'python2') optdepends=('dialog: support for the gammu-config script') source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2") -md5sums=('8ea16c6b3cc48097a8e62311fe0e25b9') +md5sums=('3f46afcc16829175d2d9060ac15813e8') build() { cd "$pkgname-$pkgver" diff --git a/community/grsync/PKGBUILD b/community/grsync/PKGBUILD index ba04639be..c5fb910f0 100644 --- a/community/grsync/PKGBUILD +++ b/community/grsync/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 82455 2013-01-18 09:20:19Z spupykin $ +# $Id: PKGBUILD 93852 2013-07-11 12:03:07Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: William Rea pkgname=grsync -pkgver=1.2.3 +pkgver=1.2.4 pkgrel=1 pkgdesc="GTK GUI for rsync" arch=('i686' 'x86_64') @@ -13,11 +13,15 @@ depends=('gtk2' 'rsync') makedepends=('gettext' 'intltool') install=grsync.install source=(http://www.opbyte.it/release/grsync-$pkgver.tar.gz) -md5sums=('872b3686ecb770e257d67c3a2c262a65') +md5sums=('253faeac01ef32f0766e9a58ada00abc') build() { cd $srcdir/grsync-$pkgver [ $NOEXTRACT -eq 1 ] || LDFLAGS=-lm ./configure --prefix=/usr --disable-unity make +} + +package() { + cd $srcdir/grsync-$pkgver make DESTDIR=$pkgdir install } diff --git a/community/ibus-kkc/PKGBUILD b/community/ibus-kkc/PKGBUILD index dadd66602..01828f655 100644 --- a/community/ibus-kkc/PKGBUILD +++ b/community/ibus-kkc/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: ponsfoot pkgname=ibus-kkc -pkgver=1.5.15 +pkgver=1.5.16 pkgrel=1 pkgdesc="libkkc (Japanese Kana Kanji input method) engine for ibus" arch=('i686' 'x86_64') @@ -24,4 +24,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums=('b5014e47c80d01d0774ac539d6ee7f5f') +sha512sums=('e4106f4e40c5de807489f7c27b730dc7f29db6c89c30207d797e1bcced75a195fedd9ae48a5c70821d7357a2b2fad66748f75c74d959f3cdea9444bd1305e267') diff --git a/community/mysql++/PKGBUILD b/community/mysql++/PKGBUILD index da526a29e..6b5364edf 100644 --- a/community/mysql++/PKGBUILD +++ b/community/mysql++/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 87010 2013-03-25 19:16:50Z bpiotrowski $ +# $Id: PKGBUILD 93854 2013-07-11 12:03:32Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Markus Härer pkgname=mysql++ -pkgver=3.1.0 -pkgrel=4 +pkgver=3.2.0 +pkgrel=1 pkgdesc="A C++ wraper for MySQLs C API" arch=("i686" "x86_64") url="http://tangentsoft.net/mysql++/" @@ -14,7 +14,7 @@ options=('docs') source=("http://tangentsoft.net/mysql++/releases/$pkgname-$pkgver.tar.gz" "mysql++-fix-cstring.patch" "mysql++-fix-size_t.patch") -md5sums=('d92769cc579b87a60e58a77099cc4f0e' +md5sums=('d2220b74e000d8ede13f451fe99bad5a' '72f85a1bdba9d5285f0baf1d973033f8' '6dcfbf06072b81cf27530ca9a0df8a8e') diff --git a/community/mythtv/PKGBUILD b/community/mythtv/PKGBUILD index a9fd7c5cc..368cf746d 100644 --- a/community/mythtv/PKGBUILD +++ b/community/mythtv/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 87011 2013-03-25 19:16:52Z bpiotrowski $ +# $Id: PKGBUILD 93850 2013-07-11 09:50:39Z jconder $ # Maintainer: Jonathan Conder # Contributor: Giovanni Scafora # Contributor: Juergen Hoetzel @@ -7,7 +7,7 @@ pkgname=mythtv pkgver=0.26.0 -pkgrel=8 +pkgrel=9 epoch=1 pkgdesc="A Homebrew PVR project" arch=('i686' 'x86_64') @@ -26,15 +26,17 @@ optdepends=('glew: for GPU commercial flagging' 'xmltv: to download tv listings') conflicts=('myththemes' 'mythplugins-mythvideo') replaces=('myththemes' 'mythplugins-mythvideo') -backup=('etc/conf.d/mythbackend') +backup=() install='mythtv.install' source=("ftp://ftp.osuosl.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2" 'alsa.patch' 'mythbackend.service' + 'libva-compat.patch::https://github.com/garybuhrmaster/mythtv/commit/2add868d2f18b8b47d9747e043f052e88869bfc3.patch' 'http://code.mythtv.org/trac/raw-attachment/ticket/11338/libcec-2-support.patch') md5sums=('f57066bf75e6f14824c494d41639f4f9' 'f64b8219e3d27a2edf96733b851e576b' 'e4d572dcc307d6d8ae26bee5aebf9f3a' + 'ae88a16e9f42a913f395bf71af18e931' '6e156c9fc0b369346d93ccafad46cba3') build() { @@ -42,6 +44,7 @@ build() { find 'bindings/python' 'contrib' -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@' patch -Np1 -i "$srcdir/alsa.patch" + patch -Np2 -i "$srcdir/libva-compat.patch" patch -Np2 -i "$srcdir/libcec-2-support.patch" ARCH="${CARCH/_/-}" diff --git a/community/nodejs/PKGBUILD b/community/nodejs/PKGBUILD index 36c2d8574..11d508c2d 100644 --- a/community/nodejs/PKGBUILD +++ b/community/nodejs/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 92939 2013-06-19 19:43:24Z bpiotrowski $ +# $Id: PKGBUILD 93869 2013-07-11 15:37:07Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: James Campos @@ -8,7 +8,7 @@ # Contributor: TIanyi Cui pkgname=nodejs -pkgver=0.10.12 +pkgver=0.10.13 pkgrel=1 pkgdesc='Evented I/O for V8 javascript' arch=('i686' 'x86_64') @@ -19,7 +19,7 @@ makedepends=('python2') checkdepends=('curl') options=('!emptydirs') source=(http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz) -sha256sums=('7339a7c333454a567a41c900b6ef2f6c89e8c778062c173beb029611b29496b6') +sha256sums=('a102fad260d216b95611ddd57aeb6531c92ad1038508390654423feb1b51c059') prepare() { cd node-v$pkgver diff --git a/community/pdns-recursor/PKGBUILD b/community/pdns-recursor/PKGBUILD index 71deec798..40bc9c897 100644 --- a/community/pdns-recursor/PKGBUILD +++ b/community/pdns-recursor/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 90965 2013-05-16 18:09:50Z arodseth $ +# $Id: PKGBUILD 93880 2013-07-11 16:32:02Z arodseth $ # Maintainer: Alexander Rødseth # Contributor: Jan de Groot # Contributor: Jan Steffens pkgname=pdns-recursor -pkgver=3.5.1 +pkgver=3.5.2 pkgrel=1 pkgdesc='PowerDNS recursor' url='https://www.powerdns.com/' @@ -15,13 +15,13 @@ makedepends=('boost') backup=('etc/powerdns/recursor.conf') source=("http://downloads.powerdns.com/releases/$pkgname-$pkgver.tar.bz2" 'pdns-recursor.service') -sha256sums=('30655996d1963e259d4fc8648184031bf9cb83f64510d0b00539d3ce698b2824' +sha256sums=('ffe3158ee5b3f62e927198fd44e839a01d3241a41a4e61afdca6709113c276bd' '51688d9576736fdf210048098fa96c8710bfbd6a63eb4d69d20bac57b299b5f9') build() { cd "$srcdir/$pkgname-$pkgver" - make LUA=1 \ + make -j1 LUA=1 \ LUA_CPPFLAGS_CONFIG="$(pkg-config --cflags lua5.1)" \ LUA_LIBS_CONFIG="$(pkg-config --libs lua5.1)" } diff --git a/community/pdns/PKGBUILD b/community/pdns/PKGBUILD index 1ba41488b..e83d522de 100644 --- a/community/pdns/PKGBUILD +++ b/community/pdns/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 90788 2013-05-13 22:34:43Z arodseth $ +# $Id: PKGBUILD 93870 2013-07-11 15:55:45Z arodseth $ # Maintainer: Alexander Rødseth # Contributor: Jan de Groot # Contributor: Kevin Mihelich pkgname=pdns -pkgver=3.2 -pkgrel=7 +pkgver=3.3 +pkgrel=1 pkgdesc='Modern, advanced and high performance authoritative-only nameserver' arch=('x86_64' 'i686') url='http://www.powerdns.com/' @@ -21,7 +21,7 @@ backup=('etc/powerdns/pdns.conf') source=("http://downloads.powerdns.com/releases/$pkgname-$pkgver.tar.gz" 'pdns.service' 'pdns.conf') -sha256sums=('d1895aba065446dc68e5d7cc792d5303626c71759f61a455531ed65d59c06572' +sha256sums=('93417bb418ccd1eaf85fc98aa9f687ed175de388fa2624a1978b7cd40dc2b0b6' 'b2358a5951ac944feee15ac03d42ffe9c2a72fa6f57746f77ef8997d54a82040' 'a1afcccb0d2fb6a6f7a5960de95f8d38ce1ac75ac5e3dcecf09e49f0de10166e') @@ -42,7 +42,6 @@ build() { --mandir=/usr/share/man \ --with-modules='' \ --with-dynmodules="ldap pipe gmysql gpgsql gsqlite3 geo" \ - --disable-recursor \ --disable-static \ --sbindir=/usr/bin \ --bindir=/usr/bin @@ -56,7 +55,7 @@ package() { install -m644 "$srcdir/pdns.conf" "$pkgdir/etc/powerdns/" install -Dm644 "$srcdir/pdns.service" \ "$pkgdir/usr/lib/systemd/system/pdns.service" - rm "$pkgdir/etc/powerdns/pdns.conf-dist" + rm -f "$pkgdir/etc/powerdns/pdns.conf-dist" } # vim:set ts=2 sw=2 et: diff --git a/community/perl-xml-libxml/PKGBUILD b/community/perl-xml-libxml/PKGBUILD index e16c6e966..95584071e 100644 --- a/community/perl-xml-libxml/PKGBUILD +++ b/community/perl-xml-libxml/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 91702 2013-05-26 09:26:18Z bluewind $ +# $Id: PKGBUILD 93872 2013-07-11 16:11:22Z jsteel $ # Maintainer: Jonathan Steel # Contributor: Justin "juster" Davis # Contributor: François Charette pkgname=perl-xml-libxml -pkgver=2.0018 +pkgver=2.0019 pkgrel=1 pkgdesc="Interface to the libxml library" arch=('i686' 'x86_64') @@ -17,7 +17,7 @@ conflicts=('perl-libxml' 'perl-xml-libxml-common') options=('!emptydirs') install=perl-xml-libxml.install source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-$pkgver.tar.gz) -md5sums=('c5db1c6ba5f588802a5e1a15b5b6d653') +md5sums=('0873ac0bae4a4bf7ba7b2d970876e4ba') build() { cd XML-LibXML-$pkgver diff --git a/community/perl-xml-libxslt/PKGBUILD b/community/perl-xml-libxslt/PKGBUILD index fc76d8f87..26eae9f38 100644 --- a/community/perl-xml-libxslt/PKGBUILD +++ b/community/perl-xml-libxslt/PKGBUILD @@ -1,10 +1,11 @@ -# $Id: PKGBUILD 91703 2013-05-26 09:26:22Z bluewind $ -# Maintainer: Justin "juster" Davis +# $Id: PKGBUILD 93874 2013-07-11 16:16:39Z jsteel $ +# Maintainer: Jonathan Steel +# Contributor: Justin "juster" Davis # Contributor: François Charette pkgname=perl-xml-libxslt -pkgver=1.80 -pkgrel=2 +pkgver=1.81 +pkgrel=1 pkgdesc="Interface to the gnome libxslt library" arch=('i686' 'x86_64') url="http://search.cpan.org/dist/XML-LibXSLT" @@ -12,7 +13,7 @@ license=('GPL') depends=('perl-xml-libxml' 'libxslt') options=('!emptydirs') source=(http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-$pkgver.tar.gz) -md5sums=('bd8d0eaeee311a6dc148963a3f7753c6') +md5sums=('a721424c905eca40b1b7af9abe32ff76') build() { cd "$srcdir/XML-LibXSLT-$pkgver" diff --git a/community/python-psutil/PKGBUILD b/community/python-psutil/PKGBUILD index 6fd9c3a94..831b7b73b 100644 --- a/community/python-psutil/PKGBUILD +++ b/community/python-psutil/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 90289 2013-05-10 23:21:33Z seblu $ +# $Id: PKGBUILD 93848 2013-07-11 09:47:42Z seblu $ # Maintainer: Sébastien Luttringer pkgbase=python-psutil pkgname=('python-psutil' 'python2-psutil') -pkgver=0.7.1 +pkgver=1.0.0 pkgrel=1 arch=('i686' 'x86_64') url='http://code.google.com/p/psutil/' license=('custom: BSD') makedepends=('python' 'python-distribute' 'python2' 'python2-distribute') -source=("https://psutil.googlecode.com/files/psutil-$pkgver.tar.gz") -sha1sums=('9c67e61ce00166d7831a4cdcbd2fe534708681a1') +source=("https://psutil.googlecode.com/files/psutil-$pkgver.tar.gz") +sha1sums=('f1a8cbdad2f4254b8c0c84c79d5c2229fd6e65d9') build() { cd psutil-$pkgver diff --git a/community/qtcreator/PKGBUILD b/community/qtcreator/PKGBUILD index 605cbca4e..12ec966bd 100644 --- a/community/qtcreator/PKGBUILD +++ b/community/qtcreator/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 93684 2013-07-08 11:58:09Z svenstaro $ +# $Id: PKGBUILD 93892 2013-07-11 20:07:23Z svenstaro $ # Maintainer: Imanol Celaya # Maintainer: Sven-Hendrik Haase # Contributor: Lukas Jirkovsky @@ -7,9 +7,9 @@ # Contributor: delor pkgname=qtcreator -pkgver=2.7.2 -_pkgver=2.7.2 -pkgrel=2 +pkgver=2.8.0 +_pkgver=2.8.0 +pkgrel=1 pkgdesc='Lightweight, cross-platform integrated development environment' arch=('i686' 'x86_64') url='http://qt-project.org' @@ -26,9 +26,9 @@ optdepends=('qt5-doc: for the integrated Qt documentation' 'bzr: for bazaar support' 'valgrind: for analyze support') install=qtcreator.install -source=("http://download.qt-project.org/official_releases/qtcreator/2.7/${pkgver}/qt-creator-${pkgver}-src.tar.gz" +source=("http://download.qt-project.org/official_releases/qtcreator/2.8/${pkgver}/qt-creator-${pkgver}-src.tar.gz" 'qtcreator.desktop') -md5sums=('7f1c10740784d3edf2347c27be21fd1a' +md5sums=('5aacdad4491b7dda9758a81384d8da79' '82888d4be900e7833d768050a135cd37') build() { diff --git a/community/squid/PKGBUILD b/community/squid/PKGBUILD index 40771d802..ca69cb37e 100644 --- a/community/squid/PKGBUILD +++ b/community/squid/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 93361 2013-07-02 09:44:06Z spupykin $ +# $Id: PKGBUILD 93861 2013-07-11 14:38:19Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Mark Coolen # Contributor: Tom Newsom # Contributor: Kevin Piche pkgname=squid -pkgver=3.3.6 +pkgver=3.3.7 pkgrel=1 pkgdesc='Full-featured Web proxy cache server' arch=('x86_64' 'i686') @@ -21,7 +21,7 @@ source=("http://www.squid-cache.org/Versions/v3/3.3/$pkgname-$pkgver.tar.bz2" 'squid.pam' 'squid.cron' 'squid.service') -md5sums=('8dff6c8e9f46722fc62131364f0eeac6' +md5sums=('269013bb77cf0c3d771f8590145272f0' '270977cdd9b47ef44c0c427ab9034777' 'a71425c4951f2e5b640d19e6a5048531' 'ceeb57c69ebb165676219222f109a24e') diff --git a/community/xjadeo/PKGBUILD b/community/xjadeo/PKGBUILD index f90e2f9b7..65fbd3cfe 100644 --- a/community/xjadeo/PKGBUILD +++ b/community/xjadeo/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 93274 2013-07-01 02:54:17Z speps $ +# $Id: PKGBUILD 93894 2013-07-11 20:56:42Z speps $ # Maintainer : speps pkgname=xjadeo -pkgver=0.7.3 +pkgver=0.7.4 pkgrel=1 pkgdesc="A simple video player that is synchronized to jack transport." arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ optdepends=('qt4: for the GUI (qjadeo)') source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz" "qjadeo.desktop") install="$pkgname.install" -md5sums=('b5a67f7a8a8279f37ac681f40d6cbc10' +md5sums=('6ca2ad15d61d12e2483589f64ace3983' '315e2ab44ce3edf4068ff6db48942908') build() { diff --git a/community/zh-autoconvert/PKGBUILD b/community/zh-autoconvert/PKGBUILD new file mode 100644 index 000000000..24afc94ae --- /dev/null +++ b/community/zh-autoconvert/PKGBUILD @@ -0,0 +1,30 @@ +# Maintainer: Felix Yan +# Contributor: CUI Hao +# Contributor: Kandu <1123monkey at 163 dot com> + +pkgname=zh-autoconvert +pkgver=0.3.16 +pkgrel=2 +pkgdesc="An intelligent Chinese Encoding converter" +url="http://libhz.googlecode.com/" +license=('LGPL') +arch=('i686' 'x86_64') +depends=('glibc') +makedepends=('pkgconfig') +source=(${url}/files/${pkgname}-${pkgver}.tar.gz + autoconvert.patch) +md5sums=('1f4aa2332afc076910b5d510b8c81966' + '1f7c39af01d6845c064da59224ae503b') + +build() { + cd "${srcdir}/autoconvert-${pkgver}" + + patch -Np1 -i ../autoconvert.patch + make +} + +package() { + cd "${srcdir}/autoconvert-${pkgver}" + make DESTDIR="${pkgdir}" install +} + diff --git a/community/zh-autoconvert/autoconvert.patch b/community/zh-autoconvert/autoconvert.patch new file mode 100644 index 000000000..e496c1029 --- /dev/null +++ b/community/zh-autoconvert/autoconvert.patch @@ -0,0 +1,37 @@ +--- autoconvert-0.3.16/Makefile 2001-04-28 09:45:46.000000000 +0800 ++++ autoconvert-0.3.16-fix/Makefile 2011-05-01 11:25:23.432934576 +0800 +@@ -5,7 +5,7 @@ + + .PHONY: all hzlib clean install-home install + +-all: autob5 autogb hzlib xchat-plugins ++all: autob5 autogb hzlib + + autob5: autogb + rm -f autob5;ln -s autogb autob5 +@@ -15,8 +15,6 @@ + $(CC) $(CFLAG) autogb.c lib/libhz.a -o autogb + hzlib: + cd hzconvert;make +-xchat-plugins: +- cd contrib/xchat-plugins;make + clean: + rm -f autob5 autogb *.o *~ + rm -f include/*~ +@@ -30,12 +28,13 @@ + ln -s $(HOME)/bin/autogb $(HOME)/bin/autob5 + chmod 755 $(HOME)/bin/autogb + install: ++ mkdir -p $(DESTDIR)/usr/bin ++ mkdir -p $(DESTDIR)/usr/lib ++ mkdir -p $(DESTDIR)/usr/include + install -m 755 autogb $(DESTDIR)/usr/bin + install -m 755 lib/libhz.so.0.0 $(DESTDIR)/usr/lib + cd $(DESTDIR)/usr/lib;ln -s libhz.so.0.0 libhz.so.0 + cd $(DESTDIR)/usr/lib;ln -s libhz.so.0 libhz.so +- install -m 755 lib/libhz.a $(DESTDIR)/usr/lib +- install -m 755 contrib/xchat-plugins/xchat-autogb.so $(DESTDIR)/usr/share/zh-autoconvert +- install -m 755 contrib/xchat-plugins/xchat-autob5.so $(DESTDIR)/usr/share/zh-autoconvert ++ install -m 644 lib/libhz.a $(DESTDIR)/usr/lib + install -m 644 include/*.h $(DESTDIR)/usr/include + ln -s autogb $(DESTDIR)/usr/bin/autob5 diff --git a/core/gettext/PKGBUILD b/core/gettext/PKGBUILD index 452bbd12f..6fc8ebfa1 100644 --- a/core/gettext/PKGBUILD +++ b/core/gettext/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 180089 2013-03-16 12:44:48Z tpowa $ +# $Id: PKGBUILD 189899 2013-07-11 06:27:56Z tpowa $ # Maintainer: pkgname=gettext -pkgver=0.18.2.1 +pkgver=0.18.3 pkgrel=1 pkgdesc="GNU internationalization library" arch=('i686' 'x86_64') @@ -14,9 +14,8 @@ optdepends=('cvs: for autopoint tool') options=(!libtool !docs) install=gettext.install source=(ftp://ftp.gnu.org/pub/gnu/gettext/${pkgname}-${pkgver}.tar.gz{,.sig}) -md5sums=('034c8103b14654ebd300fadac44d6f14' - 'e4658c307333395a12f8d0b4d95fbb0f') - +md5sums=('3fa4236c41b7e837355de144210207ec' + 'SKIP') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure --prefix=/usr diff --git a/core/gpgme/PKGBUILD b/core/gpgme/PKGBUILD index 3eeb626a8..67461164c 100644 --- a/core/gpgme/PKGBUILD +++ b/core/gpgme/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 184779 2013-05-08 13:18:12Z tpowa $ +# $Id: PKGBUILD 189898 2013-07-11 06:27:55Z tpowa $ # Maintainer: Tobias Powalowski # Contributor: Roman Kyrylych # Contributor: Sarah Hay pkgname=gpgme -pkgver=1.4.1 +pkgver=1.4.2 pkgrel=1 pkgdesc="A C wrapper library for GnuPG" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ depends=('libgpg-error' 'pth' 'gnupg>=2') install=${pkgname}.install options=('!libtool' '!emptydirs') source=(ftp://ftp.gnupg.org/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.sig}) -md5sums=('07f1c0eb6596a94efa3ffb75e74bfbba' +md5sums=('c8cb345ba7c0353e47bdf3c5c05e49be' 'SKIP') build() { diff --git a/core/libassuan/PKGBUILD b/core/libassuan/PKGBUILD index 7f791dedd..def343be3 100644 --- a/core/libassuan/PKGBUILD +++ b/core/libassuan/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 180088 2013-03-16 12:44:19Z tpowa $ +# $Id: PKGBUILD 189897 2013-07-11 06:27:54Z tpowa $ # Maintainer: Tobias Powalowski pkgname=libassuan -pkgver=2.1.0 +pkgver=2.1.1 pkgrel=1 pkgdesc="A IPC library used by some GnuPG related software" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('libgpg-error') options=('!libtool') source=(ftp://ftp.gnupg.org/gcrypt/$pkgname/$pkgname-$pkgver.tar.bz2) install=libassuan.install -md5sums=('b3231eec8e567f4f9294474a387378f5') +md5sums=('757243cc4a71b30ed8d8dbe784035d36') build() { cd ${srcdir}/${pkgname}-${pkgver} diff --git a/extra/akonadi/PKGBUILD b/extra/akonadi/PKGBUILD index 79f45fecc..3cc52b030 100644 --- a/extra/akonadi/PKGBUILD +++ b/extra/akonadi/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 188070 2013-06-08 08:31:33Z andrea $ +# $Id: PKGBUILD 189912 2013-07-11 09:04:56Z andrea $ # Maintainer: Andrea Scarpino # Contributor: Pierre Schmitz pkgname=akonadi -pkgver=1.9.2 -pkgrel=2 +pkgver=1.10.0 +pkgrel=1 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data" arch=('i686' 'x86_64') url='http://community.kde.org/KDE_PIM/Akonadi' @@ -13,16 +13,11 @@ depends=('shared-mime-info' 'boost-libs' 'mariadb' 'soprano') makedepends=('cmake' 'automoc4' 'boost' 'postgresql') optdepends=('postgresql: PostgreSQL backend') install="${pkgname}.install" -source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2" - 'boost153.patch') -md5sums=('bdce288f4b91055d69f35c26dab276d0' - 'd797b338914c677fb6b93c0c23f46197') +source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2") +md5sums=('bb94de6a4300bf8355e6a1ccce5846af') prepare() { - mkdir -p build - - cd ${pkgname}-${pkgver} - patch -p1 -i "${srcdir}"/boost153.patch + mkdir build } build() { diff --git a/extra/akonadi/boost153.patch b/extra/akonadi/boost153.patch deleted file mode 100644 index 53ab4d91e..000000000 --- a/extra/akonadi/boost153.patch +++ /dev/null @@ -1,27 +0,0 @@ -From: Sergio Martins -Date: Tue, 28 May 2013 20:22:11 +0000 -Subject: Compile with boost-1.53 -X-Git-Url: http://quickgit.kde.org/?p=akonadi.git&a=commitdiff&h=fe3f49cbd21a634c3257903a229b7d5357ee194a ---- -Compile with boost-1.53 - -The bug isn't going to be fixed in Qt4, so we need the ifdef. - -CCMAIL: vkrause@kde.org ---- - - ---- a/shared/akapplication.h -+++ b/shared/akapplication.h -@@ -23,7 +23,9 @@ - #include - - #ifndef _WIN32_WCE --#include -+# ifndef Q_MOC_RUN -+# include -+# endif - #endif - - class QCoreApplication; - diff --git a/extra/epiphany/PKGBUILD b/extra/epiphany/PKGBUILD deleted file mode 100644 index 5a3fe907b..000000000 --- a/extra/epiphany/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# $Id: PKGBUILD 186906 2013-05-31 18:10:20Z heftig $ -# Maintainer: Jan de Groot - -pkgname=epiphany -pkgver=3.8.2 -pkgrel=1 -install=epiphany.install -pkgdesc="A GNOME web browser based on the WebKit rendering engine." -arch=('i686' 'x86_64') -license=('GPL') -depends=('libsoup' 'libnotify' 'gsettings-desktop-schemas' 'webkitgtk3' 'nss' 'iso-codes' 'dconf' 'desktop-file-utils' - 'hicolor-icon-theme' 'gcr' 'gnome-desktop' 'libwnck3') -makedepends=('intltool' 'gnome-doc-utils' 'startup-notification' 'gobject-introspection') -options=('!libtool' '!emptydirs') -groups=('gnome') -url="http://www.gnome.org/projects/epiphany/" -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz) -sha256sums=('ae89d6902ed243304d2cbf2fa361f6dd0cb3401fdaf726e6fdd4acc09197d50a') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var - - # https://bugzilla.gnome.org/show_bug.cgi?id=655517 - sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool - - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} diff --git a/extra/epiphany/epiphany.install b/extra/epiphany/epiphany.install deleted file mode 100644 index 8b17fa3d4..000000000 --- a/extra/epiphany/epiphany.install +++ /dev/null @@ -1,13 +0,0 @@ -post_install() { - glib-compile-schemas /usr/share/glib-2.0/schemas - update-desktop-database -q - gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/extra/gnome-contacts/PKGBUILD b/extra/gnome-contacts/PKGBUILD index abe4ece2e..11a4eddaa 100644 --- a/extra/gnome-contacts/PKGBUILD +++ b/extra/gnome-contacts/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 183374 2013-04-21 22:09:43Z heftig $ +# $Id: PKGBUILD 189930 2013-07-11 18:55:47Z ioni $ # Maintainer: Ionut Biru pkgname=gnome-contacts -pkgver=3.8.1 +pkgver=3.8.2 pkgrel=1 pkgdesc="Contacts Manager for GNOME" arch=(i686 x86_64) @@ -13,7 +13,7 @@ depends=('gtk3' 'folks' 'libnotify' 'gnome-desktop' 'dconf' 'gnome-online-accoun makedepends=('intltool' 'vala' 'gobject-introspection') install=$pkgname.install source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('c9b2ffba754f4e1e37788195c814b12dfbf79b35042cd811b8690f890572edcb') +sha256sums=('6cb3fe9e7f0f2380d77494a3408893265c42ea2a70579f0c871defbab5a7b5fa') build() { cd $pkgname-$pkgver diff --git a/extra/imagemagick/PKGBUILD b/extra/imagemagick/PKGBUILD index b167e4cf1..2209368ee 100644 --- a/extra/imagemagick/PKGBUILD +++ b/extra/imagemagick/PKGBUILD @@ -1,19 +1,20 @@ -# $Id: PKGBUILD 188981 2013-06-27 18:52:49Z eric $ +# $Id: PKGBUILD 189934 2013-07-11 19:07:10Z eric $ # Maintainer: Eric Bélanger pkgbase=imagemagick pkgname=('imagemagick' 'imagemagick-doc') -pkgver=6.8.6.2 +pkgver=6.8.6.4 pkgrel=1 arch=('i686' 'x86_64') url="http://www.imagemagick.org/" license=('custom') makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \ - 'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 'liblqr') + 'openexr' 'libwmf' 'librsvg' 'libxml2' 'jasper' 'liblqr' \ + 'opencl-headers' 'libcl') #source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz \ source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz \ perlmagick.rpath.patch) -sha1sums=('58b09b94a59457a7c82a4db9cc29e9a5718129a2' +sha1sums=('ab62d1777ef3ae18820bdb9f757ac65f9d2f944d' 'e143cf9d530fabf3b58023899b5cc544ba93daec') prepare() { @@ -29,9 +30,9 @@ build() { --disable-openmp --with-wmf --with-openexr --with-xml --with-lcms2 --with-jp2 \ --with-gslib --with-gs-font-dir=/usr/share/fonts/Type1 \ --with-perl --with-perl-options="INSTALLDIRS=vendor" --with-lqr --with-rsvg \ - --without-gvc --without-djvu --without-autotrace --without-webp \ - --without-jbig --without-fpx --without-dps --without-fftw - make + --enable-opencl --without-gvc --without-djvu --without-autotrace \ + --without-webp --without-jbig --without-fpx --without-dps --without-fftw + make } check() { @@ -41,7 +42,7 @@ check() { package_imagemagick() { pkgdesc="An image viewing/manipulation program" - depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr') + depends=('perl' 'libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'liblqr' 'libcl') optdepends=('ghostscript: for Ghostscript support' 'openexr: for OpenEXR support' 'libwmf: for WMF support' diff --git a/extra/libwebp/PKGBUILD b/extra/libwebp/PKGBUILD index 04e6dcd55..cfeb14901 100644 --- a/extra/libwebp/PKGBUILD +++ b/extra/libwebp/PKGBUILD @@ -1,16 +1,18 @@ -# $Id: PKGBUILD 188992 2013-06-27 23:02:01Z heftig $ +# $Id: PKGBUILD 189920 2013-07-11 14:30:26Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) # Contributor: Alexander Rødseth # Contributor: Jon Nordby pkgname=libwebp pkgver=0.3.1 -pkgrel=1 +pkgrel=2 pkgdesc="WebP library and conversion tools" arch=(x86_64 i686) url="https://developers.google.com/speed/webp/" license=(BSD) depends=(libpng libjpeg libtiff giflib) +makedepends=(freeglut mesa glu) +optdepends=('freeglut: vwebp viewer') options=('!libtool') source=("http://webp.googlecode.com/files/$pkgname-$pkgver.tar.gz") sha256sums=('b37932c625322a69fe4e9b88884b5c7aed2b3eaf9fd5e5b480aee339a92e6ee7') diff --git a/extra/mtr/PKGBUILD b/extra/mtr/PKGBUILD index 322bb94e6..cd6970bfe 100644 --- a/extra/mtr/PKGBUILD +++ b/extra/mtr/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 186756 2013-05-31 04:03:04Z foutrelis $ +# $Id: PKGBUILD 189932 2013-07-11 19:04:39Z ioni $ # Maintainer : Ionut Biru # Contributor: Douglas Soares de Andrade pkgbase=mtr pkgname=(mtr mtr-gtk) -pkgver=0.84 -pkgrel=2 +pkgver=0.85 +pkgrel=1 arch=('i686' 'x86_64') license=('GPL') makedepends=('ncurses' 'gtk2') source=(ftp://ftp.bitwizard.nl/mtr/$pkgbase-$pkgver.tar.gz) -url="http://www.bitwizard.nl/mtr/" -md5sums=('df61096ae1b18b27f915feeb907ae48c') +url=""ba1e111d270178eb1d65e51ebf6503f +md5sums=('aba1e111d270178eb1d65e51ebf6503f') build() { cp -r $pkgbase-$pkgver $pkgbase-cli diff --git a/extra/openconnect/PKGBUILD b/extra/openconnect/PKGBUILD index edac4627b..9bc6d2093 100644 --- a/extra/openconnect/PKGBUILD +++ b/extra/openconnect/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 186524 2013-05-28 10:31:58Z ioni $ +# $Id: PKGBUILD 189941 2013-07-11 19:58:49Z ioni $ # Maintainer: Ionut Biru pkgname=openconnect -pkgver=5.00 +pkgver=5.01 pkgrel=1 epoch=1 pkgdesc="Open client for Cisco AnyConnect VPN" @@ -13,7 +13,7 @@ depends=('libxml2' 'gnutls' 'libproxy' 'vpnc') makedepends=('intltool' 'python2') options=('!libtool' '!emptydirs') source=(ftp://ftp.infradead.org/pub/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('b3677a4b15f8c530615f4c42dadce275') +md5sums=('40b059f0fe955cd4f41d7abb97d84ce8') build() { cd $pkgname-$pkgver diff --git a/extra/p11-kit/PKGBUILD b/extra/p11-kit/PKGBUILD index 799cfc43c..2480f6010 100644 --- a/extra/p11-kit/PKGBUILD +++ b/extra/p11-kit/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 186511 2013-05-28 09:43:54Z ioni $ +# $Id: PKGBUILD 189939 2013-07-11 19:54:40Z ioni $ # Maintainer: Ionut Biru pkgname=p11-kit -pkgver=0.18.2 +pkgver=0.18.4 pkgrel=1 pkgdesc="Library to work with PKCS#11 modules" arch=(i686 x86_64) @@ -11,7 +11,7 @@ license=('BSD') depends=('glibc' 'libtasn1') options=(!libtool) source=($url/releases/$pkgname-$pkgver.tar.gz{,.sig}) -md5sums=('7bb1703f38fb778054bf57477c78dc8f' +md5sums=('9535c4e5b9c2ef5f5cd0755115ba098b' 'SKIP') build() { diff --git a/extra/soprano/PKGBUILD b/extra/soprano/PKGBUILD index dc774e99d..86a1e838d 100644 --- a/extra/soprano/PKGBUILD +++ b/extra/soprano/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 189254 2013-07-01 16:34:52Z andrea $ +# $Id: PKGBUILD 189903 2013-07-11 07:11:16Z andrea $ # Maintainer: Andrea Scarpino # Contributor: Tobias Powalowski pkgname=soprano -pkgver=2.9.2 -pkgrel=2 +pkgver=2.9.3 +pkgrel=1 pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 framework for RDF data' arch=('i686' 'x86_64') url='http://soprano.sourceforge.net/' @@ -12,7 +12,7 @@ license=('GPL' 'LGPL') depends=('qt4' 'libiodbc' 'virtuoso-base' 'redland') makedepends=('cmake' 'java-environment' 'doxygen') source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -md5sums=('60ce910cf3c8e4655c614b45d73f2b2a') +md5sums=('714a729809943efd4b536ed15cd66aca') prepare() { mkdir build diff --git a/extra/xf86-input-evdev/PKGBUILD b/extra/xf86-input-evdev/PKGBUILD index 8b0a684da..3ef0ae144 100644 --- a/extra/xf86-input-evdev/PKGBUILD +++ b/extra/xf86-input-evdev/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 180837 2013-03-26 16:14:16Z andyrtr $ +# $Id: PKGBUILD 189922 2013-07-11 14:37:25Z andyrtr $ # Maintainer: Jan de Groot # Contributor: Alexander Baldeck options=('!libtool' '!makeflags') groups=('xorg-drivers' 'xorg') source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('2f5b4403955f8e82603acff7f8f21a67e89a7c0230e1506c6924c4b9dd8f0e57') +sha256sums=('09f887e1ce6cdb92154035db9044e0795a5c80f1ffb9efc599aed9a9dc1ff539') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/extra/xf86-input-wacom/PKGBUILD b/extra/xf86-input-wacom/PKGBUILD index 9da959599..b9f0ace75 100644 --- a/extra/xf86-input-wacom/PKGBUILD +++ b/extra/xf86-input-wacom/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 189777 2013-07-08 07:06:15Z heftig $ +# $Id: PKGBUILD 189910 2013-07-11 09:04:39Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) # Contributor: Jan de Groot # Contributor: M Rawash pkgname=xf86-input-wacom -pkgver=0.21.0 +pkgver=0.22.0 pkgrel=1 pkgdesc="X.Org Wacom tablet driver" arch=(i686 x86_64) @@ -18,7 +18,7 @@ optdepends=('inputattach: support for serial tablets') options=(!libtool) source=(http://downloads.sourceforge.net/project/linuxwacom/$pkgname/$pkgname-$pkgver.tar.bz2 70-wacom.rules) -md5sums=('534784a3a776451c2572e2b666266f36' +md5sums=('cb709fb69a62d0eee9e80a3e0c090234' 'cc46dcb399d5ee62c9feb610c60d1270') build() { diff --git a/extra/xterm/PKGBUILD b/extra/xterm/PKGBUILD index cf93c56ed..c6015745d 100644 --- a/extra/xterm/PKGBUILD +++ b/extra/xterm/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 189748 2013-07-07 08:14:03Z andyrtr $ +# $Id: PKGBUILD 189924 2013-07-11 14:40:14Z andyrtr $ # Maintainer: Jan de Groot # Contributor: Alexander Baldeck pkgname=xterm -pkgver=295 +pkgver=296 pkgrel=1 pkgdesc="X Terminal Emulator" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ license=('custom') depends=('libxft' 'libxaw' 'ncurses' 'xorg-luit' 'xbitmaps' 'libutempter') source=(ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz LICENSE) -md5sums=('5a11e78d3504c859e8b16f7bbe03b0d1' +md5sums=('63d498b14a9d45ae79d3fd3124c72a17' '10ecc3f8ee91e3189863a172f68282d2') build() { diff --git a/libre/angband-libre/PKGBUILD b/libre/angband-libre/PKGBUILD new file mode 100644 index 000000000..21bde2beb --- /dev/null +++ b/libre/angband-libre/PKGBUILD @@ -0,0 +1,56 @@ +# Maintainer: Israfel +# Original Maintainer: schuay +# Original Maintainer: Mike Sampson +# Contributor: Adrian Stratulat +# Contributor: Anton Bazhenov +# Contributor: KillaB +# Contributor: Callan Barrett +# Contributor: Christian Schmidt +# Contributor: Sebastian Sareyko + +_pkgname=angband +pkgname=angband-libre +pkgver=3.4.1 +pkgrel=1 +pkgdesc="A roguelike dungeon exploration game based on the writings of JRR Tolkien, without nonfree sound effects" +arch=('i686' 'x86_64') +url="http://rephial.org/" +license=('GPL2' 'custom') +replaces=$_pkgname +conflicts=$_pkgname +provides=$_pkgname=$pkgver +depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses' 'libglade') +source=("http://rephial.org/downloads/${pkgver:0:3}/angband-v${pkgver}.tar.gz" "sound.patch") + +build() { + + cd "${srcdir}/angband-v${pkgver}" + + patch -Np1 -i ../sound.patch + + ./configure \ + --prefix=/usr \ + --bindir=/usr/bin \ + --sysconfdir=/usr/share/angband \ + --with-configpath=/usr/share/angband \ + --with-libpath=/usr/share/angband \ + --enable-gtk \ + --enable-sdl \ + --enable-sdl-mixer + + make + +} + +package() { + + cd "${srcdir}/angband-v${pkgver}" + + make DESTDIR="${pkgdir}" install + + rm -f "${pkgdir}/usr/share/angband/*/delete.me" + install -Dm644 copying.txt "${pkgdir}/usr/share/licenses/angband/COPYING" + +} +sha512sums=('76099c8fa999e88ea1324bb70b4dee5df1faccd1fa256cc0c460ce2c5ddae9634fdef876bd0d826e99e6dcc54a9f9cf619d82552dc658d0115b97e0e644c19d3' + 'fb3795f7ef5a266e36ef51c9275e65613eeba04fc4283646f21e77ca571b1562c1ad9a11782fe8f1052cefc48b0f3fa1f162bfff88fe8cf62c39e142878d3251') diff --git a/libre/angband-libre/sound.patch b/libre/angband-libre/sound.patch new file mode 100644 index 000000000..e70373b72 --- /dev/null +++ b/libre/angband-libre/sound.patch @@ -0,0 +1,154 @@ +# Removes nonfree sounds +# Made by Israfel +diff -Nur angband-v3.4.1/copying.txt angband-v3.4.1-libre/copying.txt +--- angband-v3.4.1/copying.txt 2012-10-19 15:47:23.000000000 -0400 ++++ angband-v3.4.1-libre/copying.txt 2013-06-29 20:07:03.250510548 -0400 +@@ -27,8 +27,6 @@ + of this file. Currently some of the tiles in the 64x64.png tilesheet were + resized from tiles made by David Gervais for the 32x32 set. + +- * the sounds are freeware, whatever that means. +- + * The font files are all by Leon Marrick and/or Sheldon Simms III and/or Nick + McConnell, all of whom have agreed to their Angband work being released + under the GPL. +Binary files angband-v3.4.1/lib/xtra/sound/breath.wav and angband-v3.4.1-libre/lib/xtra/sound/breath.wav differ +Binary files angband-v3.4.1/lib/xtra/sound/clunk.wav and angband-v3.4.1-libre/lib/xtra/sound/clunk.wav differ +Binary files angband-v3.4.1/lib/xtra/sound/death.wav and angband-v3.4.1-libre/lib/xtra/sound/death.wav differ +Binary files angband-v3.4.1/lib/xtra/sound/destroy.wav and angband-v3.4.1-libre/lib/xtra/sound/destroy.wav differ +Binary files angband-v3.4.1/lib/xtra/sound/drop.wav and angband-v3.4.1-libre/lib/xtra/sound/drop.wav differ +Binary files angband-v3.4.1/lib/xtra/sound/eat.wav and angband-v3.4.1-libre/lib/xtra/sound/eat.wav differ +Binary files angband-v3.4.1/lib/xtra/sound/flee.wav and angband-v3.4.1-libre/lib/xtra/sound/flee.wav differ +Binary files angband-v3.4.1/lib/xtra/sound/hallu.wav and angband-v3.4.1-libre/lib/xtra/sound/hallu.wav differ +Binary files angband-v3.4.1/lib/xtra/sound/hit1.wav and angband-v3.4.1-libre/lib/xtra/sound/hit1.wav differ +Binary files angband-v3.4.1/lib/xtra/sound/hit.wav and angband-v3.4.1-libre/lib/xtra/sound/hit.wav differ +Binary files angband-v3.4.1/lib/xtra/sound/kill1.wav and angband-v3.4.1-libre/lib/xtra/sound/kill1.wav differ +Binary files angband-v3.4.1/lib/xtra/sound/kill.wav and angband-v3.4.1-libre/lib/xtra/sound/kill.wav differ +Binary files angband-v3.4.1/lib/xtra/sound/level.wav and angband-v3.4.1-libre/lib/xtra/sound/level.wav differ +diff -Nur angband-v3.4.1/lib/xtra/sound/Makefile angband-v3.4.1-libre/lib/xtra/sound/Makefile +--- angband-v3.4.1/lib/xtra/sound/Makefile 2012-10-19 15:47:23.000000000 -0400 ++++ angband-v3.4.1-libre/lib/xtra/sound/Makefile 2013-06-29 20:05:33.734131933 -0400 +@@ -1,9 +1,6 @@ + MKPATH=../../../mk/ + include $(MKPATH)buildsys.mk + +-DATA = sound.cfg breath.wav clunk.wav death.wav destroy.wav drop.wav eat.wav \ +- flee.wav hallu.wav hit.wav hit1.wav kill.wav kill1.wav level.wav \ +- miss.wav miss1.wav money.wav opendoor.wav shutdoor.wav thump.wav \ +- vomit.wav ++DATA = sound.cfg + PACKAGE = xtra/sound + +Binary files angband-v3.4.1/lib/xtra/sound/miss1.wav and angband-v3.4.1-libre/lib/xtra/sound/miss1.wav differ +Binary files angband-v3.4.1/lib/xtra/sound/miss.wav and angband-v3.4.1-libre/lib/xtra/sound/miss.wav differ +Binary files angband-v3.4.1/lib/xtra/sound/money.wav and angband-v3.4.1-libre/lib/xtra/sound/money.wav differ +Binary files angband-v3.4.1/lib/xtra/sound/opendoor.wav and angband-v3.4.1-libre/lib/xtra/sound/opendoor.wav differ +Binary files angband-v3.4.1/lib/xtra/sound/shutdoor.wav and angband-v3.4.1-libre/lib/xtra/sound/shutdoor.wav differ +diff -Nur angband-v3.4.1/lib/xtra/sound/sound.cfg angband-v3.4.1-libre/lib/xtra/sound/sound.cfg +--- angband-v3.4.1/lib/xtra/sound/sound.cfg 2012-10-19 15:47:23.000000000 -0400 ++++ angband-v3.4.1-libre/lib/xtra/sound/sound.cfg 2013-06-29 20:06:41.344730009 -0400 +@@ -41,19 +41,19 @@ + # + + # The shopkeep bought a worthless item. +-store1 = money.wav ++store1 = + + # The shopkeep paid too much for an item. +-store2 = money.wav ++store2 = + + # The shopkeep got away with a good bargain. +-store3 = money.wav ++store3 = + + # The shopkeep got away with a great bargain. +-store4 = money.wav ++store4 = + + # You make a normal transaction (buying or selling). +-store5 = money.wav ++store5 = + + # You enter a store. + store_enter = +@@ -69,7 +69,7 @@ + # + + # You succeed in a melee attack against a monster. +-hit = hit.wav drop.wav hit1.wav ++hit = + + # It was a good hit! + hit_good = +@@ -87,7 +87,7 @@ + hit_hi_superb = + + # You miss a melee attack against a monster. +-miss = miss.wav miss1.wav ++miss = + + # You fire a missile. + shoot = +@@ -99,7 +99,7 @@ + hitpoint_warn = + + # You die. +-death = death.wav ++death = + + # + # Player sounds - status changes +@@ -200,10 +200,10 @@ + money3 = + + # You (or a monster) drop something on the ground. +-drop = clunk.wav ++drop = + + # You gain (or regain) a level. +-level = level.wav ++level = + + # You successfully study a spell or prayer. + study = +@@ -227,19 +227,19 @@ + hitwall = + + # You eat something. +-eat = eat.wav ++eat = + + # You successfully dig through something. +-dig = thump.wav ++dig = + + # You open a door. +-opendoor = opendoor.wav ++opendoor = + + # You shut a door. +-shutdoor = shutdoor.wav ++shutdoor = + + # You teleport from a level (including via recall). +-tplevel = teleport.wav ++tplevel = + + # Default "bell" sound for system messages. + bell = +@@ -294,10 +294,10 @@ + # + + # A monster flees in terror. +-flee = flee.wav ++flee = + + # A monster is killed. +-kill = kill.wav destroy.wav kill1.wav ++kill = + + # A unique is killed. + kill_unique = +Binary files angband-v3.4.1/lib/xtra/sound/thump.wav and angband-v3.4.1-libre/lib/xtra/sound/thump.wav differ +Binary files angband-v3.4.1/lib/xtra/sound/vomit.wav and angband-v3.4.1-libre/lib/xtra/sound/vomit.wav differ diff --git a/libre/epiphany-libre/PKGBUILD b/libre/epiphany-libre/PKGBUILD new file mode 100644 index 000000000..d6a1c77b2 --- /dev/null +++ b/libre/epiphany-libre/PKGBUILD @@ -0,0 +1,56 @@ +# $Id: PKGBUILD 186904 2013-05-31 18:08:27Z heftig $ +# Maintainer: Jan de Groot +# Maintainer (Parabola): André Silva +# Contributor (Parabola): Márcio Silva + +_pkgname=epiphany +pkgname=epiphany-libre +pkgver=3.8.2 +pkgrel=1 +install=epiphany.install +pkgdesc="A GNOME web browser based on the WebKit rendering engine, with DuckDuckGo HTML support" +arch=('i686' 'x86_64' 'mips64el') +license=('GPL') +depends=('libsoup' 'libnotify' 'gsettings-desktop-schemas' 'webkitgtk3' 'nss' 'iso-codes' 'dconf' 'desktop-file-utils' + 'hicolor-icon-theme' 'gcr' 'gnome-desktop' 'libwnck3') +makedepends=('intltool' 'gnome-doc-utils' 'startup-notification' 'gobject-introspection') +replaces=$_pkgname +conflicts=$_pkgname +provides=$_pkgname=$pkgver +options=('!libtool' '!emptydirs') +groups=('gnome') +url="http://www.gnome.org/projects/epiphany/" +source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgname/${pkgver:0:3}/$_pkgname-$pkgver.tar.xz) +sha256sums=('ae89d6902ed243304d2cbf2fa361f6dd0cb3401fdaf726e6fdd4acc09197d50a') + +prepare() { + cd $_pkgname-$pkgver + + # Replace Google support to DuckDuckGo HTML + sed -i 's|http://www[.]google[.]com/search?q=search[&]ie=UTF-8[&]oe=UTF-8|https://duckduckgo.com/html/?q=search|g' $(grep -rlI 'http://www[.]google[.]com/search?q=search&ie=UTF-8&oe=UTF-8') + sed -i 's|http://www[.]google[.]com/search?q=lala%2Elala[&]ie=UTF-8[&]oe=UTF-8|https://duckduckgo.com/html/?q=lala.lala|g' $(grep -rlI 'http://www[.]google[.]com/search?q=lala%2Elala&ie=UTF-8&oe=UTF-8') + sed -i 's|http://www[.]google[.]com/search?q=totalgarbage0xdeadbeef[&]ie=UTF-8[&]oe=UTF-8|https://duckduckgo.com/html/?q=totalgarbage0xdeadbeef|g' $(grep -rlI 'http://www[.]google[.]com/search?q=totalgarbage0xdeadbeef&ie=UTF-8&oe=UTF-8') + sed -i 's|http://www[.]google[.]com/search?q=search+separated+words+please[&]ie=UTF-8[&]oe=UTF-8|https://duckduckgo.com/html/?q=search+separated+words+please|g' $(grep -rlI 'http://www[.]google[.]com/search?q=search+separated+words+please&ie=UTF-8&oe=UTF-8') + sed -i '\|a quoted string should be searched|d' $(grep -rlI 'a quoted string should be searched') + sed -i 's|http://www[.]google[.]com/search?q=%s[&]amp;ie=UTF-8[&]amp;oe=UTF-8|https://duckduckgo.com/html/?q=%s|g' $(grep -rlI 'http://www[.]google[.]com/search') + sed -i 's|http://www[.]google[.]com|https://duckduckgo.com/html|g' $(grep -rlI 'google[.]com') + sed -i 's|http://google[.]com|https://duckduckgo.com/html|g' $(grep -rlI 'google[.]com') + sed -i 's|mail[.]google[.]com|mail.com|g' $(grep -rlI 'mail[.]google[.]com') + sed -i 's|google[.]com|duckduckgo.com/html|g' $(grep -rlI 'google[.]com') +} + +build() { + cd $_pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var + + # https://bugzilla.gnome.org/show_bug.cgi?id=655517 + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool + + make +} + +package() { + cd $_pkgname-$pkgver + make DESTDIR="$pkgdir" install +} diff --git a/libre/epiphany-libre/epiphany.install b/libre/epiphany-libre/epiphany.install new file mode 100644 index 000000000..8b17fa3d4 --- /dev/null +++ b/libre/epiphany-libre/epiphany.install @@ -0,0 +1,13 @@ +post_install() { + glib-compile-schemas /usr/share/glib-2.0/schemas + update-desktop-database -q + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} diff --git a/pcr/nppangband-libre/PKGBUILD b/pcr/nppangband-libre/PKGBUILD new file mode 100644 index 000000000..eeb59f6fc --- /dev/null +++ b/pcr/nppangband-libre/PKGBUILD @@ -0,0 +1,33 @@ +# Maintainer: Israfel +# Original PKGBUILD by James Rayner +# The Angband "adjust-sound-dir" patch by Chris Carr served as a reference for what files to edit for sound.patch + +_pkgname=nppangband +pkgname=nppangband-libre +pkgver=6.1.2 +pkgrel=1 +pkgdesc="A variant of Angband that attempts to take popular ideas from other variants, without nonfree sound effects" +url="http://forum.nppangband.org/" +replaces=$_pkgname +conflicts=$_pkgname +provides=$_pkgname +depends=('sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses' 'libx11' 'freetype2') +source=(http://download.nppangband.org/npp-6.1.2-src.zip sound.patch) +license=('GPLv2 custom') +arch=('i686' 'x86_64') + +build() { + cd $srcdir/npp-6.1.2-src/ + patch -Np1 -i ../sound.patch + sh autogen.sh + ./configure --enable-sdl + make +} + +package() { + cd $srcdir/npp-6.1.2-src/ + make DESTDIR="$pkgdir/" install +} + +sha512sums=('e12e05fd8944bb1d7e43b883416009a8e77198ee1ad0ea87480eaafb5f46ecdb218ef0b68876fb77cc2ab490a99f9b9303e02c7db385db6eb8d1d01a48cffdd0' + '820f4e678543b8f4d5092d6654bb3d4006e039fbc119d9ff5f468c01176497c25579ca2b0d6f6d302b11a3fbfaa6cfcdf89029ff586cda31d97e413cb8b91040') diff --git a/pcr/nppangband-libre/sound.patch b/pcr/nppangband-libre/sound.patch new file mode 100644 index 000000000..9de2b0177 --- /dev/null +++ b/pcr/nppangband-libre/sound.patch @@ -0,0 +1,241 @@ +# Made by Israfel for the Parabola GNU/Linux-Libre "nppangband-libre" package +# The Angband "adjust-sound-dir" patch by Chris Carr served as a reference for what files to edit +diff -crB npp-6.1.2-src/COPYING npp-6.1.2-src-libre/COPYING +*** npp-6.1.2-src/COPYING 2013-03-29 14:37:32.000000000 -0400 +--- npp-6.1.2-src-libre/COPYING 2013-06-29 16:22:09.154804370 -0400 +*************** +*** 13,20 **** + * David Gervais' (32x32) graphics, including modifications and additional tiles by Jeff Greene, Thacker and Rob Fiala for NPPAngband may be redistributed, + modified, and used only under the terms of the Creative Commons Attribution 3.0 licence: http://creativecommons.org/licenses/by/3.0/ + +- * the sounds are freeware, whatever that means. +- + * the font files are under the licences noted in lib/xtra/font/copying.txt, + all of which are OSI-compliant. + +--- 13,18 ---- +Only in npp-6.1.2-src/lib/xtra/sound: breath.wav +Only in npp-6.1.2-src/lib/xtra/sound: clunk.wav +Only in npp-6.1.2-src/lib/xtra/sound: death.wav +Only in npp-6.1.2-src/lib/xtra/sound: destroy.wav +Only in npp-6.1.2-src/lib/xtra/sound: drop.wav +Only in npp-6.1.2-src/lib/xtra/sound: eat.wav +Only in npp-6.1.2-src/lib/xtra/sound: flee.wav +Only in npp-6.1.2-src/lib/xtra/sound: hallu.wav +Only in npp-6.1.2-src/lib/xtra/sound: hit1.wav +Only in npp-6.1.2-src/lib/xtra/sound: hit.wav +Only in npp-6.1.2-src/lib/xtra/sound: kill1.wav +Only in npp-6.1.2-src/lib/xtra/sound: kill.wav +Only in npp-6.1.2-src/lib/xtra/sound: level.wav +diff -crB npp-6.1.2-src/lib/xtra/sound/Makefile npp-6.1.2-src-libre/lib/xtra/sound/Makefile +*** npp-6.1.2-src/lib/xtra/sound/Makefile 2013-03-29 14:37:36.000000000 -0400 +--- npp-6.1.2-src-libre/lib/xtra/sound/Makefile 2013-06-29 16:21:53.525414705 -0400 +*************** +*** 1,10 **** + MKPATH=../../../mk/ + include $(MKPATH)buildsys.mk + +! LIBDATA = sound.cfg breath.wav clunk.wav death.wav destroy.wav \ +! drop.wav eat.wav flee.wav hallu.wav hit.wav hit1.wav kill.wav \ +! kill1.wav level.wav miss.wav miss1.wav money.wav opendoor.wav \ +! shutdoor.wav thump.wav vomit.wav \ + + PACKAGE = xtra/sound + +--- 1,7 ---- + MKPATH=../../../mk/ + include $(MKPATH)buildsys.mk + +! LIBDATA = sound.cfg + + PACKAGE = xtra/sound + +Only in npp-6.1.2-src/lib/xtra/sound: miss1.wav +Only in npp-6.1.2-src/lib/xtra/sound: miss.wav +Only in npp-6.1.2-src/lib/xtra/sound: money.wav +Only in npp-6.1.2-src/lib/xtra/sound: opendoor.wav +Only in npp-6.1.2-src/lib/xtra/sound: shutdoor.wav +diff -crB npp-6.1.2-src/lib/xtra/sound/sound.cfg npp-6.1.2-src-libre/lib/xtra/sound/sound.cfg +*** npp-6.1.2-src/lib/xtra/sound/sound.cfg 2013-03-29 14:37:38.000000000 -0400 +--- npp-6.1.2-src-libre/lib/xtra/sound/sound.cfg 2013-06-29 16:20:47.241336459 -0400 +*************** +*** 41,59 **** + # + + # The shopkeep bought a worthless item. +! store1 = money.wav + + # The shopkeep paid too much for an item. +! store2 = money.wav + + # The shopkeep got away with a good bargain. +! store3 = money.wav + + # The shopkeep got away with a great bargain. +! store4 = money.wav + + # You make a normal transaction (buying or selling). +! store5 = money.wav + + # You enter a store. + store_enter = +--- 41,59 ---- + # + + # The shopkeep bought a worthless item. +! store1 = + + # The shopkeep paid too much for an item. +! store2 = + + # The shopkeep got away with a good bargain. +! store3 = + + # The shopkeep got away with a great bargain. +! store4 = + + # You make a normal transaction (buying or selling). +! store5 = + + # You enter a store. + store_enter = +*************** +*** 69,75 **** + # + + # You succeed in a melee attack against a monster. +! hit = hit.wav drop.wav hit1.wav + + # It was a good hit! + hit_good = +--- 69,75 ---- + # + + # You succeed in a melee attack against a monster. +! hit = + + # It was a good hit! + hit_good = +*************** +*** 87,93 **** + hit_hi_superb = + + # You miss a melee attack against a monster. +! miss = miss.wav miss1.wav + + # You fire a missile. + shoot = +--- 87,93 ---- + hit_hi_superb = + + # You miss a melee attack against a monster. +! miss = + + # You fire a missile. + shoot = +*************** +*** 99,105 **** + hitpoint_warn = + + # You die. +! death = death.wav + + # + # Player sounds - status changes +--- 99,105 ---- + hitpoint_warn = + + # You die. +! death = + + # + # Player sounds - status changes +*************** +*** 197,206 **** + money3 = + + # You (or a monster) drop something on the ground. +! drop = clunk.wav + + # You gain (or regain) a level. +! level = level.wav + + # You successfully study a spell or prayer. + study = +--- 197,206 ---- + money3 = + + # You (or a monster) drop something on the ground. +! drop = + + # You gain (or regain) a level. +! level = + + # You successfully study a spell or prayer. + study = +*************** +*** 224,242 **** + hitwall = + + # You eat something. +! eat = eat.wav + + # You successfully dig through something. +! dig = thump.wav + + # You open a door. +! opendoor = opendoor.wav + + # You shut a door. +! shutdoor = shutdoor.wav + + # You teleport from a level (including via recall). +! tplevel = teleport.wav + + # Default "bell" sound for system messages. + bell = +--- 224,242 ---- + hitwall = + + # You eat something. +! eat = + + # You successfully dig through something. +! dig = + + # You open a door. +! opendoor = + + # You shut a door. +! shutdoor = + + # You teleport from a level (including via recall). +! tplevel = + + # Default "bell" sound for system messages. + bell = +*************** +*** 291,300 **** + # + + # A monster flees in terror. +! flee = flee.wav + + # A monster is killed. +! kill = kill.wav destroy.wav kill1.wav + + # A unique is killed. + kill_unique = +--- 291,300 ---- + # + + # A monster flees in terror. +! flee = + + # A monster is killed. +! kill = + + # A unique is killed. + kill_unique = +Only in npp-6.1.2-src/lib/xtra/sound: thump.wav +Only in npp-6.1.2-src/lib/xtra/sound: vomit.wav diff --git a/pcr/zita-convolver/PKGBUILD b/pcr/zita-convolver/PKGBUILD deleted file mode 100644 index 5017f144f..000000000 --- a/pcr/zita-convolver/PKGBUILD +++ /dev/null @@ -1,36 +0,0 @@ -# Maintainer : Guest One - -pkgname=zita-convolver -pkgver=3.1.0 -pkgrel=1 -pkgdesc="Convolution library for aeolus and jconvolver" -arch=('i686' 'x86_64') -url="http://kokkinizita.linuxaudio.org/linuxaudio" -license=('GPL') -depends=('fftw' 'gcc-libs') -source=("http://kokkinizita.linuxaudio.org/linuxaudio/downloads/zita-convolver-$pkgver.tar.bz2") -md5sums=('7e264d0fb0d8ea277cdb4e33d764c68a') - -build() { - cd "$srcdir/zita-convolver-$pkgver/libs" - - sed -i 's/usr\/local/usr/' Makefile - sed -i 's/ldconfig//' Makefile - - make -} - -package() { - cd "$srcdir/$pkgname-$pkgver/libs" - - make SUFFIX="" PREFIX="$pkgdir/usr" DESTDIR=${PKGDIR} install - - - # Another failed attempt at trying to be clever. A simple call to ldconfig might have worked. - # ln -s lib$pkgname.so.$pkgver \ - # "$pkgdir/usr/lib/lib$pkgname.so.${pkgver%%.*}" - - # ln -s lib${pkgname}.so.$pkgver ${pkgdir}/usr/lib/lib${pkgname}.so -} - - -- cgit v1.2.3-54-g00ecf