summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/aegisub/PKGBUILD28
-rw-r--r--community/aegisub/wxgtk2.9.5.patch36
-rw-r--r--community/agsync/PKGBUILD25
-rw-r--r--community/argyllcms/PKGBUILD8
-rw-r--r--community/connman/PKGBUILD6
-rw-r--r--community/electricsheep/PKGBUILD4
-rwxr-xr-xcommunity/higan-gtk/PKGBUILD72
-rwxr-xr-xcommunity/higan-qt/PKGBUILD97
-rw-r--r--community/kde4-kio-rapip/PKGBUILD10
-rw-r--r--community/kphotoalbum/PKGBUILD4
-rw-r--r--community/libpng12/PKGBUILD6
-rw-r--r--community/librtfcomp/PKGBUILD6
-rw-r--r--community/moreutils/PKGBUILD6
-rw-r--r--community/opencc/PKGBUILD8
-rw-r--r--community/orange/PKGBUILD8
-rw-r--r--community/poedit/PKGBUILD6
-rw-r--r--community/reptyr/PKGBUILD11
-rw-r--r--community/scribus/PKGBUILD12
-rw-r--r--community/synce-rra/PKGBUILD16
-rw-r--r--community/synce-serial/PKGBUILD27
-rw-r--r--community/synce-vdccm/PKGBUILD24
-rw-r--r--community/synce-vdccm/build-fix.patch123
-rw-r--r--community/tinc/PKGBUILD8
-rw-r--r--community/virtualbox-modules-lts/PKGBUILD4
-rw-r--r--community/virtualbox-modules/PKGBUILD4
-rw-r--r--community/wxgtk2.9/PKGBUILD17
-rw-r--r--community/wxgtk2.9/wxGTK-2.9.5-collision.patch (renamed from community/wxgtk2.9/wxGTK-2.9.4-collision.patch)13
27 files changed, 239 insertions, 350 deletions
diff --git a/community/aegisub/PKGBUILD b/community/aegisub/PKGBUILD
index de1403d0b..dbeecc2bd 100755
--- a/community/aegisub/PKGBUILD
+++ b/community/aegisub/PKGBUILD
@@ -1,32 +1,42 @@
-# $Id: PKGBUILD 93876 2013-07-11 16:18:40Z alucryd $
+# $Id: PKGBUILD 96068 2013-08-19 20:07:28Z eric $
# Maintainer: Maxime Gauduin <alucryd@gmail.com>
# Contributor: kozec <kozec@kozec.com>
# Contributor: Limao Luo <luolimao+AUR@gmail.com>
pkgname=aegisub
pkgver=3.0.4
-pkgrel=1
+pkgrel=2
pkgdesc="A general-purpose subtitle editor with ASS/SSA support"
arch=('i686' 'x86_64')
url="http://www.aegisub.org"
license=('GPL' 'BSD')
-depends=('desktop-file-utils' 'ffmpegsource' 'fftw' 'hicolor-icon-theme' 'hunspell' 'lua51' 'wxgtk2.9' 'hicolor-icon-theme')
+depends=('desktop-file-utils' 'ffmpegsource' 'fftw' 'hicolor-icon-theme' 'hunspell' 'lua51' 'wxgtk2.9')
makedepends=('mesa')
install=aegisub.install
-source=("http://ftp.aegisub.org/pub/releases/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('7d5d8b94da02278b3327f24dd546c0c897c4b369bd2da9e094dc60371422019a')
+source=("http://ftp.aegisub.org/pub/releases/${pkgname}-${pkgver}.tar.xz"
+ 'wxgtk2.9.5.patch')
+sha256sums=('7d5d8b94da02278b3327f24dd546c0c897c4b369bd2da9e094dc60371422019a'
+ 'b3dc9f094d23e6f38a7a03dc3692056bd9e09095dab8385d7f2fd7c0e73e19d2')
+
+prepare() {
+ cd ${pkgname}/${pkgname}
+
+ patch -Np2 -i ../../wxgtk2.9.5.patch
+}
build() {
- cd "${srcdir}"/${pkgname}/${pkgname}
+ cd ${pkgname}/${pkgname}
- ACLOCAL=aclocal AUTOMAKE=automake ./autogen.sh --prefix=/usr --without-{portaudio,openal,oss} --with-wxdir=/usr/include/wx-2.9 --with-wx-config=/usr/bin/wx-config-2.9
+ export ACLOCAL=aclocal
+ export AUTOMAKE=automake
+ ./autogen.sh --prefix=/usr --without-{portaudio,openal,oss} --with-wxdir=/usr/include/wx-2.9 --with-wx-config=/usr/bin/wx-config-2.9
make
}
package() {
- cd "${srcdir}"/${pkgname}/${pkgname}
+ cd ${pkgname}/${pkgname}
- make DESTDIR="$pkgdir" install
+ make DESTDIR="${pkgdir}" install
# License
install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub
diff --git a/community/aegisub/wxgtk2.9.5.patch b/community/aegisub/wxgtk2.9.5.patch
new file mode 100644
index 000000000..5c0b805ff
--- /dev/null
+++ b/community/aegisub/wxgtk2.9.5.patch
@@ -0,0 +1,36 @@
+From ca8036d425bf59020b476259e7857e8c67ebb6ba Mon Sep 17 00:00:00 2001
+From: Maxime Gauduin <alucryd@gmail.com>
+Date: Mon, 12 Aug 2013 05:20:41 +0200
+Subject: [PATCH] wxStandardPaths is protected as of wxgtk 2.9.5
+
+---
+ aegisub/src/utils.cpp | 6 ++----
+ 1 file changed, 2 insertions(+), 4 deletions(-)
+
+diff --git a/aegisub/src/utils.cpp b/aegisub/src/utils.cpp
+index 70c9ea1..f72593d 100644
+--- a/aegisub/src/utils.cpp
++++ b/aegisub/src/utils.cpp
+@@ -121,8 +121,7 @@ void RestartAegisub() {
+ config::opt->Flush();
+
+ #if defined(__WXMSW__)
+- wxStandardPaths stand;
+- wxExecute("\"" + stand.GetExecutablePath() + "\"");
++ wxExecute("\"" + wxStandardPaths::Get().GetExecutablePath() + "\"");
+ #elif defined(__WXMAC__)
+ std::string bundle_path = agi::util::OSX_GetBundlePath();
+ std::string helper_path = agi::util::OSX_GetBundleAuxillaryExecutablePath("restart-helper");
+@@ -132,8 +131,7 @@ void RestartAegisub() {
+ LOG_I("util/restart/exec") << exec;
+ wxExecute(exec);
+ #else
+- wxStandardPaths stand;
+- wxExecute(stand.GetExecutablePath());
++ wxExecute(wxStandardPaths::Get().GetExecutablePath());
+ #endif
+ }
+
+--
+1.8.3.4
+
diff --git a/community/agsync/PKGBUILD b/community/agsync/PKGBUILD
deleted file mode 100644
index da0d64a16..000000000
--- a/community/agsync/PKGBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 65031 2012-02-20 02:09:59Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Zhukov Pavel <gelios@gmail.com>
-
-pkgname=agsync
-pkgver=0.2_pre
-_xpkgver=${pkgver/_/-}
-pkgrel=4
-pkgdesc="AvantGo sync plugin"
-arch=('i686' 'x86_64')
-url="http://duskwood.lownewulf.com/"
-license=("GPL")
-depends=('synce-librapi')
-makedepends=('synce-libsynce')
-source=(http://duskwood.lownewulf.com/$pkgname-$_xpkgver.tgz)
-md5sums=('74de1b1452a718c85364fab5ce3c0c2a')
-
-build() {
- cd $srcdir/$pkgname-$_xpkgver
- make
- mkdir -p $pkgdir/usr/{bin,lib,include}
- cp agsync $pkgdir/usr/bin/
- cp mal-files/mal-funcs.a $pkgdir/usr/lib/
- cp mal-files/AG{Net,Types}.h $pkgdir/usr/include/
-}
diff --git a/community/argyllcms/PKGBUILD b/community/argyllcms/PKGBUILD
index b7a2597d2..29aa2e938 100644
--- a/community/argyllcms/PKGBUILD
+++ b/community/argyllcms/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 94940 2013-08-01 12:47:25Z tredaelli $
+# $Id: PKGBUILD 96037 2013-08-19 11:21:51Z tredaelli $
# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
# Contributor: Frank Ickstadt (frank dot ickstadt at gmail dot com)
pkgname=argyllcms
_pkgname=Argyll
-pkgver=1.5.1
+pkgver=1.6.0
_pkgver="V${pkgver}"
-pkgrel=2
+pkgrel=1
pkgdesc="An ICC compatible color management system with support for different colorimeter hardware"
arch=(i686 x86_64)
depends=('libxss' 'libxinerama' 'libxxf86vm' 'libxrandr')
@@ -15,7 +15,7 @@ source=(http://www.argyllcms.com/${_pkgname}_${_pkgver}_src.zip)
url="http://www.argyllcms.com/"
license=("GPL" "AGPL")
install=${pkgname}.install
-md5sums=('a708364bb389a157b78c1e219c00985a')
+md5sums=('0e89e62fd4bb49dcc6ce57d54592216e')
build() {
cd "${srcdir}"/${_pkgname}_${_pkgver}
diff --git a/community/connman/PKGBUILD b/community/connman/PKGBUILD
index 424e7da81..bc9f113c9 100644
--- a/community/connman/PKGBUILD
+++ b/community/connman/PKGBUILD
@@ -1,9 +1,9 @@
-#$Id: PKGBUILD 92495 2013-06-07 09:28:54Z tomegun $
+#$Id: PKGBUILD 95942 2013-08-19 01:37:35Z dwallace $
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
# Contributor: Lucas De Marchi <lucas.de.marchi@gmail.com>
pkgname=connman
-pkgver=1.15
+pkgver=1.16
pkgrel=1
pkgdesc="Wireless LAN network manager"
url="http://connman.net/"
@@ -17,7 +17,7 @@ makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn')
options=('!libtool')
source=("http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
'allow_group_network.diff')
-md5sums=('d68ec364b4b3fba3131defe074c768dc'
+md5sums=('2a6958ba28c29802ccdf9481d9a87fa2'
'a8d22ee089fb0ed725130d16ad393047')
prepare(){
diff --git a/community/electricsheep/PKGBUILD b/community/electricsheep/PKGBUILD
index 869453ae1..b64a79acd 100644
--- a/community/electricsheep/PKGBUILD
+++ b/community/electricsheep/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 94875 2013-08-01 06:54:49Z bpiotrowski $
+# $Id: PKGBUILD 96070 2013-08-19 20:07:30Z eric $
# Maintainer: Eric Bélanger <eric@archlinux.org>
pkgname=electricsheep
pkgver=2.7b33
-pkgrel=10
+pkgrel=11
pkgdesc="A screensaver that realize the collective dream of sleeping computers from all over the internet"
arch=('i686' 'x86_64')
url="http://community.electricsheep.org/"
diff --git a/community/higan-gtk/PKGBUILD b/community/higan-gtk/PKGBUILD
index dfe77182c..5967ecc4f 100755
--- a/community/higan-gtk/PKGBUILD
+++ b/community/higan-gtk/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 85869 2013-03-07 23:37:24Z alucryd $
+# $Id: PKGBUILD 95926 2013-08-18 22:26:48Z alucryd $
# Maintainer: Maxime Gauduin <alucryd@gmail.com>
pkgname=higan-gtk
-pkgver=092
-pkgrel=4
+pkgver=093
+pkgrel=1
pkgdesc="Nintendo multi-system emulator - GTK version"
arch=('i686' 'x86_64')
url="http://code.google.com/p/higan/"
@@ -12,8 +12,12 @@ depends=('libao' 'libpulse' 'libxv' 'openal' 'sdl' 'xdialog')
makedepends=('mesa')
optdepends=('beat: Delta patcher')
conflicts=('higan-qt')
-source=("http://higan.googlecode.com/files/higan_v${pkgver}-source.tar.xz" "http://higan.googlecode.com/files/purify_v03-source.tar.xz" 'higan' 'higan.desktop' 'purify.desktop')
-sha1sums=('a205005f118f6e138065af6e0d14ed990b8f1ce1'
+source=("http://byuu.org/higan/release/higan_v${pkgver}-source.tar.xz"
+ "http://higan.googlecode.com/files/purify_v03-source.tar.xz"
+ 'higan'
+ 'higan.desktop'
+ 'purify.desktop')
+sha1sums=('a1a117159a9c2c6b10a239b870479f520e45408d'
'2aa16f492c879d2cc1d4ffa28f4729a5ed5bb1c3'
'931baedc3bbdd343d2decda72c13b7d0efdcba3c'
'55f4de0a65d6428840d013f9b003d88158c131c7'
@@ -21,54 +25,58 @@ sha1sums=('a205005f118f6e138065af6e0d14ed990b8f1ce1'
_profiles="accuracy balanced performance"
+prepare() {
+ cd higan_v${pkgver}-source
+
+ sed -i "s/flags += -I. -O3 -fomit-frame-pointer/flags += -I. -fomit-frame-pointer -std=gnu++11/
+ s/flags += -march=native/flags += $CXXFLAGS/g" Makefile
+}
+
build() {
# Compile libananke
- cd "${srcdir}"/purify_v03-source/ananke
- make compiler=gcc platform=x phoenix=gtk
-
-# Compile purify
- cd "${srcdir}"/purify_v03-source/purify
- make compiler=gcc platform=x link='-s -lX11 -ldl -Wl,-export-dynamic' phoenix=gtk
+ cd "${srcdir}"/higan_v${pkgver}-source/ananke
+ make compiler=g++ platform=x phoenix=gtk flags="$CXXFLAGS -I.. -fomit-frame-pointer -std=gnu++11"
# Compile higan
- cd "${srcdir}"/higan_v${pkgver}-source/higan
- sed -i 's|flags += -march=native|flags += -mtune=generic|' Makefile
- for _profile in ${_profiles} ; do
- make compiler=gcc platform=x target=ethos phoenix=gtk profile=${_profile}
+ cd "${srcdir}"/higan_v${pkgver}-source
+ for _profile in ${_profiles}; do
+ make compiler=g++ platform=x target=ethos phoenix=gtk profile=${_profile}
mv out/higan out/higan-${_profile}
make clean
done
+
+# Compile purify
+ cd "${srcdir}"/purify_v03-source/purify
+ make compiler=g++ platform=x phoenix=gtk flags="$CXXFLAGS -I. -fomit-frame-pointer -std=gnu++11" link='-s -lX11 -ldl -Wl,-export-dynamic'
}
package() {
# Install common files
cd "${srcdir}"/higan_v${pkgver}-source
- install -dm 755 "${pkgdir}"/usr/{bin,lib,share/{applications,pixmaps,higan}}
- install -m 755 "${srcdir}"/higan "${pkgdir}"/usr/bin/higan
- install -m 644 "${srcdir}"/higan.desktop "${pkgdir}"/usr/share/applications/higan.desktop
- install -m 644 higan/data/higan.png "${pkgdir}"/usr/share/pixmaps/higan.png
- cp -dr --no-preserve=ownership higan/{profile/*,data/cheats.bml} "${pkgdir}"/usr/share/higan/
- cp -dr --no-preserve=ownership shaders "${pkgdir}/usr/share/higan/Video Shaders"
-
-# Fix some permissions
- find "${pkgdir}"/usr/share/higan/ -type d -exec chmod 755 {} +
- find "${pkgdir}"/usr/share/higan/ -type f -exec chmod 644 {} +
+ install -dm 755 "${pkgdir}"/usr/{bin,lib,share/{applications,pixmaps,higan/Video\ Shaders}}
+ install -m 755 ../higan "${pkgdir}"/usr/bin/higan
+ install -m 644 ../higan.desktop "${pkgdir}"/usr/share/applications/higan.desktop
+ install -m 644 data/higan512.png "${pkgdir}"/usr/share/pixmaps/higan.png
+ cp -dr --no-preserve=ownership profile/* data/cheats.bml "${pkgdir}"/usr/share/higan/
+ cp -dr --no-preserve=ownership shaders/*.shader "${pkgdir}"/usr/share/higan/Video\ Shaders/
# Install libananke
- cd "${srcdir}"/purify_v03-source/ananke
- install -m 644 libananke.so "${pkgdir}"/usr/lib/libananke.so.1
+ install -m 644 ananke/libananke.so "${pkgdir}"/usr/lib/libananke.so.1
ln -s /usr/lib/libananke.so.1 "${pkgdir}"/usr/lib/libananke.so
+# Install higan
+ for _profile in ${_profiles} ; do
+ install -m 755 out/higan-${_profile} "${pkgdir}"/usr/bin/higan-${_profile}
+ done
+
# Install purify
cd "${srcdir}"/purify_v03-source/purify
install -m 755 purify "${pkgdir}"/usr/bin/purify
install -m 644 "${srcdir}"/purify.desktop "${pkgdir}"/usr/share/applications/purify.desktop
-# Install higan
- cd "${srcdir}"/higan_v${pkgver}-source/higan
- for _profile in ${_profiles} ; do
- install -m 755 out/higan-${_profile} "${pkgdir}"/usr/bin/higan-${_profile}
- done
+# Fix permissions
+ find "${pkgdir}"/usr/share/higan/ -type d -exec chmod 755 {} +
+ find "${pkgdir}"/usr/share/higan/ -type f -exec chmod 644 {} +
}
# vim: ts=2 sw=2 et:
diff --git a/community/higan-qt/PKGBUILD b/community/higan-qt/PKGBUILD
index 8fb2e10de..3b824b5f4 100755
--- a/community/higan-qt/PKGBUILD
+++ b/community/higan-qt/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 85871 2013-03-07 23:53:25Z alucryd $
+# $Id: PKGBUILD 95928 2013-08-18 22:47:02Z alucryd $
# Maintainer: Maxime Gauduin <alucryd@gmail.com>
pkgname=higan-qt
-pkgver=092
-pkgrel=6
-pkgdesc="Nintendo multi-system emulator - QT version"
+pkgver=093
+pkgrel=1
+pkgdesc="Nintendo multi-system emulator - Qt version"
arch=('i686' 'x86_64')
url="http://code.google.com/p/higan/"
license=('GPL3')
@@ -12,69 +12,80 @@ depends=('libao' 'libpulse' 'openal' 'qt4' 'sdl' 'xdialog')
makedepends=('mesa')
optdepends=('beat: Delta patcher')
conflicts=('higan-gtk')
-source=("http://higan.googlecode.com/files/higan_v${pkgver}-source.tar.xz" "http://higan.googlecode.com/files/purify_v03-source.tar.xz" 'higan' 'higan.desktop' 'purify.desktop')
-sha1sums=('a205005f118f6e138065af6e0d14ed990b8f1ce1'
- '2aa16f492c879d2cc1d4ffa28f4729a5ed5bb1c3'
- '931baedc3bbdd343d2decda72c13b7d0efdcba3c'
- '55f4de0a65d6428840d013f9b003d88158c131c7'
- '093643998a2fb676d795c316e35d49cf6293ce86')
+source=("http://byuu.org/higan/release/higan_v${pkgver}-source.tar.xz"
+ "http://higan.googlecode.com/files/purify_v03-source.tar.xz"
+ 'higan'
+ 'higan.desktop'
+ 'purify.desktop')
+sha256sums=('6ad526ab7ac16a5b814f84235fbcd48946310af8645c42980b0063e3270ec538'
+ '2020f0b5a744f08c24085a15a6c2ec1d7c4424bba6727f244e513b95c4247e38'
+ 'c799232a0f67c4b7f40fc6ad05325a6c04e86d78e40f361d02f168a16d11d048'
+ 'e9daf06d65fc95e3bfca4e9b9953dcc16830014ba895053c5553d5972031ffbc'
+ '5f24cc7884d19721b6f9ad14c14a98347de209a2791f4c830be83bd032f693f8')
_profiles="accuracy balanced performance"
-build() {
-# QT 4.8.0 fix
- cd "${srcdir}"
- moc-qt4 -i -Ipurify_v03-source/ananke/phoenix/qt/ -o purify_v03-source/ananke/phoenix/qt/platform.moc purify_v03-source/ananke/phoenix/qt/platform.moc.hpp
- moc-qt4 -i -Ipurify_v03-source/purify/phoenix/qt/ -o purify_v03-source/purify/phoenix/qt/platform.moc purify_v03-source/purify/phoenix/qt/platform.moc.hpp
- moc-qt4 -i -Ihigan_v${pkgver}-source/higan/phoenix/qt/ -o higan_v${pkgver}-source/higan/phoenix/qt/platform.moc higan_v${pkgver}-source/higan/phoenix/qt/platform.moc.hpp
+prepare() {
+ cd "${srcdir}"/higan_v${pkgver}-source
-# Compile libananke
- cd "${srcdir}"/purify_v03-source/ananke
- make compiler=gcc platform=x phoenix=qt
+# Qt 4.8 fix
+ moc-qt4 -i -Iphoenix/qt/ -o phoenix/qt/platform.moc phoenix/qt/platform.moc.hpp
-# Compile purify
- cd "${srcdir}"/purify_v03-source/purify
- make compiler=gcc platform=x link='-s -lX11 -ldl -Wl,-export-dynamic' phoenix=qt
+# Use $CXXFLAGS
+ sed -i "s/flags += -I. -O3 -fomit-frame-pointer/flags += -I. -fomit-frame-pointer -std=gnu++11/
+ s/flags += -march=native/flags += $CXXFLAGS/g" Makefile
+
+ cd "${srcdir}"/purify_v03-source
+
+# Qt 4.8 fix
+ moc-qt4 -i -Ipurify/phoenix/qt/ -o purify/phoenix/qt/platform.moc purify/phoenix/qt/platform.moc.hpp
+}
+
+build() {
+# Compile libananke
+ cd "${srcdir}"/higan_v${pkgver}-source/ananke
+ make compiler=g++ platform=x phoenix=gtk flags="$CXXFLAGS -I.. -fomit-frame-pointer -std=gnu++11"
# Compile higan
- cd "${srcdir}"/higan_v${pkgver}-source/higan
- sed -i 's|flags += -march=native|flags += -mtune=generic|' Makefile
- for _profile in ${_profiles} ; do
- make compiler=gcc platform=x target=ethos phoenix=qt profile=${_profile}
+ cd "${srcdir}"/higan_v${pkgver}-source
+ for _profile in ${_profiles}; do
+ make compiler=g++ platform=x target=ethos phoenix=gtk profile=${_profile}
mv out/higan out/higan-${_profile}
make clean
done
+
+# Compile purify
+ cd "${srcdir}"/purify_v03-source/purify
+ make compiler=g++ platform=x phoenix=gtk flags="$CXXFLAGS -I. -fomit-frame-pointer -std=gnu++11" link='-s -lX11 -ldl -Wl,-export-dynamic'
}
package() {
# Install common files
cd "${srcdir}"/higan_v${pkgver}-source
- install -dm 755 "${pkgdir}"/usr/{bin,lib,share/{applications,pixmaps,higan}}
- install -m 755 "${srcdir}"/higan "${pkgdir}"/usr/bin/higan
- install -m 644 "${srcdir}"/higan.desktop "${pkgdir}"/usr/share/applications/higan.desktop
- install -m 644 higan/data/higan.png "${pkgdir}"/usr/share/pixmaps/higan.png
- cp -dr --no-preserve=ownership higan/{profile/*,data/cheats.bml} "${pkgdir}"/usr/share/higan/
- cp -dr --no-preserve=ownership shaders "${pkgdir}/usr/share/higan/Video Shader"s
-
-# Fix some permissions
- find "${pkgdir}"/usr/share/higan -type d -exec chmod 755 {} +
- find "${pkgdir}"/usr/share/higan -type f -exec chmod 644 {} +
+ install -dm 755 "${pkgdir}"/usr/{bin,lib,share/{applications,pixmaps,higan/Video\ Shaders}}
+ install -m 755 ../higan "${pkgdir}"/usr/bin/higan
+ install -m 644 ../higan.desktop "${pkgdir}"/usr/share/applications/higan.desktop
+ install -m 644 data/higan512.png "${pkgdir}"/usr/share/pixmaps/higan.png
+ cp -dr --no-preserve=ownership profile/* data/cheats.bml "${pkgdir}"/usr/share/higan/
+ cp -dr --no-preserve=ownership shaders/*.shader "${pkgdir}"/usr/share/higan/Video\ Shaders/
# Install libananke
- cd "${srcdir}"/purify_v03-source/ananke
- install -m 644 libananke.so "${pkgdir}"/usr/lib/libananke.so.1
+ install -m 644 ananke/libananke.so "${pkgdir}"/usr/lib/libananke.so.1
ln -s /usr/lib/libananke.so.1 "${pkgdir}"/usr/lib/libananke.so
+# Install higan
+ for _profile in ${_profiles} ; do
+ install -m 755 out/higan-${_profile} "${pkgdir}"/usr/bin/higan-${_profile}
+ done
+
# Install purify
cd "${srcdir}"/purify_v03-source/purify
install -m 755 purify "${pkgdir}"/usr/bin/purify
install -m 644 "${srcdir}"/purify.desktop "${pkgdir}"/usr/share/applications/purify.desktop
-# Install higan
- cd "${srcdir}"/higan_v${pkgver}-source/higan
- for _profile in ${_profiles} ; do
- install -m 755 out/higan-${_profile} "${pkgdir}"/usr/bin/higan-${_profile}
- done
+# Fix permissions
+ find "${pkgdir}"/usr/share/higan/ -type d -exec chmod 755 {} +
+ find "${pkgdir}"/usr/share/higan/ -type f -exec chmod 644 {} +
}
# vim: ts=2 sw=2 et:
diff --git a/community/kde4-kio-rapip/PKGBUILD b/community/kde4-kio-rapip/PKGBUILD
index d014800a4..2b95f4b69 100644
--- a/community/kde4-kio-rapip/PKGBUILD
+++ b/community/kde4-kio-rapip/PKGBUILD
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD 65608 2012-02-21 09:35:03Z spupykin $
+# $Id: PKGBUILD 96052 2013-08-19 13:04:58Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: ReNoM <renom@list.ru>
pkgname=kde4-kio-rapip
-pkgver=0.2
-pkgrel=2
+pkgver=0.4
+pkgrel=1
pkgdesc="KIOSlave to browse through the PDA file system via the SynCE infrastructure"
arch=(i686 x86_64)
url="http://synce.sourceforge.net/"
license="MIT"
-depends=('kdelibs' 'synce-libsynce' 'synce-librapi')
+depends=('kdelibs' 'synce-core')
makedepends=('gcc' 'cmake' 'automoc4')
install=kde4-kio-rapip.install
source=(http://downloads.sourceforge.net/synce/$pkgname-$pkgver.tar.gz)
-md5sums=('94473e10e1b4dd6040c646a8c7421d0c')
+md5sums=('8411e62bcf7936c2fc9dddc4150c9f96')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/kphotoalbum/PKGBUILD b/community/kphotoalbum/PKGBUILD
index 936d33a53..c312c9f6c 100644
--- a/community/kphotoalbum/PKGBUILD
+++ b/community/kphotoalbum/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 84672 2013-02-21 14:40:13Z lcarlier $
+# $Id: PKGBUILD 96005 2013-08-19 10:06:38Z andrea $
# Maintainer: Laurent Carlier <lordheavym@gmail.com>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Gilles CHAUVIN <gcnweb ][ gmail ? com>
@@ -7,7 +7,7 @@
pkgname=kphotoalbum
pkgver=4.4
-pkgrel=1
+pkgrel=2
pkgdesc="KDE Photo Album, picture collection manager"
url="http://www.kphotoalbum.org/"
arch=('i686' 'x86_64')
diff --git a/community/libpng12/PKGBUILD b/community/libpng12/PKGBUILD
index 968cd9123..e89474365 100644
--- a/community/libpng12/PKGBUILD
+++ b/community/libpng12/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 79866 2012-11-14 07:22:13Z dwallace $
+# $Id: PKGBUILD 95950 2013-08-19 02:17:35Z dwallace $
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
# Contributor: dorphell <archlinux.org: dorphell>
# Contributor: Travis Willard <archlinux.org: travis>
@@ -8,7 +8,7 @@
pkgname=libpng12
_realname=libpng
pkgver=1.2.50
-pkgrel=2
+pkgrel=3
pkgdesc="A collection of routines used to create PNG format graphics files"
arch=('i686' 'x86_64')
url="http://www.libpng.org/pub/png/libpng.html"
@@ -44,6 +44,8 @@ package() {
rm -fr "${pkgdir}/usr/lib/pkgconfig/libpng.pc"
rm -rf "${pkgdir}/usr/include/"{pngconf.h,png.h}
+ install -Dm644 LICENSE $pkgdir/usr/share/licenses/libpng12/LICENSE
+
}
md5sums=('a3e00fccbfe356174ab515b5c00641c7'
diff --git a/community/librtfcomp/PKGBUILD b/community/librtfcomp/PKGBUILD
index a7b5355d5..71c36d33f 100644
--- a/community/librtfcomp/PKGBUILD
+++ b/community/librtfcomp/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 88520 2013-04-19 10:31:06Z spupykin $
+# $Id: PKGBUILD 96043 2013-08-19 12:12:47Z spupykin $
# Contributor: Bartek Iwaniec <hash87 [at] gmail [dot] com>
pkgname=librtfcomp
-pkgver=1.2
+pkgver=1.3
pkgrel=1
pkgdesc="SynCE librtfcomp library"
arch=(i686 x86_64)
@@ -10,7 +10,7 @@ license=('GPL')
url="http://www.synce.org/"
depends=(pyrex)
source=(http://downloads.sourceforge.net/synce/${pkgname}-${pkgver}.tar.gz)
-md5sums=('cdff301ff346905595d0bb6efd432850')
+md5sums=('7aa26fc1dd2dd2ef64043fae573c69dc')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
diff --git a/community/moreutils/PKGBUILD b/community/moreutils/PKGBUILD
index c2a552c34..d548da25a 100644
--- a/community/moreutils/PKGBUILD
+++ b/community/moreutils/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 90575 2013-05-13 09:53:46Z spupykin $
+# $Id: PKGBUILD 96061 2013-08-19 13:38:56Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Alessio 'mOLOk' Bolognino <themolok@gmail.com>
pkgname=moreutils
-pkgver=0.48
+pkgver=0.49
pkgrel=1
pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ depends=('perl' 'perl-ipc-run' 'perl-timedate' 'perl-time-duration')
options=('!emptydirs' 'zipman')
replaces=(moreutils-svn)
source=(http://ftp.de.debian.org/debian/pool/main/m/moreutils/moreutils_$pkgver.tar.gz)
-md5sums=('c6f1eb13132a88ce053be709aa2625d2')
+md5sums=('29b49e70fec35b28df24b25eb3e0fd29')
build() {
cd $srcdir/$pkgname
diff --git a/community/opencc/PKGBUILD b/community/opencc/PKGBUILD
index 23122e818..01375c5e2 100644
--- a/community/opencc/PKGBUILD
+++ b/community/opencc/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 88293 2013-04-16 02:22:14Z fyan $
+# $Id: PKGBUILD 95956 2013-08-19 06:36:39Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
pkgbase=opencc
pkgname=(opencc opencc-doc)
-pkgver=0.4.2
-pkgrel=2
+pkgver=0.4.3
+pkgrel=1
url="http://code.google.com/p/opencc/"
arch=('i686' 'x86_64')
license=('Apache')
@@ -38,4 +38,4 @@ package_opencc-doc() {
rm -r "$pkgdir/usr/share/man"
}
-md5sums=('d5c001098e824dae0e3debb1b864304b')
+sha512sums=('ac31c3c018467cf047e077d399903560feb0f8c214accd1ef45d0b1477d011af8e9bf2dbde4497c133daef61b6508460e9b2b04c0b5f336c2d67fc840a1d07e6')
diff --git a/community/orange/PKGBUILD b/community/orange/PKGBUILD
index f013122aa..646700a76 100644
--- a/community/orange/PKGBUILD
+++ b/community/orange/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 66258 2012-02-23 05:30:24Z spupykin $
+# $Id: PKGBUILD 96054 2013-08-19 13:05:21Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Zhukov Pavel <gelios@gmail.com>
pkgname=orange
pkgver=0.4
-pkgrel=4
+pkgrel=5
pkgdesc="a helper tool for synce"
arch=('i686' 'x86_64')
url="http://synce.sourceforge.net/"
@@ -18,5 +18,9 @@ build() {
cd $srcdir/liborange-$pkgver
./configure --prefix=/usr
make
+}
+
+package() {
+ cd $srcdir/liborange-$pkgver
make DESTDIR=$pkgdir install
}
diff --git a/community/poedit/PKGBUILD b/community/poedit/PKGBUILD
index 0a90eae35..de2f8473d 100644
--- a/community/poedit/PKGBUILD
+++ b/community/poedit/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 94359 2013-07-22 11:20:50Z spupykin $
+# $Id: PKGBUILD 96071 2013-08-19 20:07:31Z eric $
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Alexander Fehr <pizzapunk@gmail.com>
@@ -6,12 +6,12 @@
pkgname=poedit
pkgver=1.5.7
-pkgrel=1
+pkgrel=3
pkgdesc="Cross-platform gettext catalogs (.po files) editor"
arch=('i686' 'x86_64')
url="http://www.poedit.net/"
license=('custom')
-depends=('wxgtk2.9' 'gtkspell' 'db>=5.1' 'hicolor-icon-theme' 'gettext')
+depends=('wxgtk2.9' 'gtkspell' 'db' 'hicolor-icon-theme' 'gettext')
makedepends=('pkgconfig' 'boost')
install=poedit.install
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
diff --git a/community/reptyr/PKGBUILD b/community/reptyr/PKGBUILD
index 0fe64d389..2d80483b2 100644
--- a/community/reptyr/PKGBUILD
+++ b/community/reptyr/PKGBUILD
@@ -1,16 +1,16 @@
-$Id: PKGBUILD 76717 2012-09-27 16:24:59Z dwallace $
+$Id: PKGBUILD 95952 2013-08-19 02:21:16Z dwallace $
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
pkgname=reptyr
-pkgver=0.4
-pkgrel=2
-pkgdesc="A tool for \"re-ptying\" programs"
+pkgver=0.5
+pkgrel=1
+pkgdesc='Utility for taking an existing running program and attaching it to a new terminal'
arch=('i686' 'x86_64')
license=('BSD')
url="https://github.com/nelhage/reptyr"
depends=('glibc')
source=("$pkgname-$pkgver.tar.gz::https://github.com/nelhage/$pkgname/tarball/$pkgname-$pkgver")
-md5sums=('4846a0b22c267a154853ce1409e823da')
+md5sums=('837318cfbdee76267162297987a94b8c')
build() {
cd "$srcdir"/nelhage-$pkgname-*
@@ -22,4 +22,5 @@ package() {
cd "$srcdir"/nelhage-$pkgname-*
make "DESTDIR=$pkgdir" "PREFIX=/usr" install
+ install -Dm644 COPYING $pkgdir/usr/share/licenses/reptyr/LICENSE
}
diff --git a/community/scribus/PKGBUILD b/community/scribus/PKGBUILD
index df6e5ffeb..71d569c78 100644
--- a/community/scribus/PKGBUILD
+++ b/community/scribus/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 94794 2013-07-30 14:34:31Z bisson $
+# $Id: PKGBUILD 95954 2013-08-19 05:30:25Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
# Contributor: Ronald van Haren <ronald.archlinux.org>
@@ -7,7 +7,7 @@
pkgname=scribus
pkgver=1.4.3
-pkgrel=1
+pkgrel=2
pkgdesc='Desktop publishing software'
url='http://www.scribus.net/'
license=('GPL')
@@ -17,13 +17,13 @@ depends=('qt4' 'cairo' 'lcms2' 'libcups' 'libxml2' 'hyphen'
'ghostscript' 'python2' 'podofo' 'boost-libs'
'desktop-file-utils' 'shared-mime-info')
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('23d85fcfe0a61ff88cc003639efdbb38d43feb7f')
+sha1sums=('30c111762790e4407c13236bbb4b06f04e907f71')
options=('!libtool')
install=install
prepare() {
- cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}-${pkgver}"
+ cd "${srcdir}/${pkgname}-${pkgver}"
sed 's|Icon=scribus|Icon=/usr/share/scribus/icons/scribus.png|' -i scribus.desktop
sed \
-e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
@@ -33,7 +33,7 @@ prepare() {
}
build() {
- cd "${srcdir}/${pkgname}-${pkgver}/build"
+ cd "${srcdir}/build"
cmake "../${pkgname}-${pkgver}" \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
@@ -43,7 +43,7 @@ build() {
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}/build"
+ cd "${srcdir}/build"
make DESTDIR="${pkgdir}" install
install -Dm644 "../${pkgname}-${pkgver}/scribus.desktop" "${pkgdir}/usr/share/applications/scribus.desktop"
}
diff --git a/community/synce-rra/PKGBUILD b/community/synce-rra/PKGBUILD
index 4b450b8a1..f647b57df 100644
--- a/community/synce-rra/PKGBUILD
+++ b/community/synce-rra/PKGBUILD
@@ -1,23 +1,27 @@
-# $Id: PKGBUILD 65479 2012-02-21 06:00:54Z spupykin $
+# $Id: PKGBUILD 96045 2013-08-19 12:13:09Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Zhukov Pavel <gelios@gmail.com>
pkgname=synce-rra
-pkgver=0.14
-pkgrel=5
+pkgver=0.17
+pkgrel=1
pkgdesc="provide a means of communication with a Windows CE device - rra libraries for synce"
arch=('i686' 'x86_64')
url="http://synce.sourceforge.net/"
license=('GPL')
-depends=('glibc' 'synce-librapi' 'synce-libmimedir')
+depends=('glibc' 'synce-core' 'synce-libmimedir')
makedepends=('python2' 'pyrex')
source=(http://downloads.sourceforge.net/synce/librra-$pkgver.tar.gz)
-md5sums=('3a608174a3a476c96dd4dd4929448fe8')
+md5sums=('d0c869afbce4d203c85098a2886b6956')
build() {
cd $srcdir/librra-$pkgver
./configure --prefix=/usr
- sed -i s/-Werror// lib/Makefile src/Makefile
+# sed -i s/-Werror// lib/Makefile src/Makefile
make
+}
+
+package() {
+ cd $srcdir/librra-$pkgver
make DESTDIR=$pkgdir install
}
diff --git a/community/synce-serial/PKGBUILD b/community/synce-serial/PKGBUILD
deleted file mode 100644
index f89a77018..000000000
--- a/community/synce-serial/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 91842 2013-05-28 17:05:51Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Zhukov Pavel <gelios@gmail.com>
-
-pkgname=synce-serial
-pkgver=0.11
-pkgrel=5
-pkgdesc="provide a means of communication with a Windows CE device - helper scripts for setting up a serial connection"
-arch=('i686' 'x86_64')
-url="http://synce.sourceforge.net/"
-depends=(sh)
-license=('GPL')
-source=(http://downloads.sourceforge.net/synce/$pkgname-$pkgver.tar.gz)
-md5sums=('a83f20eb59c845de192645158d051062')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr --libexecdir=/usr/lib/$pkgname --sbindir=/usr/bin
- make
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- make DESTDIR=$pkgdir install
- sed -i 's#/usr/etc/#/etc/#' $pkgdir/usr/share/synce/synce-serial-common
- sed -i 's#/usr/etc/#/etc/#' $pkgdir/usr/share/synce/synce-serial.conf
-}
diff --git a/community/synce-vdccm/PKGBUILD b/community/synce-vdccm/PKGBUILD
deleted file mode 100644
index 32ba0d9c4..000000000
--- a/community/synce-vdccm/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 65485 2012-02-21 06:02:47Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Zhukov Pavel <gelios@gmail.com>
-
-pkgname=synce-vdccm
-pkgver=0.10.1
-pkgrel=4
-pkgdesc="provide a means of communication with a Windows CE device - daemon to communicate with a handheld device"
-arch=('i686' 'x86_64')
-url="http://synce.sourceforge.net/"
-license=('GPL')
-depends=('synce-libsynce')
-source=(http://downloads.sourceforge.net/synce/vdccm-$pkgver.tar.gz
- build-fix.patch)
-md5sums=('43bca4c2fdb658f99b07549fa03832e0'
- 'b90e1f8b46e70cd7f8f66f7ef041f3ac')
-
-build() {
- cd $srcdir/vdccm-$pkgver
- patch -p1 <$srcdir/build-fix.patch
- ./configure --prefix=/usr
- make
- make DESTDIR=$pkgdir install
-}
diff --git a/community/synce-vdccm/build-fix.patch b/community/synce-vdccm/build-fix.patch
deleted file mode 100644
index f3bd32cff..000000000
--- a/community/synce-vdccm/build-fix.patch
+++ /dev/null
@@ -1,123 +0,0 @@
-diff -wbBur vdccm-0.10.1/lib/continousnode.cpp vdccm-0.10.1.my/lib/continousnode.cpp
---- vdccm-0.10.1/lib/continousnode.cpp 2006-03-28 02:40:15.000000000 +0400
-+++ vdccm-0.10.1.my/lib/continousnode.cpp 2011-08-03 14:05:21.000000000 +0400
-@@ -1,3 +1,4 @@
-+#include <stdio.h>
- /***************************************************************************
- * Copyright (c) 2003 Volker Christian <voc@users.sourceforge.net> *
- * *
-diff -wbBur vdccm-0.10.1/lib/localclientsocket.cpp vdccm-0.10.1.my/lib/localclientsocket.cpp
---- vdccm-0.10.1/lib/localclientsocket.cpp 2006-03-22 22:59:14.000000000 +0300
-+++ vdccm-0.10.1.my/lib/localclientsocket.cpp 2011-08-03 14:09:42.000000000 +0400
-@@ -68,6 +68,7 @@
- raddr.sun_family = AF_LOCAL;
- strncpy(raddr.sun_path, path.c_str(), sizeof(raddr.sun_path));
-
-+#define offsetof(type, member) __builtin_offsetof (type, member)
- size_t size = (offsetof (struct sockaddr_un, sun_path) + strlen(raddr.sun_path) + 1);
-
- if (::connect(fd, (struct sockaddr *) &raddr, size) < 0) {
-diff -wbBur vdccm-0.10.1/lib/localsocket.cpp vdccm-0.10.1.my/lib/localsocket.cpp
---- vdccm-0.10.1/lib/localsocket.cpp 2006-03-28 02:40:15.000000000 +0400
-+++ vdccm-0.10.1.my/lib/localsocket.cpp 2011-08-03 14:09:16.000000000 +0400
-@@ -78,6 +78,7 @@
- localAddress.sun_family = AF_LOCAL;
- strncpy(localAddress.sun_path, path.c_str(), sizeof(localAddress.sun_path));
-
-+#define offsetof(type, member) __builtin_offsetof (type, member)
- size_t size = (offsetof (struct sockaddr_un, sun_path) + strlen(localAddress.sun_path) + 1);
-
- if (::bind(getDescriptor(), (struct sockaddr *) &localAddress, size) < 0) {
-diff -wbBur vdccm-0.10.1/lib/tcpclientsocket.cpp vdccm-0.10.1.my/lib/tcpclientsocket.cpp
---- vdccm-0.10.1/lib/tcpclientsocket.cpp 2006-03-22 22:59:14.000000000 +0300
-+++ vdccm-0.10.1.my/lib/tcpclientsocket.cpp 2011-08-03 14:05:21.000000000 +0400
-@@ -1,3 +1,4 @@
-+#include <string.h>
- /***************************************************************************
- * Copyright (c) 2003 Volker Christian <voc@users.sourceforge.net> *
- * *
-diff -wbBur vdccm-0.10.1/lib/tcpconnectedsocket.cpp vdccm-0.10.1.my/lib/tcpconnectedsocket.cpp
---- vdccm-0.10.1/lib/tcpconnectedsocket.cpp 2006-06-29 23:01:48.000000000 +0400
-+++ vdccm-0.10.1.my/lib/tcpconnectedsocket.cpp 2011-08-03 14:05:21.000000000 +0400
-@@ -1,3 +1,4 @@
-+#include <string.h>
- /***************************************************************************
- * Copyright (c) 2003 Volker Christian <voc@users.sourceforge.net> *
- * *
-diff -wbBur vdccm-0.10.1/lib/tcpsocket.cpp vdccm-0.10.1.my/lib/tcpsocket.cpp
---- vdccm-0.10.1/lib/tcpsocket.cpp 2006-06-29 23:01:48.000000000 +0400
-+++ vdccm-0.10.1.my/lib/tcpsocket.cpp 2011-08-03 14:05:21.000000000 +0400
-@@ -1,3 +1,4 @@
-+#include <string.h>
- /***************************************************************************
- * Copyright (c) 2003 Volker Christian <voc@users.sourceforge.net> *
- * *
-diff -wbBur vdccm-0.10.1/lib/udpsocket.cpp vdccm-0.10.1.my/lib/udpsocket.cpp
---- vdccm-0.10.1/lib/udpsocket.cpp 2006-05-07 19:49:36.000000000 +0400
-+++ vdccm-0.10.1.my/lib/udpsocket.cpp 2011-08-03 14:05:21.000000000 +0400
-@@ -1,3 +1,4 @@
-+#include <string.h>
- //
- // C++ Implementation: udpsocket
- //
-diff -wbBur vdccm-0.10.1/lib/udpsocket.h vdccm-0.10.1.my/lib/udpsocket.h
---- vdccm-0.10.1/lib/udpsocket.h 2006-05-06 17:07:32.000000000 +0400
-+++ vdccm-0.10.1.my/lib/udpsocket.h 2011-08-03 14:05:21.000000000 +0400
-@@ -1,3 +1,4 @@
-+#include <stdint.h>
- //
- // C++ Interface: udpsocket
- //
-diff -wbBur vdccm-0.10.1/Makefile.in vdccm-0.10.1.my/Makefile.in
---- vdccm-0.10.1/Makefile.in 2007-12-19 22:59:02.000000000 +0300
-+++ vdccm-0.10.1.my/Makefile.in 2011-08-03 14:05:21.000000000 +0400
-@@ -186,9 +186,9 @@
- sysconfdir = @sysconfdir@
- target_alias = @target_alias@
- SUBDIRS = lib src tools
--AM_CFLAGS = -O2 -Werror -pedantic-errors -Wall
--AM_CXXFLAGS = -O2 -Werror -pedantic-errors -Wall
--AM_FFLAGS = -O2 -Werror -pedantic-errors -Wall
-+AM_CFLAGS = -O2 -Werror -Wall
-+AM_CXXFLAGS = -O2 -Werror -Wall
-+AM_FFLAGS = -O2 -Werror -Wall
- all: config.h
- $(MAKE) $(AM_MAKEFLAGS) all-recursive
-
-diff -wbBur vdccm-0.10.1/src/Makefile.in vdccm-0.10.1.my/src/Makefile.in
---- vdccm-0.10.1/src/Makefile.in 2007-12-19 22:59:01.000000000 +0300
-+++ vdccm-0.10.1.my/src/Makefile.in 2011-08-03 14:05:21.000000000 +0400
-@@ -250,7 +250,7 @@
- rapiproxy.cpp rapiproxyfactory.cpp rapiproxyconnection.cpp \
- $(am__append_3)
- AM_CFLAGS = -Wall
--AM_CXXFLAGS = -pedantic-errors -Wall
-+AM_CXXFLAGS = -Wall
- man_MANS = vdccm.1
- EXTRA_DIST = $(man_MANS)
- all: $(BUILT_SOURCES)
-diff -wbBur vdccm-0.10.1/src/rapiclient.cpp vdccm-0.10.1.my/src/rapiclient.cpp
---- vdccm-0.10.1/src/rapiclient.cpp 2006-05-06 17:07:32.000000000 +0400
-+++ vdccm-0.10.1.my/src/rapiclient.cpp 2011-08-03 14:05:21.000000000 +0400
-@@ -1,3 +1,4 @@
-+#include <string.h>
- //
- // C++ Implementation: rapiclient
- //
-diff -wbBur vdccm-0.10.1/src/rapiclient.h vdccm-0.10.1.my/src/rapiclient.h
---- vdccm-0.10.1/src/rapiclient.h 2006-05-06 17:07:32.000000000 +0400
-+++ vdccm-0.10.1.my/src/rapiclient.h 2011-08-03 14:05:21.000000000 +0400
-@@ -1,3 +1,5 @@
-+#include <limits.h>
-+#include <stdint.h>
- //
- // C++ Interface: rapiclient
- //
-diff -wbBur vdccm-0.10.1/src/rapiconnection.cpp vdccm-0.10.1.my/src/rapiconnection.cpp
---- vdccm-0.10.1/src/rapiconnection.cpp 2007-05-10 22:27:03.000000000 +0400
-+++ vdccm-0.10.1.my/src/rapiconnection.cpp 2011-08-03 14:05:21.000000000 +0400
-@@ -1,3 +1,4 @@
-+#include <stdio.h>
- //
- // C++ Implementation: rapiconnection
- //
diff --git a/community/tinc/PKGBUILD b/community/tinc/PKGBUILD
index d27feb7d8..b12aaaa85 100644
--- a/community/tinc/PKGBUILD
+++ b/community/tinc/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 92047 2013-05-31 00:34:01Z seblu $
+# $Id: PKGBUILD 96041 2013-08-19 11:44:18Z tredaelli $
# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
# Contributor: helios
# Contributor: Lothar Gesslein
# Contributor: Dominik George <nik@naturalnet.de>
pkgname=tinc
-pkgver=1.0.21
-pkgrel=2
+pkgver=1.0.22
+pkgrel=1
pkgdesc="VPN (Virtual Private Network) daemon"
arch=('i686' 'x86_64')
url="http://www.tinc-vpn.org/"
@@ -15,7 +15,7 @@ depends=('lzo2' 'openssl')
install=tinc.install
source=(http://www.tinc-vpn.org/packages/tinc-$pkgver.tar.gz{,.sig}
tincd@.service)
-md5sums=('d7bc9ca38672c9da08d74ff2a3e8e36d'
+md5sums=('cc1346150715bd56070695af85ab39f4'
'SKIP'
'112327da32fdb56ab779fe004712235f')
diff --git a/community/virtualbox-modules-lts/PKGBUILD b/community/virtualbox-modules-lts/PKGBUILD
index 603ad9195..2790b0a30 100644
--- a/community/virtualbox-modules-lts/PKGBUILD
+++ b/community/virtualbox-modules-lts/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 93526 2013-07-05 00:46:38Z seblu $
+# $Id: PKGBUILD 95971 2013-08-19 07:53:19Z tpowa $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Ionut Biru <ibiru@archlinux.org>
# Contributor: Sébastien Luttringer
@@ -6,7 +6,7 @@
pkgbase=virtualbox-modules-lts
pkgname=('virtualbox-host-modules-lts' 'virtualbox-guest-modules-lts')
pkgver=4.2.16
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url='http://virtualbox.org'
license=('GPL')
diff --git a/community/virtualbox-modules/PKGBUILD b/community/virtualbox-modules/PKGBUILD
index 509a0bf14..ec39ecbe7 100644
--- a/community/virtualbox-modules/PKGBUILD
+++ b/community/virtualbox-modules/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 95527 2013-08-13 10:04:46Z tpowa $
+# $Id: PKGBUILD 95968 2013-08-19 07:51:31Z tpowa $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
# Maintainer: Sébastien Luttringer
pkgbase=virtualbox-modules
pkgname=('virtualbox-host-modules' 'virtualbox-guest-modules')
pkgver=4.2.16
-pkgrel=6
+pkgrel=7
arch=('i686' 'x86_64')
url='http://virtualbox.org'
license=('GPL')
diff --git a/community/wxgtk2.9/PKGBUILD b/community/wxgtk2.9/PKGBUILD
index 83fa6b2a9..428403d1d 100644
--- a/community/wxgtk2.9/PKGBUILD
+++ b/community/wxgtk2.9/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 93329 2013-07-02 01:23:14Z eric $
+# $Id: PKGBUILD 96072 2013-08-19 20:07:32Z eric $
# Maintainer: Eric Bélanger <eric@archlinux.org>
pkgname=wxgtk2.9
-pkgver=2.9.4
-pkgrel=4
+pkgver=2.9.5
+pkgrel=1
pkgdesc="GTK+ implementation of wxWidgets API for GUI"
arch=('i686' 'x86_64')
url="http://wxwidgets.org"
@@ -11,13 +11,15 @@ license=('custom:wxWindows')
depends=('gtk2' 'gstreamer0.10-base')
makedepends=('gstreamer0.10-base-plugins' 'gconf' 'webkitgtk2')
optdepends=('webkitgtk2: for webview support')
-source=(http://downloads.sourceforge.net/wxwindows/wxWidgets-${pkgver}.tar.bz2 wxGTK-2.9.4-collision.patch)
-sha1sums=('5a34ddf19d37c741f74652ee847df9568a8b81e1'
- 'a76ccca4c2fad246c9aafbcc5a9697ebf35f33a3')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/wxwindows/wxWidgets-${pkgver}.tar.bz2
+ wxGTK-2.9.5-collision.patch)
+sha1sums=('0bab57ecd6d065a3672ec5fbb09d287456727ea4'
+ '22f21e91d847779f17cace8cfde553ab1ffac279')
prepare() {
cd wxWidgets-${pkgver}
- patch -p1 -i ../wxGTK-2.9.4-collision.patch
+ patch -p1 -i ../wxGTK-2.9.5-collision.patch
}
build() {
@@ -33,6 +35,5 @@ build() {
package() {
cd wxWidgets-${pkgver}
make DESTDIR="${pkgdir}" install
- rm "${pkgdir}/usr/share/locale/it/LC_MESSAGES/wxmsw.mo"
install -D -m644 docs/licence.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
diff --git a/community/wxgtk2.9/wxGTK-2.9.4-collision.patch b/community/wxgtk2.9/wxGTK-2.9.5-collision.patch
index 4b1fb395e..4d7090581 100644
--- a/community/wxgtk2.9/wxGTK-2.9.4-collision.patch
+++ b/community/wxgtk2.9/wxGTK-2.9.5-collision.patch
@@ -27,7 +27,7 @@ Prevent file collisions between multiple installed SLOTs.
$(INSTALL_DIR) $(DESTDIR)$(bindir)
$(INSTALL_DIR) $(DESTDIR)$(libdir)/wx/config
$(INSTALL_PROGRAM) lib/wx/config/$(TOOLCHAIN_FULLNAME) $(DESTDIR)$(libdir)/wx/config
-- (cd $(DESTDIR)$(bindir) && rm -f wx-config && $(LN_S) $(DESTDIR)$(libdir)/wx/config/$(TOOLCHAIN_FULLNAME) wx-config)
+- (cd $(DESTDIR)$(bindir) && rm -f wx-config && $(LN_S) ../`basename $(libdir)`/wx/config/$(TOOLCHAIN_FULLNAME) wx-config)
-
+ (cd $(DESTDIR)$(bindir) && rm -f wx-config-$(WX_RELEASE) \
+ && $(LN_S) ../lib/wx/config/$(TOOLCHAIN_FULLNAME) wx-config-$(WX_RELEASE))
@@ -75,3 +75,14 @@ Prevent file collisions between multiple installed SLOTs.
@COND_USE_XRC_1@uninstall_wxrc:
@COND_USE_XRC_1@ rm -f $(DESTDIR)$(bindir)/wxrc$(EXEEXT)
+--- a/Makefile.in 2013-07-17 18:32:11.705720544 -0400
++++ b/Makefile.in 2013-07-17 18:39:24.134286555 -0400
+@@ -16124,7 +16124,7 @@
+ $(INSTALL_DIR) $(DESTDIR)$(datadir)/locale/$$l ; \
+ $(INSTALL_DIR) $(DESTDIR)$(datadir)/locale/$$l/LC_MESSAGES ; \
+ if test -f $(srcdir)/locale/msw/$$l.mo ; then \
+- $(INSTALL_DATA) $(srcdir)/locale/msw/$$l.mo $(DESTDIR)$(datadir)/locale/$$l/LC_MESSAGES/wxmsw.mo ; \
++ $(INSTALL_DATA) $(srcdir)/locale/msw/$$l.mo $(DESTDIR)$(datadir)/locale/$$l/LC_MESSAGES/wxmsw$(WX_RELEASE_NODOT).mo ; \
+ fi ; \
+ done
+