[arch-commits] Commit in (10 files)

2020-08-17 Thread Frederik Schwan via arch-commits
Date: Monday, August 17, 2020 @ 18:51:07
  Author: freswa
Revision: 683028

add libwebrtc

Added:
  libwebrtc/
  libwebrtc/repos/
  libwebrtc/trunk/
  libwebrtc/trunk/PKGBUILD
  libwebrtc/trunk/args.gn
  libwebrtc/trunk/build.diff
  libwebrtc/trunk/gclient-conf
  libwebrtc/trunk/libsrtp.diff
  libwebrtc/trunk/src.diff
  libwebrtc/trunk/third_party.diff

--+
 PKGBUILD |   60 
 args.gn  |   28 ++
 build.diff   |  139 ++
 gclient-conf |   11 
 libsrtp.diff |   14 +
 src.diff |  709 +
 third_party.diff |   75 +
 7 files changed, 1036 insertions(+)

Added: libwebrtc/trunk/PKGBUILD
===
--- libwebrtc/trunk/PKGBUILD(rev 0)
+++ libwebrtc/trunk/PKGBUILD2020-08-17 18:51:07 UTC (rev 683028)
@@ -0,0 +1,60 @@
+# Maintainer: Frederik Schwan 
+
+pkgname=libwebrtc
+_commit=18721df
+pkgver=83.git1.${_commit}
+pkgrel=1
+pkgdesc='WebRTC library - static linked'
+arch=('x86_64')
+url='https://webrtc.org/?hl=de'
+license=('custom:BSD')
+depends=('openssl' 'glibc' 'ffmpeg' 'libva')
+makedepends=('git' 'gn' 'ninja' 'opus' 'libdrm' 'libxext' 'libx11' 'libxau' 
'libxcb' 'libxdmcp')
+options=('staticlibs')
+source=("webrtc::git+https://github.com/open-webrtc-toolkit/owt-deps-webrtc#commit=${_commit};
+'https://storage.googleapis.com/chrome-infra/depot_tools.zip'
+gclient-conf
+args.gn
+src.diff
+build.diff
+third_party.diff
+libsrtp.diff)
+noextract=('depot_tools.zip')
+b2sums=('SKIP'
+
'c931652e11cc81db2cf7b8f547c72dbea2cc1fe1a11b01eae0af677fab91a48ba0339265eda110a4f3f53f859d1bdb520576a534600a582d5dc93979acf3f606'
+
'25ab3e116e2f241219fe31e96166e009a233813417c6901ed3ff0cafcdc7b6bff17ae284167164028203e4a5e94548deff3e4bad00aff6c8286bd7d63cb9cdb2'
+
'60c06ff53245b24465557168c5281e7d6ed3a3bf31c45d6c587571502b8a2fd8d338b3b09a219275ef7df63f657f16f809fa6de5a80b0f2b624b74494ffbac59'
+
'923a626e69c819e550e1681257e1fb0c5c2a64160b13bd5d5a322125cba58020ba84330c8056d94a23175090055686916860d083adea08f8c8bff9e5e0ebbe01'
+
'f8af81b249989296402e8ab9fa999559b8c9e18ac78c64766554db44289fe16778795a7ce4cd902b13f6ee9aa4866e8ae112af617a32f069674eec659c84a54a'
+
'c8cbe2395066cdb639fd9cc8242ae345e4d4e2dabb3803397f162b26a0dfd170ddb888474e85c65fd2142a3462c984164fac0bc061f163128aad92d350be26ab'
+
'fb6d9de8c49667e3726f255aabe8840a60e73d0d3a2ea5fd539580cc7aa734a2486267b00a236e0114adfd852a0710833b729c153761097668fdf7f6d755de94')
+
+prepare() {
+  mv webrtc src
+  unzip depot_tools.zip -d depot_tools
+  mv gclient-conf .gclient
+  DEPOT_TOOLS_UPDATE=0 "${srcdir}"/depot_tools/gclient sync --no-history
+  cd src
+  patch -Np1 < "${srcdir}"/src.diff
+  cd build
+  patch -Np1 < "${srcdir}"/build.diff
+  cd ../third_party
+  patch -Np1 < "${srcdir}"/third_party.diff
+  cd libsrtp
+  patch -Np1 < "${srcdir}"/libsrtp.diff
+  cd ../..
+  mkdir out/Release
+  cp "${srcdir}"/args.gn out/Release/args.gn
+
+  gn gen out/Release
+}
+
+build() {
+  cd src
+  ninja -C out/Release webrtc
+}
+
+package() {
+  install -Dm644 -t "${pkgdir}"/usr/lib/ 
"${srcdir}"/src/out/Release/obj/${pkgname}.a
+  install -Dm644 -t "${pkgdir}"/usr/share/licenses/libwebrtc/ 
"${srcdir}"/src/LICENSE
+}

Added: libwebrtc/trunk/args.gn
===
--- libwebrtc/trunk/args.gn (rev 0)
+++ libwebrtc/trunk/args.gn 2020-08-17 18:51:07 UTC (rev 683028)
@@ -0,0 +1,28 @@
+host_cpu="x64"
+target_os="linux"
+is_component_build=false
+is_debug=false
+is_clang=false
+symbol_level=2
+proprietary_codecs=true
+use_custom_libcxx=true
+use_system_libjpeg=true
+use_rtti=true
+use_gold=false
+use_sysroot=false
+linux_use_bundled_binutils=false
+enable_dsyms=false
+rtc_include_tests=false
+rtc_build_examples=false
+rtc_build_tools=false
+rtc_build_opus=false
+rtc_build_ssl=false
+rtc_ssl_root="/usr/include/openssl/"
+rtc_ssl_libs=["/usr/lib/libssl.so.1.1","/usr/lib/libcrypto.so.1.1","/usr/lib/libdl.so.2","/usr/lib/libpthread.so.0"]
+rtc_builtin_ssl_root_certificates=true
+rtc_build_ffmpeg=false
+rtc_ffmpeg_root="../../../ffmpeg"
+rtc_ffmpeg_libs=["/usr/lib/libavfilter.so.7.85.100","/usr/lib/libswscale.so.5.7.100","/usr/lib/libswresample.so.3.7.100","/usr/lib/libavutil.so.56.51.100","/usr/lib/libva-x11.so.2.800.0","/usr/lib/libva-drm.so.2.800.0","/usr/lib/libva.so.2.800.0","/usr/lib/libvdpau.so.1.0.0","/usr/lib/libdrm.so.2.4.0","/usr/lib/libXfixes.so.3.1.0","/usr/lib/libXext.so.6.4.0","/usr/lib/libX11.so.6.3.0","/usr/lib/libxcb.so.1.1.0","/usr/lib/libXau.so.6.0.0","/usr/lib/libXdmcp.so.6.0.0","/usr/lib/libdbus-1.so.3.19.13"]
+rtc_opus_root="/usr/include/opus"
+rtc_enable_protobuf=false
+treat_warnings_as_errors=false

Added: libwebrtc/trunk/build.diff

[arch-commits] Commit in (10 files)

2020-07-07 Thread Jelle van der Waa via arch-commits
Date: Tuesday, July 7, 2020 @ 18:13:41
  Author: jelle
Revision: 660036

extra2community: Moving loki from extra to community

Added:
  loki/
  loki/repos/
  loki/trunk/
  loki/trunk/PKGBUILD
  loki/trunk/loki.service
  loki/trunk/loki.sysusers
  loki/trunk/loki.tmpfiles
  loki/trunk/promtail.service
  loki/trunk/promtail.sysusers
  loki/trunk/promtail.tmpfiles

---+
 PKGBUILD  |   75 
 loki.service  |   27 ++
 loki.sysusers |1 
 loki.tmpfiles |1 
 promtail.service  |   26 ++
 promtail.sysusers |2 +
 promtail.tmpfiles |1 
 7 files changed, 133 insertions(+)

Added: loki/trunk/PKGBUILD
===
--- loki/trunk/PKGBUILD (rev 0)
+++ loki/trunk/PKGBUILD 2020-07-07 18:13:41 UTC (rev 660036)
@@ -0,0 +1,75 @@
+# Maintainer: Jelle van der Waa 
+
+pkgname=loki
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='like Prometheus, but for logs'
+url='https://github.com/grafana/loki'
+arch=('x86_64')
+license=('Apache')
+depends=('glibc')
+makedepends=('go' 'systemd')
+backup=('etc/loki/loki.yaml' 'etc/loki/promtail.yaml')
+source=($pkgname-$pkgver.tar.gz::https://github.com/grafana/loki/archive/v$pkgver.tar.gz
+promtail.sysusers promtail.service promtail.tmpfiles
+loki.sysusers loki.service loki.tmpfiles)
+sha512sums=('31d61ba9cb47afeb0971fe35347683cf96e3b7a4da44b640b0065e64268109c2a1e9011f94d3fcf7912e98f8b079a001cd892a06e3f8d11796f23c8acfc93fff'
+
'2b6c44b18ea3c9f955a7450222180d0b20b5fc551d0b7e5d0d8949e40adc847c4166829146260f87a75732cc5473eab0347dd56fc2125517698bac0652738c74'
+
'a3427ddecada33b90658635962c4ea36ced6b9d0e1686ce898884980c2ce1a82be2ddcfa6b42736392653f48fa561408633d6016b77e2b513029ba0cec977727'
+
'598042c40673a7914c5a1eeccfb78f832379a61f4360212c5d86f667343cf2fc78e98d9025f9717ea64f3e16e0a28f08cd7709706d811656722019f6167dd788'
+
'f00b3cb64b71d3ca5a422a2bdff1f81a3e2707c4f73bcb27e24338eabff039b96125c847aaae43c9b22ccc47f89585118c1d0e0b29c4eb7b6f9260c68f8a8324'
+
'3c40d70366ee0ac3d11c87a818d82dfb4e64143e905187b287f7716ee009640bab6676b8a348e526458a00e4cff35fbd8e9d81bdaa6db38a5d673294f09e6638'
+
'de40d1e6752edbf8c21317ce1ee10f98dfc869e569c07092c613f7144e261e9438683a145a2e0e37e2a9fc758c5c2f02e1d0ac1c60347e98b147e4a550ec6040')
+
+build() {
+  cd loki-$pkgver
+
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-extldflags ${LDFLAGS}" \
+./cmd/loki
+
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-extldflags ${LDFLAGS}" \
+./cmd/promtail
+
+  go build \
+-trimpath \
+-buildmode=pie \
+-mod=readonly \
+-modcacherw \
+-ldflags "-extldflags ${LDFLAGS}" \
+./cmd/logcli
+}
+
+check() {
+  cd loki-$pkgver
+
+  go test -v $(go list  ./... | grep -v "distributor")
+}
+
+package() {
+  cd loki-$pkgver
+
+  install -Dm755 -t "$pkgdir"/usr/bin loki promtail logcli
+
+  install -Dm644 cmd/promtail/promtail-local-config.yaml 
$pkgdir/etc/loki/promtail.yaml
+  install -Dm644 cmd/loki/loki-local-config.yaml $pkgdir/etc/loki/loki.yaml
+
+  # Promtail
+  install -Dm644 ${srcdir}/promtail.sysusers 
"$pkgdir/usr/lib/sysusers.d/promtail.conf"
+  install -Dm644 ${srcdir}/promtail.tmpfiles 
"$pkgdir/usr/lib/tmpfiles.d/promtail.conf"
+  install -Dm644 ${srcdir}/promtail.service 
"$pkgdir/usr/lib/systemd/system/promtail.service"
+
+  # Loki
+  install -Dm644 ${srcdir}/loki.sysusers "$pkgdir/usr/lib/sysusers.d/loki.conf"
+  install -Dm644 ${srcdir}/loki.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/loki.conf"
+  install -Dm644 ${srcdir}/loki.service 
"$pkgdir/usr/lib/systemd/system/loki.service"
+}

Added: loki/trunk/loki.service
===
--- loki/trunk/loki.service (rev 0)
+++ loki/trunk/loki.service 2020-07-07 18:13:41 UTC (rev 660036)
@@ -0,0 +1,27 @@
+[Unit]
+Description=Loki is a horizontally-scalable, highly-available, multi-tenant 
log aggregation system
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/loki -boltdb.dir /var/lib/loki/index -local.chunk-directory 
/var/lib/loki/chunks -config.file /etc/loki/loki.yaml
+TimeoutStopSec=30s
+User=loki
+
+NoNewPrivileges=true
+MemoryDenyWriteExecute=true
+RestrictRealtime=true
+
+ProtectHome=true
+ProtectSystem=strict
+ReadWritePaths=/var/lib/loki
+PrivateTmp=true
+
+PrivateDevices=true
+ProtectKernelTunables=true
+ProtectKernelModules=true
+ProtectKernelLogs=true
+ProtectControlGroups=true
+
+[Install]
+WantedBy=multi-user.target

Added: loki/trunk/loki.sysusers
===
--- loki/trunk/loki.sysusers(rev 0)
+++ loki/trunk/loki.sysusers2020-07-07 18:13:41 UTC (rev 

[arch-commits] Commit in (10 files)

2019-06-18 Thread Levente Polyak via arch-commits
Date: Tuesday, June 18, 2019 @ 09:35:46
  Author: anthraxx
Revision: 356363

addpkg: java11-openjdk 11.0.4.u7-1

Added:
  java11-openjdk/
  java11-openjdk/repos/
  java11-openjdk/trunk/
  java11-openjdk/trunk/PKGBUILD
  java11-openjdk/trunk/freedesktop-java.desktop
  java11-openjdk/trunk/freedesktop-jconsole.desktop
  java11-openjdk/trunk/freedesktop-jshell.desktop
  java11-openjdk/trunk/install_jdk-openjdk.sh
  java11-openjdk/trunk/install_jre-openjdk-headless.sh
  java11-openjdk/trunk/install_jre-openjdk.sh

-+
 PKGBUILD|  276 ++
 freedesktop-java.desktop|   12 +
 freedesktop-jconsole.desktop|   11 +
 freedesktop-jshell.desktop  |9 +
 install_jdk-openjdk.sh  |   50 ++
 install_jre-openjdk-headless.sh |   48 ++
 install_jre-openjdk.sh  |   35 
 7 files changed, 441 insertions(+)

Added: java11-openjdk/trunk/PKGBUILD
===
--- java11-openjdk/trunk/PKGBUILD   (rev 0)
+++ java11-openjdk/trunk/PKGBUILD   2019-06-18 09:35:46 UTC (rev 356363)
@@ -0,0 +1,276 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Guillaume ALAUX 
+
+# TODO add test, see about packaging jtreg and using it here
+# TODO see about building with OpenJDK10
+# TODO add javazi
+# TODO when IcedTea provides it, package icedtea-web and add it as optdepends
+# TODO package OpenJFX for OpenJDK10 and add it as optdepends
+
+## EXPLORATIONS
+# TODO extract a jmods package from jdk10-openjdk?
+# TODO extract a jdk-headless package?
+
+pkgbase=java11-openjdk
+pkgname=('jre11-openjdk-headless' 'jre11-openjdk' 'jdk11-openjdk' 
'openjdk11-src' 'openjdk11-doc')
+_majorver=11
+_minorver=0
+_securityver=4
+_updatever=7
+pkgrel=1
+pkgver=${_majorver}.${_minorver}.${_securityver}.u${_updatever}
+_hg_tag=jdk-${_majorver}.${_minorver}.${_securityver}+${_updatever}
+arch=('x86_64')
+url='https://openjdk.java.net/'
+license=('custom')
+makedepends=('java-environment>=10' 'java-environment<12' 'cpio' 'unzip' 'zip' 
'libelf' 'libcups' 'libx11'
+ 'libxrender' 'libxtst' 'libxt' 'libxext' 'libxrandr' 'alsa-lib' 
'pandoc'
+ 'graphviz' 'freetype2' 'libjpeg-turbo' 'giflib' 'libpng' 'lcms2'
+ 'libnet' 'bash')
+source=(http://hg.openjdk.java.net/jdk-updates/jdk${_majorver}u/archive/${_hg_tag}.tar.gz
+freedesktop-java.desktop
+freedesktop-jconsole.desktop
+freedesktop-jshell.desktop)
+sha256sums=('41eacd515663114bdd8d6ffbcc3e09b7e107200babaf2ffe08874330420a7469'
+'575587ad58dfa9908f046d307b9afc7b0b2eb20a1eb454f8fdbbd539ea7b3d01'
+'2f57b7c7dd671eabe9fa10c4f1283573e99d7f7c36eccd82c95b705979a2e8cb'
+'f271618a8c2a892b554caf26857af41efdf0d8bcb95d57ce7ba535d6979e96da')
+
+case "${CARCH}" in
+  x86_64) _JARCH='x86_64';;
+  i686)   _JARCH='x86';;
+esac
+
+_jvmdir=/usr/lib/jvm/java-${_majorver}-openjdk
+_jdkdir=jdk${_majorver}u-${_hg_tag}
+_imgdir=${_jdkdir}/build/linux-${_JARCH}-normal-server-release/images
+
+_nonheadless=(lib/libawt_xawt.{so,debuginfo}
+  lib/libjawt.{so,debuginfo}
+  lib/libjsound.{so,debuginfo}
+  lib/libsplashscreen.{so,debuginfo})
+
+build() {
+  cd ${_jdkdir}
+
+  NUM_PROC_OPT=''
+  MAKEFLAG_J=$(echo ${MAKEFLAGS} | sed -En 's/.*-j([0-9]+).*/\1/p')
+  if [ -n "${MAKEFLAG_J}" ]; then
+# 
http://hg.openjdk.java.net/jdk10/jdk10/file/85e6cb013b98/make/InitSupport.gmk#l105
+echo "Removing '-j${MAKEFLAG_J}' from MAKEFLAGS to prevent build fail. 
Passing it directly to ./configure."
+export MAKEFLAGS=${MAKEFLAGS/-j${MAKEFLAG_J}/}
+NUM_PROC_OPT="--with-num-cores=${MAKEFLAG_J}"
+  fi
+
+  # Avoid optimization of HotSpot being lowered from O3 to O2
+  local _CFLAGS="${CFLAGS//-O2/-O3} ${CPPFLAGS}"
+  local _CXXFLAGS="${CXXFLAGS//-O2/-O3} ${CPPFLAGS}"
+  local _LDFLAGS=${LDFLAGS}
+  if [[ ${CARCH} = i686 ]]; then
+echo "Removing '-fno-plt' from CFLAGS and CXXFLAGS to prevent build fail 
with this architecture"
+_CFLAGS=${CFLAGS/-fno-plt/}
+_CXXFLAGS=${CXXFLAGS/-fno-plt/}
+  fi
+
+  # CFLAGS, CXXFLAGS and LDFLAGS are ignored as shown by a warning
+  # in the output of ./configure unless used like such:
+  #  --with-extra-cflags="${CFLAGS}"
+  #  --with-extra-cxxflags="${CXXFLAGS}"
+  #  --with-extra-ldflags="${LDFLAGS}"
+  # See also paragraph "Configure Control Variables from 
"jdk${_majorver}-${_hg_tag}/common/doc/building.md
+  unset CFLAGS
+  unset CXXFLAGS
+  unset LDFLAGS
+
+  bash configure \
+--with-version-build="${_updatever}" \
+--with-version-pre="" \
+--with-version-opt="" \
+--with-stdc++lib=dynamic \
+--with-extra-cflags="${_CFLAGS}" \
+--with-extra-cxxflags="${_CXXFLAGS}" \
+--with-extra-ldflags="${_LDFLAGS}" \
+--with-libjpeg=system \
+--with-giflib=system \
+--with-libpng=system \
+--with-lcms=system \
+

[arch-commits] Commit in (10 files)

2019-03-24 Thread Nicola Squartini via arch-commits
Date: Sunday, March 24, 2019 @ 06:22:14
  Author: tensor5
Revision: 443293

addpkg: react-native-debugger 0.9.7-1

Added:
  react-native-debugger/
  react-native-debugger/repos/
  react-native-debugger/trunk/
  react-native-debugger/trunk/Content-Security-Policy.patch
  react-native-debugger/trunk/PKGBUILD
  react-native-debugger/trunk/iconPath.patch
  react-native-debugger/trunk/nodeIntegration.patch
  react-native-debugger/trunk/react-native-debugger.desktop
  react-native-debugger/trunk/react-native-debugger.js
  react-native-debugger/trunk/setZoomLevelLimits.patch

---+
 Content-Security-Policy.patch |   10 ++
 PKGBUILD  |   60 
 iconPath.patch|   11 +++
 nodeIntegration.patch |   12 
 react-native-debugger.desktop |8 +
 react-native-debugger.js  |   29 +++
 setZoomLevelLimits.patch  |   11 +++
 7 files changed, 141 insertions(+)

Added: react-native-debugger/trunk/Content-Security-Policy.patch
===
--- react-native-debugger/trunk/Content-Security-Policy.patch   
(rev 0)
+++ react-native-debugger/trunk/Content-Security-Policy.patch   2019-03-24 
06:22:14 UTC (rev 443293)
@@ -0,0 +1,10 @@
+--- a/dist/app.html
 b/dist/app.html
+@@ -2,6 +2,7 @@
+ 
+   
+ 
++
+ React Native Debugger
+ 
+   

Added: react-native-debugger/trunk/PKGBUILD
===
--- react-native-debugger/trunk/PKGBUILD(rev 0)
+++ react-native-debugger/trunk/PKGBUILD2019-03-24 06:22:14 UTC (rev 
443293)
@@ -0,0 +1,60 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=react-native-debugger
+pkgver=0.9.7
+_commit=6d05271a1f8c97ff7295a552c25618f49e2dbfbd
+pkgrel=1
+pkgdesc='The standalone app for React Native Debugger, with React DevTools / 
Redux DevTools'
+arch=('any')
+url='https://github.com/jhen0409/react-native-debugger'
+license=('MIT')
+depends=('electron')
+makedepends=('asar' 'git' 'npm')
+source=("git+https://github.com/jhen0409/react-native-debugger.git#commit=${_commit};
+'Content-Security-Policy.patch'
+'iconPath.patch'
+'nodeIntegration.patch'
+'react-native-debugger.desktop'
+'react-native-debugger.js'
+'setZoomLevelLimits.patch')
+sha256sums=('SKIP'
+'11695a30802fb9d559608f56abdd09d864b40311de310c08e084fa93abe39443'
+'4ac46fdbfe1658ea63f28b56ceda94b06324f8476090a0d0888f99ae43dd27ad'
+'6700efd069c5870edf0e4aa826a89860254c262f437761ec0c328273604bda83'
+'f63e79516db0feb2e76c366402cf266165c0f7eb282dc55703b800b91152867d'
+'8cd406c3b2d091f2a2b73e5755682dc925bb1f75d0d425b82507136b350a4ceb'
+'6853ab684f5eb39e32e0b75ead0cf19c0a88310b003f0f80cfd07cb4f965')
+
+prepare() {
+cd ${pkgname}
+
+patch -Np1 -i ../Content-Security-Policy.patch
+patch -Np1 -i ../iconPath.patch
+patch -Np1 -i ../nodeIntegration.patch
+patch -Np1 -i ../setZoomLevelLimits.patch
+}
+
+build() {
+cd ${pkgname}
+
+npm install --ignore-scripts
+cd dist
+npm install
+node ../scripts/patch-modules.js
+cd ..
+npm run build
+}
+
+package() {
+cd ${pkgname}
+
+install -dm755 "${pkgdir}/usr/lib"
+rm dist/logo.png  # see iconPath.patch
+asar pack dist "${pkgdir}/usr/lib/${pkgname}.asar"
+
+install -Dm755 ../${pkgname}.js "${pkgdir}/usr/bin/${pkgname}"
+install -Dm644 -t "${pkgdir}/usr/share/applications" ../${pkgname}.desktop
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE.md
+install -Dm644 electron/logo.png \
+"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+}

Added: react-native-debugger/trunk/iconPath.patch
===
--- react-native-debugger/trunk/iconPath.patch  (rev 0)
+++ react-native-debugger/trunk/iconPath.patch  2019-03-24 06:22:14 UTC (rev 
443293)
@@ -0,0 +1,11 @@
+--- a/electron/main.js
 b/electron/main.js
+@@ -7,7 +7,7 @@
+ import { readConfig } from './config';
+ import { sendSyncState } from './sync-state';
+ 
+-const iconPath = path.resolve(__dirname, 'logo.png');
++const iconPath = '/usr/share/pixmaps/react-native-debugger.png';
+ const defaultOptions = { iconPath };
+ 
+ startListeningHandleURL(async (host, port) => {

Added: react-native-debugger/trunk/nodeIntegration.patch
===
--- react-native-debugger/trunk/nodeIntegration.patch   
(rev 0)
+++ react-native-debugger/trunk/nodeIntegration.patch   2019-03-24 06:22:14 UTC 
(rev 443293)
@@ -0,0 +1,12 @@
+--- a/electron/window.js
 b/electron/window.js
+@@ -91,6 +91,9 @@
+ backgroundColor: '#272c37',
+ tabbingIdentifier: 'rndebugger',
+ 

[arch-commits] Commit in (10 files)

2019-02-19 Thread Konstantin Gizdov via arch-commits
Date: Tuesday, February 19, 2019 @ 12:49:37
  Author: kgizdov
Revision: 434532

initial release

Added:
  root/
  root/repos/
  root/trunk/
  root/trunk/PKGBUILD
  root/trunk/fix_compile_time_install_clad.patch
  root/trunk/root.sh
  root/trunk/root.xml
  root/trunk/rootd
  root/trunk/settings-cuda.cmake
  root/trunk/settings.cmake

-+
 PKGBUILD|  209 ++
 fix_compile_time_install_clad.patch |  154 +
 root.sh |9 +
 root.xml|   14 ++
 rootd   |   37 ++
 settings-cuda.cmake |  115 ++
 settings.cmake  |  114 ++
 7 files changed, 652 insertions(+)

Added: root/trunk/PKGBUILD
===
--- root/trunk/PKGBUILD (rev 0)
+++ root/trunk/PKGBUILD 2019-02-19 12:49:37 UTC (rev 434532)
@@ -0,0 +1,209 @@
+# Maintainer: Konstantin Gizdov < arch at kge dot pw >
+# Contributor: Frank Siegert < frank.siegert at googlemail dot com >
+# Contributor: Scott Lawrence < bytbox at gmail dot com >
+# Contributor: Thomas Dziedzic < gostrc at gmail dot com >
+# Contributor: Sebastian Voecking < voeck at web dot de >
+
+pkgbase=root
+pkgname=('root' 'root-cuda')
+pkgver=6.16.00
+pkgrel=1
+pkgdesc='C++ data analysis framework and interpreter from CERN.'
+arch=('x86_64')
+url='http://root.cern.ch'
+license=('LGPL2.1')
+makedepends=('ccache'
+ 'cern-vdt'
+ 'cfitsio'
+ 'cmake'
+ 'cuda'
+ 'fcgi'
+ 'fftw'
+ 'ftgl'
+ 'blas'
+ 'gcc-fortran'
+ 'gcc7'
+ 'giflib'
+ 'git'
+ 'gl2ps'
+ 'glew'
+ 'go-pie'
+ 'gsl'
+ 'hicolor-icon-theme'
+ 'intel-tbb'
+ 'libafterimage'
+ 'libmariadbclient'
+ 'librsvg'
+ 'libxpm'
+ 'ocaml'
+ 'ocaml-ctypes'
+ 'openssl'
+ 'postgresql-libs'
+ 'pythia8>=8.2.40-1'
+ 'python'
+ 'python-numpy'
+ 'sqlite'
+ 'tex-gyre-fonts'
+ 'unuran'
+ 'vc'
+ 'xmlrpc-c'
+ 'xrootd>=4.6.0-2'
+ 'xxhash>=0.6.5-1'
+ 'z3')
+depends=('blas'
+ 'desktop-file-utils'
+ 'fcgi'
+ 'fftw'
+ 'ftgl'
+ 'giflib'
+ 'gl2ps'
+ 'glew'
+ 'gsl'
+ 'hicolor-icon-theme'
+ 'intel-tbb'
+ 'libafterimage'
+ 'librsvg'
+ 'libxpm'
+ 'tex-gyre-fonts'
+ 'xxhash>=0.6.5-1')
+optdepends=('cfitsio: Read images and data from FITS files'
+'cern-vdt: Add a set of fast and vectorisable mathematical 
functions'
+'libmariadbclient: MySQL support'
+'openssl: OpenSSL support'
+'postgresql-libs: PostgreSQL support'
+'pythia8>=8.2.40-1: Pythia8 EG support'
+'sqlite: SQLite support'
+'tcsh: Legacy CSH support'
+'unuran: Support non-uniform random numbers'
+'vc: Add types for portable and intuitive SIMD programming'
+'libxml2: XML parser interface'
+'xrootd: Support remote file server and client')
+source=("https://root.cern.ch/download/root_v${pkgver}.source.tar.gz;
+'root.sh'
+'root.xml'
+'rootd'
+'settings.cmake'
+'settings-cuda.cmake'
+'fix_compile_time_install_clad.patch')
+sha256sums=('2a45055c6091adaa72b977c512f84da8ef92723c30837c7e2643eecc9c5ce4d8'
+'9d1f8e7ad923cb5450386edbbce085d258653c0160419cdd6ff154542cc32bd7'
+'50c08191a5b281a39aa05ace4feb8d5405707b4c54a5dcba061f954649c38cb0'
+'3c45b03761d5254142710b7004af0077f18efece7c95511910140d0542c8de8a'
+'0110fd393a6de68c9d65abad7ec626b298e0bb4431210e6cd75285078052a39a'
+'114c6ae5ac03ebed30f93ccf9431475eb797086e1a9d97d45f84e59c7212b09d'
+'de32dcc6c9d8527cb08360a2703c1ca1e586a5b7cc12ea12fd07125795ea5104')
+prepare() {
+# cd "${srcdir}/${pkgbase}-${pkgver}"
+
+2to3 -w "${srcdir}/${pkgbase}-${pkgver}"/etc/dictpch/makepch.py 2>&1 > 
/dev/null
+
+patch -d "${srcdir}/${pkgbase}-${pkgver}" -Np1 -i 
"${srcdir}/fix_compile_time_install_clad.patch"
+
+cp -r "${pkgbase}-${pkgver}" "${pkgbase}-${pkgver}-cuda"
+}
+
+build() {
+## ROOT
+mkdir -p "${srcdir}/build"
+cd "${srcdir}/build"
+
+CFLAGS="${CFLAGS} -pthread" \
+CXXFLAGS="${CXXFLAGS} -pthread" \
+LDFLAGS="${LDFLAGS} -pthread -Wl,--no-undefined" \
+cmake -C "${srcdir}/settings.cmake" -DTARGET_ARCHITECTURE:STRING=generic 
-DPYTHON_EXECUTABLE:PATH=/usr/bin/python \
+"${srcdir}/${pkgbase}-${pkgver}"

[arch-commits] Commit in (10 files)

2019-02-01 Thread Antonio Rojas via arch-commits
Date: Friday, February 1, 2019 @ 23:24:56
  Author: arojas
Revision: 429135

Qt 5.12.1 rebuild

Modified:
  deepin-dock/trunk/PKGBUILD
  deepin-qt-dbus-factory/trunk/PKGBUILD
  deepin-qt5integration/trunk/PKGBUILD
  dtkwidget/trunk/PKGBUILD
  dtkwm/trunk/PKGBUILD
  fcitx-qt5/trunk/PKGBUILD
  googlemaps/trunk/PKGBUILD
  libqtxdg/trunk/PKGBUILD
  qt5-styleplugins/trunk/PKGBUILD
  skrooge/trunk/PKGBUILD

---+
 deepin-dock/trunk/PKGBUILD|2 +-
 deepin-qt-dbus-factory/trunk/PKGBUILD |2 +-
 deepin-qt5integration/trunk/PKGBUILD  |2 +-
 dtkwidget/trunk/PKGBUILD  |2 +-
 dtkwm/trunk/PKGBUILD  |2 +-
 fcitx-qt5/trunk/PKGBUILD  |2 +-
 googlemaps/trunk/PKGBUILD |2 +-
 libqtxdg/trunk/PKGBUILD   |2 +-
 qt5-styleplugins/trunk/PKGBUILD   |2 +-
 skrooge/trunk/PKGBUILD|2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

Modified: deepin-dock/trunk/PKGBUILD
===
--- deepin-dock/trunk/PKGBUILD  2019-02-01 22:06:30 UTC (rev 429134)
+++ deepin-dock/trunk/PKGBUILD  2019-02-01 23:24:56 UTC (rev 429135)
@@ -4,7 +4,7 @@
 
 pkgname=deepin-dock
 pkgver=4.8.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin desktop-environment - dock module'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-dock;

Modified: deepin-qt-dbus-factory/trunk/PKGBUILD
===
--- deepin-qt-dbus-factory/trunk/PKGBUILD   2019-02-01 22:06:30 UTC (rev 
429134)
+++ deepin-qt-dbus-factory/trunk/PKGBUILD   2019-02-01 23:24:56 UTC (rev 
429135)
@@ -4,7 +4,7 @@
 
 pkgname=deepin-qt-dbus-factory
 pkgver=1.0.8
-pkgrel=1
+pkgrel=2
 pkgdesc='A repository stores auto-generated Qt5 dbus code'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-qt-dbus-factory;

Modified: deepin-qt5integration/trunk/PKGBUILD
===
--- deepin-qt5integration/trunk/PKGBUILD2019-02-01 22:06:30 UTC (rev 
429134)
+++ deepin-qt5integration/trunk/PKGBUILD2019-02-01 23:24:56 UTC (rev 
429135)
@@ -2,7 +2,7 @@
 
 pkgname=deepin-qt5integration
 pkgver=0.3.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Qt platform theme integration plugins for DDE'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/qt5integration;

Modified: dtkwidget/trunk/PKGBUILD
===
--- dtkwidget/trunk/PKGBUILD2019-02-01 22:06:30 UTC (rev 429134)
+++ dtkwidget/trunk/PKGBUILD2019-02-01 23:24:56 UTC (rev 429135)
@@ -4,7 +4,7 @@
 
 pkgname=dtkwidget
 pkgver=2.0.9.16
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin graphical user interface library'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dtkwidget;

Modified: dtkwm/trunk/PKGBUILD
===
--- dtkwm/trunk/PKGBUILD2019-02-01 22:06:30 UTC (rev 429134)
+++ dtkwm/trunk/PKGBUILD2019-02-01 23:24:56 UTC (rev 429135)
@@ -4,7 +4,7 @@
 
 pkgname=dtkwm
 pkgver=2.0.9
-pkgrel=3
+pkgrel=4
 pkgdesc='Deepin Tool Kit Wm'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dtkwm;

Modified: fcitx-qt5/trunk/PKGBUILD
===
--- fcitx-qt5/trunk/PKGBUILD2019-02-01 22:06:30 UTC (rev 429134)
+++ fcitx-qt5/trunk/PKGBUILD2019-02-01 23:24:56 UTC (rev 429135)
@@ -2,7 +2,7 @@
 
 pkgname=fcitx-qt5
 pkgver=1.2.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Qt5 IM Module for Fcitx"
 arch=('x86_64')
 url="https://github.com/fcitx/fcitx-qt5;

Modified: googlemaps/trunk/PKGBUILD
===
--- googlemaps/trunk/PKGBUILD   2019-02-01 22:06:30 UTC (rev 429134)
+++ googlemaps/trunk/PKGBUILD   2019-02-01 23:24:56 UTC (rev 429135)
@@ -3,7 +3,7 @@
 pkgname=googlemaps
 pkgver=20180602
 _commit=54a357f9590d9cf011bf1713589f66bad65e00eb
-pkgrel=2
+pkgrel=3
 pkgdesc='Google Maps plugin for QtLocation'
 url='https://github.com/vladest/googlemaps'
 license=('MIT')

Modified: libqtxdg/trunk/PKGBUILD
===
--- libqtxdg/trunk/PKGBUILD 2019-02-01 22:06:30 UTC (rev 429134)
+++ libqtxdg/trunk/PKGBUILD 2019-02-01 23:24:56 UTC (rev 429135)
@@ -2,7 +2,7 @@
 
 pkgname=libqtxdg
 pkgver=3.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Library providing freedesktop.org XDG specs implementations for Qt."
 arch=("x86_64")
 url="http://lxqt.org;

Modified: qt5-styleplugins/trunk/PKGBUILD
===
--- qt5-styleplugins/trunk/PKGBUILD 2019-02-01 22:06:30 UTC (rev 429134)
+++ qt5-styleplugins/trunk/PKGBUILD 2019-02-01 23:24:56 UTC (rev 429135)
@@ -5,7 +5,7 @@
 pkgver=5.0.0.20170311
 _commit=335dbece103e2cbf6c7cf819ab6672c2956b17b3
 pkgdesc='Additional style plugins for Qt5'
-pkgrel=9
+pkgrel=10
 

[arch-commits] Commit in (10 files)

2018-08-14 Thread Filipe Laíns via arch-commits
Date: Tuesday, August 14, 2018 @ 22:49:52
  Author: ffy00
Revision: 371652

import from aur

Added:
  simplesoapy/
  simplesoapy/repos/
  simplesoapy/trunk/
  simplesoapy/trunk/PKGBUILD
  simplesoapy/trunk/PKGBUILD-namcap.log
  simplesoapy/trunk/simplesoapy-1.5.1
  simplesoapy/trunk/simplesoapy-1.5.1-2-any.pkg.tar.xz
  simplesoapy/trunk/simplesoapy-1.5.1-2-any.pkg.tar.xz-namcap.log
  simplesoapy/trunk/simplesoapy-1.5.1-2-x86_64-build.log
  simplesoapy/trunk/simplesoapy-1.5.1-2-x86_64-package.log

---+
 PKGBUILD  |   28 
 simplesoapy-1.5.1 |1 
 simplesoapy-1.5.1-2-any.pkg.tar.xz|1 
 simplesoapy-1.5.1-2-any.pkg.tar.xz-namcap.log |3 ++
 simplesoapy-1.5.1-2-x86_64-build.log  |5 
 simplesoapy-1.5.1-2-x86_64-package.log|   23 +++
 6 files changed, 61 insertions(+)

Added: simplesoapy/trunk/PKGBUILD
===
--- simplesoapy/trunk/PKGBUILD  (rev 0)
+++ simplesoapy/trunk/PKGBUILD  2018-08-14 22:49:52 UTC (rev 371652)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Michal Krenek (Mikos) 
+
+pkgname=simplesoapy
+pkgver=1.5.1
+pkgrel=2
+pkgdesc="Simple pythonic wrapper for SoapySDR library"
+arch=('any')
+url="https://github.com/xmikos/simplesoapy;
+license=('MIT')
+depends=('python' 'python-numpy' 'soapysdr')
+makedepends=('python-setuptools')
+source=("$pkgname-$pkgver::https://github.com/xmikos/simplesoapy/archive/v$pkgver.tar.gz;)
+sha256sums=('4006fb23997693266fbeee0b92d7461c3801c677a6dd2931a9539f34f37aa5b2')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python setup.py install --root="$pkgdir"
+
+  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


Property changes on: simplesoapy/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: simplesoapy/trunk/PKGBUILD-namcap.log
===
Added: simplesoapy/trunk/simplesoapy-1.5.1
===
(Binary files differ)

Index: simplesoapy/trunk/simplesoapy-1.5.1
===
--- simplesoapy/trunk/simplesoapy-1.5.1 2018-08-14 22:10:06 UTC (rev 371651)
+++ simplesoapy/trunk/simplesoapy-1.5.1 2018-08-14 22:49:52 UTC (rev 371652)

Property changes on: simplesoapy/trunk/simplesoapy-1.5.1
___
Added: svn:mime-type
## -0,0 +1 ##
+application/x-gzip
\ No newline at end of property
Added: simplesoapy/trunk/simplesoapy-1.5.1-2-any.pkg.tar.xz
===
(Binary files differ)

Index: simplesoapy/trunk/simplesoapy-1.5.1-2-any.pkg.tar.xz
===
--- simplesoapy/trunk/simplesoapy-1.5.1-2-any.pkg.tar.xz2018-08-14 
22:10:06 UTC (rev 371651)
+++ simplesoapy/trunk/simplesoapy-1.5.1-2-any.pkg.tar.xz2018-08-14 
22:49:52 UTC (rev 371652)

Property changes on: simplesoapy/trunk/simplesoapy-1.5.1-2-any.pkg.tar.xz
___
Added: svn:mime-type
## -0,0 +1 ##
+application/x-xz
\ No newline at end of property
Added: simplesoapy/trunk/simplesoapy-1.5.1-2-any.pkg.tar.xz-namcap.log
===
--- simplesoapy/trunk/simplesoapy-1.5.1-2-any.pkg.tar.xz-namcap.log 
(rev 0)
+++ simplesoapy/trunk/simplesoapy-1.5.1-2-any.pkg.tar.xz-namcap.log 
2018-08-14 22:49:52 UTC (rev 371652)
@@ -0,0 +1,3 @@
+simplesoapy W: Dependency python included but already satisfied
+simplesoapy W: Dependency included and not needed ('python-numpy')
+simplesoapy W: Dependency included and not needed ('soapysdr')

Added: simplesoapy/trunk/simplesoapy-1.5.1-2-x86_64-build.log
===
--- simplesoapy/trunk/simplesoapy-1.5.1-2-x86_64-build.log  
(rev 0)
+++ simplesoapy/trunk/simplesoapy-1.5.1-2-x86_64-build.log  2018-08-14 
22:49:52 UTC (rev 371652)
@@ -0,0 +1,5 @@
+running build
+running build_py
+creating build
+creating build/lib
+copying simplesoapy.py -> build/lib

Added: simplesoapy/trunk/simplesoapy-1.5.1-2-x86_64-package.log
===
--- simplesoapy/trunk/simplesoapy-1.5.1-2-x86_64-package.log
(rev 0)
+++ simplesoapy/trunk/simplesoapy-1.5.1-2-x86_64-package.log2018-08-14 
22:49:52 UTC (rev 371652)
@@ -0,0 +1,23 @@
+running install

[arch-commits] Commit in (10 files)

2018-05-22 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 22, 2018 @ 12:07:08
  Author: arojas
Revision: 324764

Qt 5.11 rebuild

Added:
  pyqt5/trunk/pyqt-qt5.11.patch
Modified:
  akonadi/trunk/PKGBUILD
  gcin/trunk/PKGBUILD
  kwin/trunk/PKGBUILD
  plasma-framework/trunk/PKGBUILD
  plasma-integration/trunk/PKGBUILD
  pyqt5/trunk/PKGBUILD
  pyqt5/trunk/pyqt-support-new-qt.patch
  qqc2-desktop-style/trunk/PKGBUILD
  qtcreator/trunk/PKGBUILD

---+
 akonadi/trunk/PKGBUILD|2 +-
 gcin/trunk/PKGBUILD   |2 +-
 kwin/trunk/PKGBUILD   |2 +-
 plasma-framework/trunk/PKGBUILD   |2 +-
 plasma-integration/trunk/PKGBUILD |2 +-
 pyqt5/trunk/PKGBUILD  |   12 +++-
 pyqt5/trunk/pyqt-qt5.11.patch |   17 +
 pyqt5/trunk/pyqt-support-new-qt.patch |4 ++--
 qqc2-desktop-style/trunk/PKGBUILD |2 +-
 qtcreator/trunk/PKGBUILD  |2 +-
 10 files changed, 33 insertions(+), 14 deletions(-)

Modified: akonadi/trunk/PKGBUILD
===
--- akonadi/trunk/PKGBUILD  2018-05-22 11:04:01 UTC (rev 324763)
+++ akonadi/trunk/PKGBUILD  2018-05-22 12:07:08 UTC (rev 324764)
@@ -5,7 +5,7 @@
 
 pkgname=akonadi
 pkgver=18.04.1
-pkgrel=1
+pkgrel=2
 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
 arch=(x86_64)
 url='https://community.kde.org/KDE_PIM/Akonadi'

Modified: gcin/trunk/PKGBUILD
===
--- gcin/trunk/PKGBUILD 2018-05-22 11:04:01 UTC (rev 324763)
+++ gcin/trunk/PKGBUILD 2018-05-22 12:07:08 UTC (rev 324764)
@@ -6,7 +6,7 @@
 
 pkgname=gcin
 pkgver=2.8.5
-pkgrel=2
+pkgrel=3
 pkgdesc='Input method server supporting various input methods'
 url='http://hyperrate.com/dir.php?eid=67'
 license=('LGPL')

Modified: kwin/trunk/PKGBUILD
===
--- kwin/trunk/PKGBUILD 2018-05-22 11:04:01 UTC (rev 324763)
+++ kwin/trunk/PKGBUILD 2018-05-22 12:07:08 UTC (rev 324764)
@@ -5,7 +5,7 @@
 
 pkgname=kwin
 pkgver=5.12.5
-pkgrel=1
+pkgrel=2
 pkgdesc='An easy to use, but flexible, composited Window Manager'
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'

Modified: plasma-framework/trunk/PKGBUILD
===
--- plasma-framework/trunk/PKGBUILD 2018-05-22 11:04:01 UTC (rev 324763)
+++ plasma-framework/trunk/PKGBUILD 2018-05-22 12:07:08 UTC (rev 324764)
@@ -5,7 +5,7 @@
 
 pkgname=plasma-framework
 pkgver=5.46.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
 arch=(x86_64)
 url='https://community.kde.org/Frameworks'

Modified: plasma-integration/trunk/PKGBUILD
===
--- plasma-integration/trunk/PKGBUILD   2018-05-22 11:04:01 UTC (rev 324763)
+++ plasma-integration/trunk/PKGBUILD   2018-05-22 12:07:08 UTC (rev 324764)
@@ -4,7 +4,7 @@
 
 pkgname=plasma-integration
 pkgver=5.12.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
 arch=(x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'

Modified: pyqt5/trunk/PKGBUILD
===
--- pyqt5/trunk/PKGBUILD2018-05-22 11:04:01 UTC (rev 324763)
+++ pyqt5/trunk/PKGBUILD2018-05-22 12:07:08 UTC (rev 324764)
@@ -8,7 +8,7 @@
 pkgbase=pyqt5
 pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
 pkgver=5.10.1
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url="http://riverbankcomputing.co.uk/software/pyqt/intro;
 license=('GPL')
@@ -17,16 +17,18 @@
  'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 'qt5-svg'
  'qt5-webengine' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras' 
'qt5-networkauth')
 
source=("http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-$pkgver/PyQt5_gpl-$pkgver.tar.gz;
 pyqt-support-new-qt.patch
-pyqt5-cura-crash.patch)
+pyqt5-cura-crash.patch pyqt-qt5.11.patch)
 
sha512sums=('04cd0292f7a088f9c0d088d7c73ec96cfc40253f771dfdf194eb92be7635e6fcaf04863fa24215e9c34a096658549bb2feeb8d8fdca1e39ed87f0256ef0f790b'
-
'9e4184291c0ece0bf375da3e0cf6e3f22df33eea1ee2b981fe9e2a0ba7d625583dd513c029c49562189986c0145262ac2aa8e5aa85701a981b3ed4061f4acf36'
-
'3f6e1c0dcd95d3ff39c03f59d7c09cbf2e42431bf9cb6dc7a63da10b7a387e5977992e57ef0ff1dea495f29dfbf4db2568b4588e801cca966a0136fe98d1ed45')
+
'a9c45534d540cd4eff732a92e66f98eb313b0734e64a2289fbc703fdb208265a610ccc3c4f54f43d0813afa3a7003ec7956e6029904cc56992a5e8cc2efb280c'
+
'3f6e1c0dcd95d3ff39c03f59d7c09cbf2e42431bf9cb6dc7a63da10b7a387e5977992e57ef0ff1dea495f29dfbf4db2568b4588e801cca966a0136fe98d1ed45'
+

[arch-commits] Commit in (10 files)

2018-03-21 Thread Levente Polyak via arch-commits
Date: Thursday, March 22, 2018 @ 02:42:00
  Author: anthraxx
Revision: 319798

community2extra: Moving linux-hardened from community to extra

Added:
  linux-hardened/
  linux-hardened/repos/
  linux-hardened/trunk/
  linux-hardened/trunk/60-linux.hook
  linux-hardened/trunk/90-linux.hook
  linux-hardened/trunk/PKGBUILD
  linux-hardened/trunk/config.x86_64
  
linux-hardened/trunk/drm-i915-edp-Only-use-the-alternate-fixed-mode-if-its-asked-for.patch
  linux-hardened/trunk/linux.install
  linux-hardened/trunk/linux.preset

---+
 60-linux.hook |   12 
 90-linux.hook |   11 
 PKGBUILD  |  257 
 config.x86_64 | 9528 
++
 drm-i915-edp-Only-use-the-alternate-fixed-mode-if-its-asked-for.patch |   39 
 linux.install |   11 
 linux.preset  |   14 
 7 files changed, 9872 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 319797:319798 to see the changes.


[arch-commits] Commit in (10 files)

2018-03-05 Thread Eli Schwartz via arch-commits
Date: Tuesday, March 6, 2018 @ 04:12:48
  Author: eschwartz
Revision: 302870

Update urls to use HTTPS

Modified:
  aarch64-linux-gnu-binutils/trunk/PKGBUILD
  aarch64-linux-gnu-gcc/trunk/PKGBUILD
  aarch64-linux-gnu-gdb/trunk/PKGBUILD
  aarch64-linux-gnu-glibc/trunk/PKGBUILD
  archlinux-xdg-menu/trunk/PKGBUILD
  fcitx-ui-light/trunk/PKGBUILD
  firefox-noscript/trunk/PKGBUILD
  lib32-libidn/trunk/PKGBUILD
  lmms/trunk/PKGBUILD
  wvstreams/trunk/PKGBUILD

---+
 aarch64-linux-gnu-binutils/trunk/PKGBUILD |6 +++---
 aarch64-linux-gnu-gcc/trunk/PKGBUILD  |8 
 aarch64-linux-gnu-gdb/trunk/PKGBUILD  |4 ++--
 aarch64-linux-gnu-glibc/trunk/PKGBUILD|4 ++--
 archlinux-xdg-menu/trunk/PKGBUILD |2 +-
 fcitx-ui-light/trunk/PKGBUILD |2 +-
 firefox-noscript/trunk/PKGBUILD   |2 +-
 lib32-libidn/trunk/PKGBUILD   |4 ++--
 lmms/trunk/PKGBUILD   |4 ++--
 wvstreams/trunk/PKGBUILD  |4 ++--
 10 files changed, 20 insertions(+), 20 deletions(-)

Modified: aarch64-linux-gnu-binutils/trunk/PKGBUILD
===
--- aarch64-linux-gnu-binutils/trunk/PKGBUILD   2018-03-06 04:06:54 UTC (rev 
302869)
+++ aarch64-linux-gnu-binutils/trunk/PKGBUILD   2018-03-06 04:12:48 UTC (rev 
302870)
@@ -7,10 +7,10 @@
 pkgrel=1
 pkgdesc='A set of programs to assemble and manipulate binary and object files 
for the ARM64 target'
 arch=(x86_64)
-url='http://www.gnu.org/software/binutils/'
+url='https://www.gnu.org/software/binutils/'
 license=(GPL)
 depends=(zlib)
-source=(ftp://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
+source=(https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.bz2{,.sig})
 sha1sums=('33d807f7fa680b00439eb5560acd0c2ef645e5f9'
   'SKIP')
 validpgpkeys=('EAF1C276A747E9ED86210CBAC3126D3B4AE55E93'  # Tristan Gingold 

@@ -47,7 +47,7 @@
 
 check() {
   cd binutils-$pkgver
-  
+
   # unset LDFLAGS as testsuite makes assumptions about which ones are active
   # do not abort on errors - manually check log files
   make -k LDFLAGS="" check || true

Modified: aarch64-linux-gnu-gcc/trunk/PKGBUILD
===
--- aarch64-linux-gnu-gcc/trunk/PKGBUILD2018-03-06 04:06:54 UTC (rev 
302869)
+++ aarch64-linux-gnu-gcc/trunk/PKGBUILD2018-03-06 04:12:48 UTC (rev 
302870)
@@ -8,13 +8,13 @@
 _snapshot=7-20180125
 pkgdesc='The GNU Compiler Collection - cross compiler for ARM64 target'
 arch=(x86_64)
-url='http://gcc.gnu.org/'
+url='https://gcc.gnu.org/'
 license=(GPL LGPL FDL)
 depends=($_target-binutils $_target-glibc libmpc zlib)
 makedepends=(gmp mpfr)
 options=(!emptydirs !strip)
-source=(#ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2
-ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
+source=(#https://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2
+https://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.xz
 http://isl.gforge.inria.fr/isl-$_islver.tar.bz2)
 sha256sums=('f4cad0895aa6dd237cbcb6e81750e40c3fb3eba8a5bcdf25a21c4ee5520c344b'
 '6b8b0fd7f81d0a957beb3679c81bbb34ccc7568d5682844d8924424a0dadcb1b')
@@ -77,7 +77,7 @@
 package() {
   cd gcc-build
 
-  make DESTDIR="$pkgdir" install-gcc install-target-libgcc 
install-target-libstdc++-v3 
+  make DESTDIR="$pkgdir" install-gcc install-target-libgcc 
install-target-libstdc++-v3
 
   # strip target binaries
   find "$pkgdir"/usr/lib/gcc/$_target/ "$pkgdir"/usr/$_target/lib -type f -and 
\( -name \*.a -or -name \*.o \) -exec $_target-objcopy -R .comment -R .note -R 
.debug_info -R .debug_aranges -R .debug_pubnames -R .debug_pubtypes -R 
.debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc '{}' 
\;

Modified: aarch64-linux-gnu-gdb/trunk/PKGBUILD
===
--- aarch64-linux-gnu-gdb/trunk/PKGBUILD2018-03-06 04:06:54 UTC (rev 
302869)
+++ aarch64-linux-gnu-gdb/trunk/PKGBUILD2018-03-06 04:12:48 UTC (rev 
302870)
@@ -7,11 +7,11 @@
 pkgrel=1
 pkgdesc='The GNU Debugger for the ARM64 target'
 arch=(x86_64)
-url='http://www.gnu.org/software/gdb/'
+url='https://www.gnu.org/software/gdb/'
 license=(GPL3)
 depends=(xz ncurses expat python guile2.0 gdb-common mpfr)
 options=(!emptydirs)
-source=(ftp://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
+source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
 validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
 sha256sums=('af61a0263858e69c5dce51eab26662ff3d2ad9aa68da9583e8143b5426be4b34'
 'SKIP')

Modified: aarch64-linux-gnu-glibc/trunk/PKGBUILD
===
--- aarch64-linux-gnu-glibc/trunk/PKGBUILD  2018-03-06 04:06:54 UTC (rev 
302869)

[arch-commits] Commit in (10 files)

2018-01-11 Thread Balló György via arch-commits
Date: Thursday, January 11, 2018 @ 21:08:11
  Author: bgyorgy
Revision: 281485

Sugar Activities: Use new install option to skip installing half-broken desktop 
files

Modified:
  sugar-activity-browse/trunk/PKGBUILD
  sugar-activity-calculate/trunk/PKGBUILD
  sugar-activity-chat/trunk/PKGBUILD
  sugar-activity-clock/trunk/PKGBUILD
  sugar-activity-jukebox/trunk/PKGBUILD
  sugar-activity-log/trunk/PKGBUILD
  sugar-activity-paint/trunk/PKGBUILD
  sugar-activity-pippy/trunk/PKGBUILD
  sugar-activity-terminal/trunk/PKGBUILD
  sugar-activity-write/trunk/PKGBUILD

-+
 sugar-activity-browse/trunk/PKGBUILD|3 +--
 sugar-activity-calculate/trunk/PKGBUILD |3 +--
 sugar-activity-chat/trunk/PKGBUILD  |3 +--
 sugar-activity-clock/trunk/PKGBUILD |3 +--
 sugar-activity-jukebox/trunk/PKGBUILD   |3 +--
 sugar-activity-log/trunk/PKGBUILD   |3 +--
 sugar-activity-paint/trunk/PKGBUILD |3 +--
 sugar-activity-pippy/trunk/PKGBUILD |3 +--
 sugar-activity-terminal/trunk/PKGBUILD  |3 +--
 sugar-activity-write/trunk/PKGBUILD |3 +--
 10 files changed, 10 insertions(+), 20 deletions(-)

Modified: sugar-activity-browse/trunk/PKGBUILD
===
--- sugar-activity-browse/trunk/PKGBUILD2018-01-11 20:53:54 UTC (rev 
281484)
+++ sugar-activity-browse/trunk/PKGBUILD2018-01-11 21:08:11 UTC (rev 
281485)
@@ -21,6 +21,5 @@
 
 package() {
   cd $_pkgname-$pkgver
-  python2 setup.py install --prefix "$pkgdir/usr"
-  rm -r "$pkgdir"/usr/share/applications
+  python2 setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
 }

Modified: sugar-activity-calculate/trunk/PKGBUILD
===
--- sugar-activity-calculate/trunk/PKGBUILD 2018-01-11 20:53:54 UTC (rev 
281484)
+++ sugar-activity-calculate/trunk/PKGBUILD 2018-01-11 21:08:11 UTC (rev 
281485)
@@ -22,6 +22,5 @@
 
 package() {
   cd $_pkgname-$pkgver
-  python2 setup.py install --prefix "$pkgdir/usr"
-  rm -r "$pkgdir"/usr/share/applications
+  python2 setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
 }

Modified: sugar-activity-chat/trunk/PKGBUILD
===
--- sugar-activity-chat/trunk/PKGBUILD  2018-01-11 20:53:54 UTC (rev 281484)
+++ sugar-activity-chat/trunk/PKGBUILD  2018-01-11 21:08:11 UTC (rev 281485)
@@ -21,6 +21,5 @@
 
 package() {
   cd $_pkgname-$pkgver
-  python2 setup.py install --prefix "$pkgdir/usr"
-  rm -r "$pkgdir"/usr/share/applications
+  python2 setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
 }

Modified: sugar-activity-clock/trunk/PKGBUILD
===
--- sugar-activity-clock/trunk/PKGBUILD 2018-01-11 20:53:54 UTC (rev 281484)
+++ sugar-activity-clock/trunk/PKGBUILD 2018-01-11 21:08:11 UTC (rev 281485)
@@ -21,6 +21,5 @@
 
 package() {
   cd $_pkgname-$pkgver
-  python2 setup.py install --prefix "$pkgdir/usr"
-  rm -r "$pkgdir"/usr/share/applications
+  python2 setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
 }

Modified: sugar-activity-jukebox/trunk/PKGBUILD
===
--- sugar-activity-jukebox/trunk/PKGBUILD   2018-01-11 20:53:54 UTC (rev 
281484)
+++ sugar-activity-jukebox/trunk/PKGBUILD   2018-01-11 21:08:11 UTC (rev 
281485)
@@ -25,6 +25,5 @@
 
 package() {
   cd $_pkgname-$pkgver
-  python2 setup.py install --prefix "$pkgdir/usr"
-  rm -r "$pkgdir"/usr/share/applications
+  python2 setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
 }

Modified: sugar-activity-log/trunk/PKGBUILD
===
--- sugar-activity-log/trunk/PKGBUILD   2018-01-11 20:53:54 UTC (rev 281484)
+++ sugar-activity-log/trunk/PKGBUILD   2018-01-11 21:08:11 UTC (rev 281485)
@@ -21,6 +21,5 @@
 
 package() {
   cd $_pkgname-$pkgver
-  python2 setup.py install --prefix "$pkgdir/usr"
-  rm -r "$pkgdir"/usr/share/applications
+  python2 setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
 }

Modified: sugar-activity-paint/trunk/PKGBUILD
===
--- sugar-activity-paint/trunk/PKGBUILD 2018-01-11 20:53:54 UTC (rev 281484)
+++ sugar-activity-paint/trunk/PKGBUILD 2018-01-11 21:08:11 UTC (rev 281485)
@@ -26,6 +26,5 @@
 
 package() {
   cd $_pkgname-$pkgver
-  python2 setup.py install --prefix "$pkgdir/usr"
-  rm -r "$pkgdir"/usr/share/applications
+  python2 setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
 }

Modified: sugar-activity-pippy/trunk/PKGBUILD
===
--- sugar-activity-pippy/trunk/PKGBUILD 2018-01-11 20:53:54 UTC (rev 281484)
+++ sugar-activity-pippy/trunk/PKGBUILD 2018-01-11 

[arch-commits] Commit in (10 files)

2017-07-28 Thread Guillaume Alaux
Date: Friday, July 28, 2017 @ 20:49:10
  Author: guillaume
Revision: 301343

Init files

Added:
  java9-openjdk/
  java9-openjdk/repos/
  java9-openjdk/trunk/
  java9-openjdk/trunk/PKGBUILD
  java9-openjdk/trunk/freedesktop-java.desktop
  java9-openjdk/trunk/freedesktop-jconsole.desktop
  java9-openjdk/trunk/freedesktop-policytool.desktop
  java9-openjdk/trunk/install_jdk9-openjdk.sh
  java9-openjdk/trunk/install_jre9-openjdk-headless.sh
  java9-openjdk/trunk/install_jre9-openjdk.sh

--+
 PKGBUILD |  300 +
 freedesktop-java.desktop |   12 +
 freedesktop-jconsole.desktop |   11 +
 freedesktop-policytool.desktop   |   13 +
 install_jdk9-openjdk.sh  |   50 ++
 install_jre9-openjdk-headless.sh |   48 +
 install_jre9-openjdk.sh  |   35 
 7 files changed, 469 insertions(+)

Added: java9-openjdk/trunk/PKGBUILD
===
--- java9-openjdk/trunk/PKGBUILD(rev 0)
+++ java9-openjdk/trunk/PKGBUILD2017-07-28 20:49:10 UTC (rev 301343)
@@ -0,0 +1,300 @@
+# Maintainer: Guillaume ALAUX 
+
+# TODO for production:
+#  - remove pre="ea" from ./configure
+#  - fix pkgver from 9.178 to 9.u01
+#- don't forget to add the "u"
+#- don't forget to use an update version instead of tag
+
+# TODO add test, see about packaging jtreg and using it here
+# TODO see about building with OpenJDK9
+# TODO add javazi
+# TODO when IcedTea provides it, package icedtea-web and add it as optdepends
+# TODO package OpenJFX for OpenJDK9 and add it as optdepends
+
+## EXPLORATIONS
+# TODO extract a jmods package from jdk9-openjdk?
+# TODO extract a jdk-headless package?
+#  Now that `jconsole` and `policytool` belong to JDK, one could extract
+#  these to their own package.
+#  FYI, `jdk8-openjdk` already depends on `jre8-openjdk` and not 
`jre8-openjdk-headless`
+
+pkgname=('jre9-openjdk-headless' 'jre9-openjdk' 'jdk9-openjdk' 'openjdk9-src' 
'openjdk9-doc')
+_majorver=9
+_buildver=179
+pkgbase=java$_majorver-openjdk
+# FIXME while Early Access, use $_majorver.$_buildver, and when production, 
use $_majorver.u$_updatever (watchout for the "u")
+pkgver=$_majorver.$_buildver
+_hg_tag="jdk-$_majorver+$_buildver"
+_repo_ver=jdk$_java_ver.$_hg_tag
+pkgrel=1
+_pkg_full_ver=$pkgver-$pkgrel
+arch=('i686' 'x86_64')
+url='http://openjdk.java.net/'
+license=('custom')
+makedepends=('jdk8-openjdk' 'cpio' 'unzip' 'zip'
+ 'libcups'
+ 'libx11' 'libxrender' 'libxtst' 'libxt' # 'libxext' already 
pulled by libxtst
+ 'alsa-lib'
+ 'pandoc' 'graphviz') # to generate full docs (as said in output 
of configure)
+ # 'freetype2' already pulled
+ # 'libjpeg-turbo' 'giflib' 'libpng' 'lcms2' already pulled
+ # 'libelf' required for AOT but already pulled
+ # 'bash' OpenJDK scripts are explicitly Bash
+checkdepends=()
+_url_src=http://hg.openjdk.java.net/jdk9/jdk9
+source=("jdk9u-${_repo_ver}.tar.gz::$_url_src/archive/$_hg_tag.tar.gz"
+"corba-${_repo_ver}.tar.gz::$_url_src/corba/archive/$_hg_tag.tar.gz"
+
"hotspot-${_repo_ver}.tar.gz::$_url_src/hotspot/archive/$_hg_tag.tar.gz"
+"jaxp-${_repo_ver}.tar.gz::$_url_src/jaxp/archive/$_hg_tag.tar.gz"
+"jaxws-${_repo_ver}.tar.gz::$_url_src/jaxws/archive/$_hg_tag.tar.gz"
+"jdk-${_repo_ver}.tar.gz::$_url_src/jdk/archive/$_hg_tag.tar.gz"
+
"langtools-${_repo_ver}.tar.gz::$_url_src/langtools/archive/$_hg_tag.tar.gz"
+
"nashorn-${_repo_ver}.tar.gz::$_url_src/nashorn/archive/$_hg_tag.tar.gz"
+freedesktop-java.desktop
+freedesktop-jconsole.desktop
+freedesktop-policytool.desktop)
+sha256sums=('74ea44fa6d07815c529a0da8b5b9203e4f2d392bfa5eb60c0d302b57130e2a83'
+'50f6168852f57f2b0aa18e8c24f7939cb30f3d8d324e423fedab044cf94bef40'
+'af37fcb4c49c19240793f67a7a611a650649f1492790d74128045613be19f326'
+'f56f08387711b7bfe9e31f18325c361c4b45e957479a685cae5604145b0243d9'
+'03d0168aad12fcc61f90698d6609673f3840473401b89e7454ffd96d8f4f579f'
+'63d6f14dd0d9aeb2f982e254ce3759a29573c227789c5ae9b10fd299f6cc0310'
+'3d39fe61946ef50d07870474bd9fe5766108096585cc806742974a7a5fe2f9e4'
+'126a632806a6897e55ed6ef99ef829da2518ddad674d10953ac449986f54628a'
+'85d32321fb59a89e4f9ab320060597d4ca9d5e23b995c61549a48b41ac908a67'
+'bf197deb003879ed01adc6973a2430a41574f638667a5ecfbb1aad1403897ddc'
+'9394de47b5c38826ab837145816667d96b697998bafec5dd132d39d4846ac70e')
+
+case "$CARCH" in
+  x86_64) _JARCH='x86_64';;
+  i686)   _JARCH='x86';;
+esac
+
+_jvmdir=/usr/lib/jvm/java-$_majorver-openjdk
+_imgdir=jdk$_majorver-$_hg_tag/build/linux-$_JARCH-normal-server-release/images
+

[arch-commits] Commit in (10 files)

2017-05-25 Thread Maxime Gauduin
Date: Thursday, May 25, 2017 @ 12:18:50
  Author: alucryd
Revision: 230078

Split libretro-shaders into 3 separate packages

Added:
  libretro-shaders-cg/
  libretro-shaders-cg/trunk/
  libretro-shaders-cg/trunk/PKGBUILD
  libretro-shaders-glsl/
  libretro-shaders-glsl/trunk/
  libretro-shaders-glsl/trunk/PKGBUILD
  libretro-shaders-slang/
  libretro-shaders-slang/trunk/
  libretro-shaders-slang/trunk/PKGBUILD
Deleted:
  libretro-shaders/

---+
 libretro-shaders-cg/trunk/PKGBUILD|   32 
 libretro-shaders-glsl/trunk/PKGBUILD  |   31 +++
 libretro-shaders-slang/trunk/PKGBUILD |   31 +++
 3 files changed, 94 insertions(+)

Added: libretro-shaders-cg/trunk/PKGBUILD
===
--- libretro-shaders-cg/trunk/PKGBUILD  (rev 0)
+++ libretro-shaders-cg/trunk/PKGBUILD  2017-05-25 12:18:50 UTC (rev 230078)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-shaders-cg
+pkgver=694
+pkgrel=1
+pkgdesc='Collection of Cg shaders for libretro'
+arch=('any')
+url='http://www.libretro.com/'
+license=('GPL3')
+groups=('libretro')
+provides=('libretro-shaders')
+conflicts=('libretro-shaders')
+depends=('nvidia-cg-toolkit')
+makedepends=('git')
+_commit='bd382e373d11017af05b60881d19b5dd1c2096c7'
+source=("libretro-shaders-cg::git+https://github.com/libretro/common-shaders.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libretro-shaders-cg
+
+  git rev-list --count HEAD
+}
+
+package() {
+  install -dm 755 "${pkgdir}"/usr/share/libretro
+  cp -dr --no-preserve='ownership' libretro-shaders-cg 
"${pkgdir}"/usr/share/libretro/shaders
+  rm -rf "${pkgdir}"/usr/share/libretro/shaders/.git
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: libretro-shaders-cg/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: libretro-shaders-glsl/trunk/PKGBUILD
===
--- libretro-shaders-glsl/trunk/PKGBUILD(rev 0)
+++ libretro-shaders-glsl/trunk/PKGBUILD2017-05-25 12:18:50 UTC (rev 
230078)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-shaders-glsl
+pkgver=145
+pkgrel=1
+pkgdesc='Collection of GLSL shaders for libretro'
+arch=('any')
+url='http://www.libretro.com/'
+license=('GPL3')
+groups=('libretro')
+provides=('libretro-shaders')
+conflicts=('libretro-shaders')
+makedepends=('git')
+_commit='c3b252c135ef04a81baf2053f545f296c3c893f4'
+source=("libretro-shaders-glsl::git+https://github.com/libretro/glsl-shaders.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libretro-shaders-glsl
+
+  git rev-list --count HEAD
+}
+
+package() {
+  install -dm 755 "${pkgdir}"/usr/share/libretro
+  cp -dr --no-preserve='ownership' libretro-shaders-glsl 
"${pkgdir}"/usr/share/libretro/shaders
+  rm -rf "${pkgdir}"/usr/share/libretro/shaders/.git
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: libretro-shaders-glsl/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: libretro-shaders-slang/trunk/PKGBUILD
===
--- libretro-shaders-slang/trunk/PKGBUILD   (rev 0)
+++ libretro-shaders-slang/trunk/PKGBUILD   2017-05-25 12:18:50 UTC (rev 
230078)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=libretro-shaders-slang
+pkgver=370
+pkgrel=1
+pkgdesc='Collection of Vulkan shaders for libretro'
+arch=('any')
+url='http://www.libretro.com/'
+license=('GPL3')
+groups=('libretro')
+provides=('libretro-shaders')
+conflicts=('libretro-shaders')
+makedepends=('git')
+_commit='b91c6702f5c53aa1eaf419487237d2e3dd820aa5'
+source=("libretro-shaders-slang::git+https://github.com/libretro/slang-shaders.git#commit=${_commit};)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd libretro-shaders-slang
+
+  git rev-list --count HEAD
+}
+
+package() {
+  install -dm 755 "${pkgdir}"/usr/share/libretro
+  cp -dr --no-preserve='ownership' libretro-shaders-slang 
"${pkgdir}"/usr/share/libretro/shaders
+  rm -rf "${pkgdir}"/usr/share/libretro/shaders/.git
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: libretro-shaders-slang/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in (10 files)

2017-04-29 Thread Daniel Micay
Date: Saturday, April 29, 2017 @ 17:27:05
  Author: thestinger
Revision: 226303

add linux-hardened package

Added:
  linux-hardened/
  linux-hardened/repos/
  linux-hardened/trunk/
  linux-hardened/trunk/90-linux.hook
  linux-hardened/trunk/PKGBUILD
  linux-hardened/trunk/config.i686
  linux-hardened/trunk/config.x86_64
  linux-hardened/trunk/linux.install
  linux-hardened/trunk/linux.install.pkg
  linux-hardened/trunk/linux.preset

---+
 90-linux.hook |   11 
 PKGBUILD  |  289 +
 config.i686   | 8331 
 config.x86_64 | 8084 ++
 linux.install |   27 
 linux.install.pkg |   27 
 linux.preset  |   14 
 7 files changed, 16783 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 226302:226303 to see the changes.


[arch-commits] Commit in (10 files)

2017-04-04 Thread Felix Yan
Date: Tuesday, April 4, 2017 @ 15:11:58
  Author: felixonmars
Revision: 220481

addpkg: adobe-source-han-serif-fonts 1.000-1

Added:
  adobe-source-han-serif-fonts/
  adobe-source-han-serif-fonts/repos/
  adobe-source-han-serif-fonts/trunk/
  adobe-source-han-serif-fonts/trunk/44-source-han-serif-cn.conf
  adobe-source-han-serif-fonts/trunk/44-source-han-serif-jp.conf
  adobe-source-han-serif-fonts/trunk/44-source-han-serif-kr.conf
  adobe-source-han-serif-fonts/trunk/44-source-han-serif-otc.conf
  adobe-source-han-serif-fonts/trunk/44-source-han-serif-tw.conf
  adobe-source-han-serif-fonts/trunk/PKGBUILD
  adobe-source-han-serif-fonts/trunk/fonts.install

--+
 44-source-han-serif-cn.conf  |   18 
 44-source-han-serif-jp.conf  |   18 
 44-source-han-serif-kr.conf  |   18 
 44-source-han-serif-otc.conf |   42 +++
 44-source-han-serif-tw.conf  |   18 
 PKGBUILD |  148 +
 fonts.install|   11 +++
 7 files changed, 273 insertions(+)

Added: adobe-source-han-serif-fonts/trunk/44-source-han-serif-cn.conf
===
--- adobe-source-han-serif-fonts/trunk/44-source-han-serif-cn.conf  
(rev 0)
+++ adobe-source-han-serif-fonts/trunk/44-source-han-serif-cn.conf  
2017-04-04 15:11:58 UTC (rev 220481)
@@ -0,0 +1,18 @@
+
+
+
+   
+   
+   
+   Source Han Serif CN Medium
+   
+   
+   demibold
+   
+   
+

Added: adobe-source-han-serif-fonts/trunk/44-source-han-serif-jp.conf
===
--- adobe-source-han-serif-fonts/trunk/44-source-han-serif-jp.conf  
(rev 0)
+++ adobe-source-han-serif-fonts/trunk/44-source-han-serif-jp.conf  
2017-04-04 15:11:58 UTC (rev 220481)
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+Source Han Serif JP Medium
+
+
+demibold
+
+
+

Added: adobe-source-han-serif-fonts/trunk/44-source-han-serif-kr.conf
===
--- adobe-source-han-serif-fonts/trunk/44-source-han-serif-kr.conf  
(rev 0)
+++ adobe-source-han-serif-fonts/trunk/44-source-han-serif-kr.conf  
2017-04-04 15:11:58 UTC (rev 220481)
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+Source Han Serif KR Medium
+
+
+demibold
+
+
+

Added: adobe-source-han-serif-fonts/trunk/44-source-han-serif-otc.conf
===
--- adobe-source-han-serif-fonts/trunk/44-source-han-serif-otc.conf 
(rev 0)
+++ adobe-source-han-serif-fonts/trunk/44-source-han-serif-otc.conf 
2017-04-04 15:11:58 UTC (rev 220481)
@@ -0,0 +1,42 @@
+
+
+
+   
+   
+   
+   Source Han Serif J Medium
+   
+   
+   demibold
+   
+   
+   
+   
+   Source Han Serif K Medium
+   
+   
+   demibold
+   
+   
+   
+   
+   Source Han Serif SC Medium
+   
+   
+   demibold
+   
+   
+   
+   
+   Source Han Serif TC Medium
+   
+   
+   demibold
+   
+   
+

Added: adobe-source-han-serif-fonts/trunk/44-source-han-serif-tw.conf
===
--- adobe-source-han-serif-fonts/trunk/44-source-han-serif-tw.conf  
(rev 0)
+++ adobe-source-han-serif-fonts/trunk/44-source-han-serif-tw.conf  
2017-04-04 15:11:58 UTC (rev 220481)
@@ -0,0 +1,18 @@
+
+
+
+
+
+
+Source Han Serif TWHK Medium
+
+
+demibold
+
+
+

Added: adobe-source-han-serif-fonts/trunk/PKGBUILD
===
--- adobe-source-han-serif-fonts/trunk/PKGBUILD (rev 0)
+++ adobe-source-han-serif-fonts/trunk/PKGBUILD 2017-04-04 15:11:58 UTC (rev 
220481)
@@ -0,0 +1,148 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Sascha Weaver 
+
+# This font has four versions:
+#
+# * Multilingual versions with a default language: (OTF)
+#   (We do not package them)
+#   * Multilingual version with Japanese glyphs as default priority
+#   * Multilingual version with Korean glyphs as default priority
+#   * Multilingual version with Simplified Chinese glyphs as default priority
+#   * Multilingual version with Traditional 

[arch-commits] Commit in (10 files)

2017-04-03 Thread Jan de Groot
Date: Monday, April 3, 2017 @ 13:25:25
  Author: jgc
Revision: 292010

Add spidermonkey 38, required for gjs

Added:
  js38/
  js38/trunk/
  js38/trunk/PKGBUILD
  js38/trunk/mozjs38-1269317.patch
  js38/trunk/mozjs38-add-bracket.patch
  js38/trunk/mozjs38-copy-headers.patch
  js38/trunk/mozjs38-fix-tracelogger.patch
  js38/trunk/mozjs38-install-name.patch
  js38/trunk/mozjs38-pkg-config-version.patch
  js38/trunk/mozjs38-shell-version.patch

--+
 PKGBUILD |   66 
 mozjs38-1269317.patch|  122 +++
 mozjs38-add-bracket.patch|   16 
 mozjs38-copy-headers.patch   |   20 +
 mozjs38-fix-tracelogger.patch|  603 +
 mozjs38-install-name.patch   |   11 
 mozjs38-pkg-config-version.patch |   22 +
 mozjs38-shell-version.patch  |   65 +++
 8 files changed, 925 insertions(+)

Added: js38/trunk/PKGBUILD
===
--- js38/trunk/PKGBUILD (rev 0)
+++ js38/trunk/PKGBUILD 2017-04-03 13:25:25 UTC (rev 292010)
@@ -0,0 +1,66 @@
+# $Id: PKGBUILD 280035 2016-11-07 16:57:54Z foutrelis $
+# Maintainer: Ionut Biru 
+
+pkgname=js38
+pkgver=38.0.0
+pkgrel=1
+pkgdesc="JavaScript interpreter and libraries - Version 38"
+arch=(i686 x86_64)
+url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey/Releases/38;
+license=(MPL)
+depends=(nspr gcc-libs readline zlib icu)
+makedepends=(python2 libffi zip)
+options=(!staticlibs)
+source=(https://people.mozilla.org/~sstangl/mozjs-38.2.1.rc0.tar.bz2
+mozjs38-fix-tracelogger.patch
+mozjs38-shell-version.patch
+mozjs38-pkg-config-version.patch
+mozjs38-install-name.patch
+mozjs38-copy-headers.patch
+mozjs38-add-bracket.patch
+mozjs38-1269317.patch)
+sha256sums=('01994c758174bc173bcf4960f05ecb4da21014f09641a63b2952bbf9eeaa8b5c'
+'55e656c41583cd4e5468cb4b93c0f57f40f2817adcc1acf9333b4b248969983d'
+'16b00caf68c23d7b484b42b523ca49465853fee5161b34520cb93fc89bf16903'
+'fcdc86524d3abb89244310bded9e994833b1ecad2cb181821cbb523e2c1b567a'
+'56d1336f0bfa9b1d1a19313f3cdece317bf6a169c7369ecdc068e7ab99d16d9e'
+'d052a19e7d33023e927c83fda5dcf7a90127934df034969011960b3b8e6930ed'
+'3d3a53949da5d1da201548d9de41c99c1ff6d52e1ac7bc047e2c96e6c5f9e3a7'
+'e34338b3bfb1a16c3f98b73007b914560085d54ba94d56cb1b8586330cbef506')
+
+prepare() {
+  cd mozjs-$pkgver
+
+  patch -Np1 -i ../mozjs38-fix-tracelogger.patch
+  patch -Np1 -i ../mozjs38-shell-version.patch
+  patch -Np1 -i ../mozjs38-pkg-config-version.patch
+  patch -Np1 -i ../mozjs38-install-name.patch
+  patch -Np1 -i ../mozjs38-copy-headers.patch
+  patch -Np1 -i ../mozjs38-add-bracket.patch
+  patch -Np1 -i ../mozjs38-1269317.patch
+}
+
+build() {
+  unset CPPFLAGS
+  CXXFLAGS+=' -fno-delete-null-pointer-checks'
+  export PYTHON=/usr/bin/python2
+  cd mozjs-$pkgver/js/src
+  ./configure --prefix=/usr --with-system-nspr --enable-system-ffi \
+--with-system-zlib --with-system-icu --with-intl-api
+  make
+}
+
+check() {
+  cd mozjs-$pkgver/js/src
+  # Disabled: test suite fails because it is broken.
+  #make -j1 check
+}
+
+package() {
+  cd mozjs-$pkgver/js/src
+  make DESTDIR="$pkgdir" install
+  rm -f "$pkgdir"/usr/lib/*.ajs
+  find "$pkgdir"/usr/{lib/pkgconfig,include} -type f -exec chmod -x {} +
+}
+
+# vim:set ts=2 sw=2 et:

Added: js38/trunk/mozjs38-1269317.patch
===
--- js38/trunk/mozjs38-1269317.patch(rev 0)
+++ js38/trunk/mozjs38-1269317.patch2017-04-03 13:25:25 UTC (rev 292010)
@@ -0,0 +1,122 @@
+--- a/js/src/jit/RegisterSets.h2017-02-10 17:33:06.210702431 -0800
 b/js/src/jit/RegisterSets.h2017-02-10 17:43:52.877514146 -0800
+@@ -7,7 +7,6 @@
+ #ifndef jit_RegisterSets_h
+ #define jit_RegisterSets_h
+ 
+-#include "mozilla/Alignment.h"
+ #include "mozilla/MathAlgorithms.h"
+ 
+ #include "jit/JitAllocPolicy.h"
+@@ -26,8 +25,8 @@
+ Code code_;
+ 
+   public:
+-AnyRegister()
+-{ }
++AnyRegister() = default;
++
+ explicit AnyRegister(Register gpr) {
+ code_ = gpr.code();
+ }
+@@ -156,7 +155,7 @@
+ }
+ #endif
+ 
+-ValueOperand() {}
++ValueOperand() = default;
+ };
+ 
+ // Registers to hold either either a typed or untyped value.
+@@ -165,46 +164,25 @@
+ // Type of value being stored.
+ MIRType type_;
+ 
+-// Space to hold either an AnyRegister or a ValueOperand.
+ union U {
+-mozilla::AlignedStorage2 typed;
+-mozilla::AlignedStorage2 value;
++AnyRegister typed;
++ValueOperand value;
+ } data;
+ 
+-AnyRegister& dataTyped() {
+-MOZ_ASSERT(hasTyped());
+-return *data.typed.addr();
+-}
+-ValueOperand& dataValue() {
+-

[arch-commits] Commit in (10 files)

2017-02-17 Thread Sergej Pupykin
Date: Friday, February 17, 2017 @ 13:24:28
  Author: spupykin
Revision: 212887

owncloud->nextcloud

Added:
  nextcloud-app-bookmarks/
  nextcloud-app-calendar/
  nextcloud-app-contacts/
  nextcloud-app-documents/
Deleted:
  nextcloud-app-calendar/repos/community-any/
  nextcloud-app-contacts/repos/community-any/
  owncloud-app-bookmarks/
  owncloud-app-calendar/
  owncloud-app-contacts/
  owncloud-app-documents/


[arch-commits] Commit in (10 files)

2017-01-10 Thread Maxime Gauduin
Date: Tuesday, January 10, 2017 @ 17:17:53
  Author: alucryd
Revision: 206607

Add python 3 versions of several libs for beets

Added:
  python-jellyfish/
  python-jellyfish/trunk/
  python-jellyfish/trunk/PKGBUILD
  python-munkres/
  python-munkres/trunk/
  python-munkres/trunk/PKGBUILD
  python-musicbrainzngs/
  python-musicbrainzngs/trunk/
  python-musicbrainzngs/trunk/PKGBUILD
Modified:
  beets/trunk/PKGBUILD

--+
 beets/trunk/PKGBUILD |   31 +++--
 python-jellyfish/trunk/PKGBUILD  |   58 +
 python-munkres/trunk/PKGBUILD|   46 ++
 python-musicbrainzngs/trunk/PKGBUILD |   48 +++
 4 files changed, 166 insertions(+), 17 deletions(-)

Modified: beets/trunk/PKGBUILD
===
--- beets/trunk/PKGBUILD2017-01-10 17:08:05 UTC (rev 206606)
+++ beets/trunk/PKGBUILD2017-01-10 17:17:53 UTC (rev 206607)
@@ -3,15 +3,14 @@
 # Contributor: Adrian Sampson 
 
 pkgname=beets
-pkgver=1.4.2
+pkgver=1.4.3
 pkgrel=1
 pkgdesc='Flexible music library manager and tagger'
 arch=('any')
 url='http://beets.radbox.org/'
 license=('MIT')
-depends=('mutagen' 'python2-enum34' 'python2-jellyfish' 'python2-munkres'
- 'python2-musicbrainzngs' 'python2-setuptools' 'python2-six'
- 'python2-unidecode' 'python2-yaml')
+depends=('mutagen' 'python-jellyfish' 'python-munkres' 'python-musicbrainzngs'
+ 'python-setuptools' 'python-six' 'python-unidecode' 'python-yaml')
 optdepends=('bash-completion: Bash completion'
 'gst-plugins-bad: Chromaprint/Acoustid, BPD, ReplayGain plugins'
 'gst-plugins-good: Chromaprint/Acoustid, BPD, ReplayGain plugins'
@@ -19,31 +18,29 @@
 'gst-libav: Chromaprint/Acoustid, BPD, ReplayGain plugins'
 'gst-python: Chromaprint/Acoustid, BPD, ReplayGain plugins'
 'imagemagick: Thumbnails plugin'
-'python2-beautifulsoup4: Lyrics plugin'
-'python2-flask: Web plugin'
-'python2-gobject: ReplayGain plugin'
-'python2-mpd: MPDStats plugin'
-'python2-pathlib: Thumbnails plugin'
-'python2-pyacoustid: Chromaprint/Acoustid plugin'
-'python2-pylast: LastGenre plugin'
-'python2-requests: Chromaprint/Acoustid, BPD, FetchArt plugins'
-'python2-xdg: Thumbnails plugin')
-_commit='44f33cabc7e2c5ea6fd79fac3b73ac54fa11d568'
+'python-beautifulsoup4: Lyrics plugin'
+'python-flask: Web plugin'
+'python-gobject: ReplayGain plugin'
+'python-mpd: MPDStats plugin'
+'python-pyacoustid: Chromaprint/Acoustid plugin'
+'python-pylast: LastGenre plugin'
+'python-requests: Chromaprint/Acoustid, BPD, FetchArt plugins'
+'python-xdg: Thumbnails plugin')
 
source=("https://github.com/sampsyo/beets/releases/download/v${pkgver}/beets-${pkgver}.tar.gz;
 'beet')
-sha256sums=('b54c72e220d7696740823d0a4e4f38d57d1e463daaf06da5194a358d3a14ca6a'
+sha256sums=('b93fbe11998a29cd432b0a88741b9ced0e5ac50e80362d41e13e867d851ae464'
 'b081285b202f82d09802ebca73d28bbf1902179ad3a820e4c0157f80bf959d89')
 
 build() {
   cd beets-${pkgver}
 
-  python2 setup.py build
+  python setup.py build
 }
 
 package() {
   cd beets-${pkgver}
 
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
+  python setup.py install --root="${pkgdir}" --optimize='1'
 
   install -dm 755 "${pkgdir}"/usr/share/bash-completion/completions/
   install -m 644 ../beet "${pkgdir}"/usr/share/bash-completion/completions/

Added: python-jellyfish/trunk/PKGBUILD
===
--- python-jellyfish/trunk/PKGBUILD (rev 0)
+++ python-jellyfish/trunk/PKGBUILD 2017-01-10 17:17:53 UTC (rev 206607)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Maintainer: Jelle van der Waa 
+
+pkgbase=python-jellyfish
+pkgname=('python-jellyfish' 'python2-jellyfish')
+pkgver=0.5.6
+pkgrel=1
+pkgdesc='A python library for doing approximate and phonetic matching of 
strings'
+arch=('i686' 'x86_64')
+url='https://github.com/jamesturk/jellyfish'
+license=('BSD')
+depends=('glibc')
+makedepends=('git' 'python-setuptools' 'python2-setuptools')
+_commit='a319d6ae04134f3c2bcd383012afab5645fba503'
+source=("python-jellyfish-${pkgver}.tar.gz::https://github.com/jamesturk/jellyfish/archive/${pkgver}.tar.gz;
+"git+https://github.com/jamesturk/cjellyfish.git#commit=${_commit};)
+sha256sums=('2e31dddf863a360966fd997ebd60c692ad56cbdbb0a352956c0aeae6af1b07b5'
+'SKIP')
+
+prepare() {
+  pushd jellyfish-${pkgver}
+  rm -rf cjellyfish
+  ln -s ../cjellyfish .
+  popd
+
+  mv {,python-}jellyfish-${pkgver}
+  cp -r 

[arch-commits] Commit in (10 files)

2016-12-12 Thread Anatol Pomozov
Date: Monday, December 12, 2016 @ 21:02:13
  Author: anatolik
Revision: 283082

Add fuse3 package

Rename fuse to fuse2 package

https://github.com/libfuse/libfuse/releases/tag/fuse-3.0.0

Added:
  fuse2/
  fuse3/
Modified:
  fuse2/trunk/PKGBUILD
  fuse3/trunk/PKGBUILD
Deleted:
  fuse/
  fuse2/trunk/fuse.conf
  fuse3/repos/extra-i686/PKGBUILD
  fuse3/repos/extra-i686/fuse.conf
  fuse3/repos/extra-x86_64/PKGBUILD
  fuse3/repos/extra-x86_64/fuse.conf

--+
 repos/extra-i686/PKGBUILD|   48 --
 repos/extra-i686/fuse.conf   |9 
 repos/extra-x86_64/PKGBUILD  |   48 --
 repos/extra-x86_64/fuse.conf |9 
 trunk/PKGBUILD   |   75 ++---
 trunk/fuse.conf  |9 
 6 files changed, 48 insertions(+), 150 deletions(-)

Modified: fuse2/trunk/PKGBUILD
===
--- fuse/trunk/PKGBUILD 2016-12-12 20:52:18 UTC (rev 283081)
+++ fuse2/trunk/PKGBUILD2016-12-12 21:02:13 UTC (rev 283082)
@@ -3,21 +3,22 @@
 # Contributor: Tom Gundersen 
 # Contributor: Mark Rosenstand 
 
-pkgname=fuse
+pkgname=fuse2
 pkgver=2.9.7
-pkgrel=1
+pkgrel=2
 pkgdesc="A library that makes it possible to implement a filesystem in a 
userspace program."
 arch=('i686' 'x86_64')
 url='https://github.com/libfuse/libfuse'
 license=('GPL2')
-depends=('glibc')
+provides=('fuse') # TODO: remove it once all packages start to use 'fuse2' name
+replaces=('fuse')
+conflicts=('fuse')
+depends=('glibc' 'fuse-common')
 makedepends=('pkg-config')
-backup=(etc/fuse.conf)
-source=(https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.gz{,.asc}
-   'fuse.conf')
+options=(!emptydirs)
+source=(https://github.com/libfuse/libfuse/releases/download/fuse-$pkgver/fuse-$pkgver.tar.gz{,.asc})
 sha1sums=('cd174e3d37995a42fad32fac92f76cd18e24174f'
-  'SKIP'
-  '3b42e37a741d4651099225987dc40e7f02a716ad')
+  'SKIP')
 validpgpkeys=(ED31791B2C5C1613AF388B8AD113FCAC3C4E599F) # Nikolaus Rath 

 
 build() {
@@ -35,14 +36,14 @@
 
   # Remove init script in wrong path
   # Don't add our own for now, as fusectl fs oopses on 2.6.18
-  rm -rf ${pkgdir}/etc/init.d
+  rm -r ${pkgdir}/etc/init.d
 
-  # install sample config file
-  install -Dm644 ${srcdir}/fuse.conf ${pkgdir}/etc/fuse.conf
-
   # remove udev rules (is in the udev package}
   rm -rf ${pkgdir}/etc/udev
 
   # static device nodes are handled by udev
-  rm -rf ${pkgdir}/dev
+  rm -r ${pkgdir}/dev
+
+  # part of fuse-common package
+  rm ${pkgdir}/usr/share/man/man8/mount.fuse.8
 }

Deleted: fuse2/trunk/fuse.conf
===
--- fuse/trunk/fuse.conf2016-12-12 20:52:18 UTC (rev 283081)
+++ fuse2/trunk/fuse.conf   2016-12-12 21:02:13 UTC (rev 283082)
@@ -1,9 +0,0 @@
-# Set the maximum number of FUSE mounts allowed to non-root users.
-# The default is 1000.
-#
-#mount_max = 1000
-
-# Allow non-root users to specify the 'allow_other' or 'allow_root'
-# mount options.
-#
-#user_allow_other

Deleted: fuse3/repos/extra-i686/PKGBUILD
===
--- fuse/repos/extra-i686/PKGBUILD  2016-12-09 19:33:23 UTC (rev 282970)
+++ fuse3/repos/extra-i686/PKGBUILD 2016-12-12 21:02:13 UTC (rev 283082)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Tom Gundersen 
-# Contributor: Mark Rosenstand 
-
-pkgname=fuse
-pkgver=2.9.7
-pkgrel=1
-pkgdesc="A library that makes it possible to implement a filesystem in a 
userspace program."
-arch=('i686' 'x86_64')
-url='https://github.com/libfuse/libfuse'
-license=('GPL2')
-depends=('glibc')
-makedepends=('pkg-config')
-backup=(etc/fuse.conf)
-_tag=fuse-$pkgver
-source=(https://github.com/libfuse/libfuse/archive/$_tag.zip
-   'fuse.conf')
-sha1sums=('805be38cbfb29d05036b03f2560b193010c38720'
-  '3b42e37a741d4651099225987dc40e7f02a716ad')
-
-build() {
-  cd libfuse-$_tag
-
-  ./makeconf.sh
-  export MOUNT_FUSE_PATH=/usr/bin
-  ./configure --prefix=/usr --libdir=/usr/lib --enable-lib --enable-util 
--disable-example
-  make
-}
-
-package() {
-  cd libfuse-$_tag
-
-  make DESTDIR=${pkgdir} install
-
-  # Remove init script in wrong path
-  # Don't add our own for now, as fusectl fs oopses on 2.6.18
-  rm -rf ${pkgdir}/etc/init.d
-
-  # install sample config file
-  install -Dm644 ${srcdir}/fuse.conf ${pkgdir}/etc/fuse.conf
-
-  # remove udev rules (is in the udev package}
-  rm -rf ${pkgdir}/etc/udev
-
-  # static device nodes are handled by udev
-  rm -rf ${pkgdir}/dev
-}

Deleted: fuse3/repos/extra-i686/fuse.conf
===
--- fuse/repos/extra-i686/fuse.conf 2016-12-09 19:33:23 UTC (rev 282970)
+++ 

[arch-commits] Commit in (10 files)

2016-10-02 Thread Maxime Gauduin
Date: Sunday, October 2, 2016 @ 12:24:04
  Author: alucryd
Revision: 191197

Another game dep for steam-native-runtime

Added:
  lib32-tcp-wrappers/
  lib32-tcp-wrappers/trunk/
  lib32-tcp-wrappers/trunk/PKGBUILD
  lib32-tcp-wrappers/trunk/tcp-wrappers-headers.patch
  lib32-tcp-wrappers/trunk/tcp-wrappers-redhat-bug11881.patch
  tcp-wrappers/
  tcp-wrappers/trunk/
  tcp-wrappers/trunk/PKGBUILD
  tcp-wrappers/trunk/tcp-wrappers-headers.patch
  tcp-wrappers/trunk/tcp-wrappers-redhat-bug11881.patch

-+
 lib32-tcp-wrappers/trunk/PKGBUILD   |   53 +
 lib32-tcp-wrappers/trunk/tcp-wrappers-headers.patch |  296 ++
 lib32-tcp-wrappers/trunk/tcp-wrappers-redhat-bug11881.patch |   36 +
 tcp-wrappers/trunk/PKGBUILD |   57 +
 tcp-wrappers/trunk/tcp-wrappers-headers.patch   |  296 ++
 tcp-wrappers/trunk/tcp-wrappers-redhat-bug11881.patch   |   36 +
 6 files changed, 774 insertions(+)

Added: lib32-tcp-wrappers/trunk/PKGBUILD
===
--- lib32-tcp-wrappers/trunk/PKGBUILD   (rev 0)
+++ lib32-tcp-wrappers/trunk/PKGBUILD   2016-10-02 12:24:04 UTC (rev 191197)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+
+pkgname=lib32-tcp-wrappers
+pkgver=7.6.24
+pkgrel=1
+pkgdesc="Wietse Venema's network logger"
+arch=('x86_64')
+url='ftp://ftp.porcupine.org/pub/security/index.html'
+license=('BSD')
+depends=('lib32-glibc' 'tcp-wrappers')
+options=('!makeflags')
+source=("ftp://ftp.porcupine.org/pub/security/tcp_wrappers_${pkgver%.*}.tar.gz;
+
"http://http.debian.net/debian/pool/main/t/tcp-wrappers/tcp-wrappers_${pkgver%.*}.q-${pkgver##*.}.debian.tar.xz;
+'tcp-wrappers-headers.patch'
+'tcp-wrappers-redhat-bug11881.patch')
+sha256sums=('9543d7adedf78a6de0b221ccbbd1952e08b5138717f4ade814039bb489a4315d'
+'672ad0d3f70579815cd8f15c29054c49f6fd9902863be42cc2452a9ecbe8eacd'
+'caf0719fdac5c0c8874420af63bddf3b970c40d464f0553a9822a53d372854d8'
+'2e527e54c1ea208de10a206c667f751e54651eb77c973271d213e3459d690403')
+
+prepare() {
+  cd tcp_wrappers_${pkgver%.*}
+
+  for patch in $(cat ../debian/patches/series); do
+patch -Np1 -i ../debian/patches/${patch}
+  done
+  patch -Np1 -i ../tcp-wrappers-headers.patch
+  patch -Np1 -i ../tcp-wrappers-redhat-bug11881.patch
+}
+
+build() {
+  cd tcp_wrappers_${pkgver%.*}
+
+  make \
+COPTS="$CFLAGS -m32" \
+LDOPTS="$LDFLAGS -m32" \
+REAL_DAEMON_DIR='/usr/bin' \
+linux
+}
+
+package() {
+  cd tcp_wrappers_${pkgver%.*}
+
+  install -Dm 644 shared/libwrap.so.0.${pkgver%.*} -t "${pkgdir}"/usr/lib32/
+  ln -s libwrap.so.0.${pkgver%.*} "${pkgdir}"/usr/lib32/libwrap.so.0
+  ln -s libwrap.so.0 "${pkgdir}"/usr/lib32/libwrap.so
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses
+  ln -s tcp-wrappers "${pkgdir}"/usr/share/licenses/lib32-tcp-wrappers
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: lib32-tcp-wrappers/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: lib32-tcp-wrappers/trunk/tcp-wrappers-headers.patch
===
--- lib32-tcp-wrappers/trunk/tcp-wrappers-headers.patch 
(rev 0)
+++ lib32-tcp-wrappers/trunk/tcp-wrappers-headers.patch 2016-10-02 12:24:04 UTC 
(rev 191197)
@@ -0,0 +1,296 @@
+--- a/options.c
 b/options.c
+@@ -34,6 +34,8 @@
+ 
+ /* System libraries. */
+ 
++#include 
++#include 
+ #include 
+ #include 
+ #include 
+--- a/safe_finger.c
 b/safe_finger.c
+@@ -20,6 +20,11 @@
+ 
+ /* System libraries */
+ 
++#include 
++#include 
++#include 
++#include 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -27,7 +31,7 @@
+ #include 
+ #include 
+ 
+-extern void exit();
++int pipe_stdin(char **argv);
+ 
+ /* Local stuff */
+ 
+--- a/scaffold.c
 b/scaffold.c
+@@ -10,6 +10,7 @@
+ 
+ /* System libraries. */
+ 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -27,7 +27,4 @@
+ #endif
+ 
+-#ifndef INET6
+-extern char *malloc();
+-#endif
+ 
+ /* Application-specific. */
+--- a/shell_cmd.c
 b/shell_cmd.c
+@@ -14,6 +14,10 @@
+ 
+ /* System libraries. */
+ 
++#include 
++#include 
++#include 
++#include 
+ #include 
+ #include 
+ #include 
+@@ -25,8 +25,6 @@
+ #include 
+ #include 
+ 
+-extern void exit();
+-
+ /* Local stuff. */
+ 
+ #include "tcpd.h"
+--- a/tcpdchk.c
 b/tcpdchk.c
+@@ -20,6 +20,8 @@
+ 
+ /* System libraries. */
+ 
++#include 
++#include 
+ #include 
+ #include 
+ #ifdef INET6
+@@ -35,10 +36,7 @@
+ #include 
+ #include 
+ 
+-extern int errno;
+-extern void exit();
+-extern int optind;
+-extern char *optarg;
++int cidr_mask_addr(char *str);
+ 
+ #ifndef INADDR_NONE
+ #define INADDR_NONE (-1)  /* XXX should be 0x */

[arch-commits] Commit in (10 files)

2016-06-12 Thread Levente Polyak
Date: Sunday, June 12, 2016 @ 15:12:15
  Author: anthraxx
Revision: 179712

addpkg: veracrypt 1.17-5

Added:
  veracrypt/
  veracrypt/repos/
  veracrypt/trunk/
  veracrypt/trunk/PKGBUILD
  veracrypt/trunk/fix-invalid-characters.patch
  veracrypt/trunk/gcc6.patch
  veracrypt/trunk/no-exec-stack.patch
  veracrypt/trunk/no-makeself.patch
  veracrypt/trunk/truecrypt-arch-detection.patch
  veracrypt/trunk/veracrypt.desktop

+
 PKGBUILD   |   59 +
 fix-invalid-characters.patch   |   54 ++
 gcc6.patch |   61 +++
 no-exec-stack.patch|   60 ++
 no-makeself.patch  |   11 +++
 truecrypt-arch-detection.patch |   15 +
 veracrypt.desktop  |9 +
 7 files changed, 269 insertions(+)

Added: veracrypt/trunk/PKGBUILD
===
--- veracrypt/trunk/PKGBUILD(rev 0)
+++ veracrypt/trunk/PKGBUILD2016-06-12 13:12:15 UTC (rev 179712)
@@ -0,0 +1,59 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sebastian Lau 
+# Contributor: Eric Ozwigh 
+
+pkgname=veracrypt
+_pkgname=VeraCrypt
+pkgver=1.17
+pkgrel=5
+pkgdesc='Disk encryption with strong security based on TrueCrypt'
+url='http://veracrypt.codeplex.com/'
+arch=('i686' 'x86_64')
+license=('custom:TrueCrypt')
+depends=('fuse>=2.8.0' 'wxgtk>=3.0' 'libsm' 'device-mapper')
+optdepends=('sudo: mounting encrypted volumes as nonroot users')
+makedepends=('nasm')
+source=("${pkgname}_${pkgver}_Source.tar.bz2::https://sourceforge.net/projects/${pkgname}/files/${_pkgname}
 ${pkgver}/${pkgname}_${pkgver}_Source.tar.bz2/download"
+
"${pkgname}_${pkgver}_Source.tar.bz2.sig::https://sourceforge.net/projects/${pkgname}/files/${_pkgname}
 ${pkgver}/${pkgname}_${pkgver}_Source.tar.bz2.sig/download"
+no-makeself.patch
+truecrypt-arch-detection.patch
+gcc6.patch
+fix-invalid-characters.patch
+no-exec-stack.patch
+veracrypt.desktop)
+sha512sums=('a26c28513030b43390942f5363c3e501ef36ac8277a9f10cf8339a0ba487fea4d0db853c96f7f2540b0b2ff417e182525b1ad193f4ef6e5078224bc466236ee9'
+
'82e09ff9132b20dff75d509be3da43a9aa1b23d14e52f35d248d1e578360f6bb191a328332cd503c324a01fe739ef301b4c532dc7398861d2b094c6a7fc76825'
+
'e3972fd239fd83807c5ea9dd9268a0e962b0bd9cb9cf8f6251ac51a44a94f3c57f0b1e6857b42e4296cff531030c8278c543b386ebf463d4e19fe9a536acbcf9'
+
'fac6963c65720f0b13486ff22bdcc2e31e78c39ede2b9561b2c4037ef2c0375f04c4d51dc6067c37aaeb664c3ed70e5747488389737c41807680750c26a8f084'
+
'84175a3677f20b2b03ab29b017b9deecb517a58a640cf667b503cc9375c104b9c0a5d5ea4b3537ba7f12530054a456b466df0afdd935714cd43034b8e6cb2b7c'
+
'd52826572178a471bb608fd4991766f4f9fa7c5cbf3659922372feb9fdfcbab596d5f1360e30f66613681619672d0be6c5457f5617f5fb1f84061de779831f96'
+
'c64f9255303a521b4e531ebea574befe80a9f193c9aa42fd9cb552e56d087815ca161b50b593e7c3ede10a65c67dc36d0447dbffb0f4d4614f181a95759c2f79'
+
'f689ca64bac7042030de7714aed8cc89f2c5f87b407444b1b121491c1d89c147babaaa454ddc2a93b70ae20d4da59f96ad64f01b04bea9017d658c377faeb75d')
+validpgpkeys=('993B7D7E8E413809828F0F29EB559C7C54DDD393') # VeraCrypt Team 

+
+prepare() {
+  cd src
+  patch -p1 < "${srcdir}/no-makeself.patch"
+  patch -p1 < "${srcdir}/truecrypt-arch-detection.patch"
+  patch -p0 < "${srcdir}/gcc6.patch"
+  patch -p2 < "${srcdir}/fix-invalid-characters.patch"
+  patch -p0 < "${srcdir}/no-exec-stack.patch"
+}
+
+build() {
+  cd src
+  export WX_CONFIG=/usr/bin/wx-config
+  make TC_EXTRA_LFLAGS+="-ldl ${LDFLAGS}" \
+TC_EXTRA_CXXFLAGS="${CXXFLAGS}" \
+TC_EXTRA_CFLAGS="${CFLAGS}"
+}
+
+package() {
+  cd src
+  install -Dm 755 Main/${pkgname} "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm 644 "${srcdir}/veracrypt.desktop" -t 
"${pkgdir}/usr/share/applications"
+  install -Dm 644 Resources/Icons/VeraCrypt-256x256.xpm 
"${pkgdir}/usr/share/pixmaps/veracrypt.xpm"
+  install -Dm 644 License.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Added: veracrypt/trunk/fix-invalid-characters.patch
===
--- veracrypt/trunk/fix-invalid-characters.patch
(rev 0)
+++ veracrypt/trunk/fix-invalid-characters.patch2016-06-12 13:12:15 UTC 
(rev 179712)
@@ -0,0 +1,54 @@
+From 646679da4d79bf7f8af22c44c7ae8498086a88a6 Mon Sep 17 00:00:00 2001
+From: Mounir IDRASSI 
+Date: Fri, 18 Mar 2016 16:25:48 +0100
+Subject: [PATCH] Linux: Completely fix gcc-5 "Invalid characters encountered"
+ issue on mount. It was caused by an issue of gcc-5 STL implementation that is
+ causing char* pointers retrieved from 

[arch-commits] Commit in (10 files)

2016-06-02 Thread Sergej Pupykin
Date: Thursday, June 2, 2016 @ 21:02:59
  Author: spupykin
Revision: 177758

Added:
  perl-file-sharedir-install/
  perl-file-sharedir-install/repos/
  perl-file-sharedir-install/trunk/
  perl-file-sharedir-install/trunk/PKGBUILD
  perl-yaml-libyaml/
  perl-yaml-libyaml/repos/
  perl-yaml-libyaml/trunk/
  perl-yaml-libyaml/trunk/PKGBUILD
Modified:
  perl-pegex/trunk/PKGBUILD (contents, properties)
  repo/trunk/PKGBUILD   (contents, properties)

---+
 perl-file-sharedir-install/trunk/PKGBUILD |   34 +++
 perl-pegex/trunk/PKGBUILD |5 +-
 perl-yaml-libyaml/trunk/PKGBUILD  |   49 
 repo/trunk/PKGBUILD   |4 +-
 4 files changed, 89 insertions(+), 3 deletions(-)

Added: perl-file-sharedir-install/trunk/PKGBUILD
===
--- perl-file-sharedir-install/trunk/PKGBUILD   (rev 0)
+++ perl-file-sharedir-install/trunk/PKGBUILD   2016-06-02 19:02:59 UTC (rev 
177758)
@@ -0,0 +1,34 @@
+# Maintainer: Jason St. John 
+# Contributor: AUR Perl 
+
+_perlmod=File-ShareDir-Install
+_modnamespace=File
+pkgname=perl-file-sharedir-install
+pkgver=0.10
+pkgrel=1
+pkgdesc="File::ShareDir::Install - Install read-only data files from a 
distribution"
+arch=('any')
+url="http://search.cpan.org/dist/${_perlmod};
+license=('GPL' 'PerlArtistic')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=("http://cpan.org/modules/by-module/${_modnamespace}/${_perlmod}-${pkgver}.tar.gz;)
+sha512sums=('96c3a94da78e51c97223f16892c6bdb6a93f9602643aca6ee73fd661aefb0a018938f03b8265f255dc3daba467e01a2d2a924f33a5e1e4d2e9c9fe2698a3d09f')
+
+build() {
+   cd "${_perlmod}-${pkgver}"
+
+   # Install module in vendor directories.
+   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+   make
+}
+
+check() {
+   cd "${_perlmod}-${pkgver}"
+   make test
+}
+
+package() {
+   cd "${_perlmod}-${pkgver}"
+   make install DESTDIR="${pkgdir}"
+}

Modified: perl-pegex/trunk/PKGBUILD
===
--- perl-pegex/trunk/PKGBUILD   2016-06-02 18:59:59 UTC (rev 177757)
+++ perl-pegex/trunk/PKGBUILD   2016-06-02 19:02:59 UTC (rev 177758)
@@ -1,7 +1,10 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
 # Contributor: John D Jones III AKA jnbek 
 # Generator  : CPANPLUS::Dist::Arch 1.32
 
 pkgname='perl-pegex'
+_distdir="Pegex-0.60"
 pkgver='0.60'
 pkgrel='1'
 pkgdesc="Acmeist PEG Parser Framework"
@@ -13,8 +16,6 @@
 url='https://metacpan.org/release/Pegex'
 source=('http://search.cpan.org/CPAN/authors/id/I/IN/INGY/Pegex-0.60.tar.gz')
 md5sums=('347f72c1c0347148d80058ea35927df8')
-sha512sums=('e0ea53d38ad889cef33d3121acbc0dd265cea3a9396100266be9c3f1a2b4d43fc18f752087d8f95830783d18b9d18bcecd36a91bde756b6eb5dd900b661338c5')
-_distdir="Pegex-0.60"
 
 build() {
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \


Property changes on: perl-pegex/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: perl-yaml-libyaml/trunk/PKGBUILD
===
--- perl-yaml-libyaml/trunk/PKGBUILD(rev 0)
+++ perl-yaml-libyaml/trunk/PKGBUILD2016-06-02 19:02:59 UTC (rev 177758)
@@ -0,0 +1,49 @@
+# Contributor: John D Jones III AKA jnbek 
+# Generator  : CPANPLUS::Dist::Arch 1.32
+
+pkgname='perl-yaml-libyaml'
+pkgver='0.62'
+pkgrel='1'
+pkgdesc="Perl YAML Serialization using XS and libyaml"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=()
+url='https://metacpan.org/release/YAML-LibYAML'
+source=('http://search.cpan.org/CPAN/authors/id/T/TI/TINITA/YAML-LibYAML-0.62.tar.gz')
+md5sums=('e8e0ba8c9f589c809ee04bb526ae03d7')
+sha512sums=('05d2fa1e656034da0c903a267037a08855040843dc6ec68d91e99df5c64f6896d29be0d170b5c08c0d601a1c87b595c90786a7ff1a12a33fa2bfff21f86aec81')
+_distdir="YAML-LibYAML-0.62"
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+  MODULEBUILDRC=/dev/null
+
+cd "$srcdir/$_distdir"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "$srcdir/$_distdir"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd "$srcdir/$_distdir"
+  make install
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:

Modified: repo/trunk/PKGBUILD

[arch-commits] Commit in (10 files)

2016-05-03 Thread Sven-Hendrik Haase
Date: Wednesday, May 4, 2016 @ 01:43:31
  Author: svenstaro
Revision: 173619

Moving gitlab-ci-multi-runner from AUR

Added:
  gitlab-ci-multi-runner/
  gitlab-ci-multi-runner/repos/
  gitlab-ci-multi-runner/trunk/
  gitlab-ci-multi-runner/trunk/PKGBUILD
  gitlab-ci-multi-runner/trunk/config.toml
  gitlab-ci-multi-runner/trunk/gitlab-runner.install
  gitlab-ci-multi-runner/trunk/gitlab-runner.service
  gitlab-ci-multi-runner/trunk/gitlab-runner.sysusers
  gitlab-ci-multi-runner/trunk/gitlab-runner.tmpfiles
  gitlab-ci-multi-runner/trunk/godeps.patch

+
 PKGBUILD   |   75 +++
 config.toml|1 
 gitlab-runner.install  |8 +
 gitlab-runner.service  |   20 
 gitlab-runner.sysusers |1 
 gitlab-runner.tmpfiles |1 
 godeps.patch   |   13 
 7 files changed, 119 insertions(+)

Added: gitlab-ci-multi-runner/trunk/PKGBUILD
===
--- gitlab-ci-multi-runner/trunk/PKGBUILD   (rev 0)
+++ gitlab-ci-multi-runner/trunk/PKGBUILD   2016-05-03 23:43:31 UTC (rev 
173619)
@@ -0,0 +1,75 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Lubomir 'Kuci' Kucera 
+
+pkgname=gitlab-ci-multi-runner
+pkgver=1.1.3
+pkgrel=1
+pkgdesc="The official GitLab CI runner written in Go"
+arch=('i686' 'x86_64')
+url='https://gitlab.com/gitlab-org/gitlab-ci-multi-runner'
+license=('GPLv3')
+depends=('ca-certificates' 'curl' 'git' 'glibc' 'tar')
+makedepends=('git' 'go' 'godep' 'go-bindata' 'mercurial')
+install='gitlab-runner.install'
+backup=('etc/gitlab-runner/config.toml')
+noextract=('prebuilt.tar.gz')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://gitlab.com/gitlab-org/gitlab-ci-multi-runner/repository/archive.tar.gz?ref=v${pkgver};
+
"https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/v${pkgver}/docker/prebuilt.tar.gz;
+"gitlab-runner.install"
+"gitlab-runner.service"
+"gitlab-runner.sysusers"
+"gitlab-runner.tmpfiles"
+"config.toml"
+"godeps.patch")
+sha256sums=('fc05b5c0dab6251383319b6b4b7df9760c18f92073da34b49f6427d6f85f3478'
+'ad7aa6ba0f4f2be88772a82b1e52c6daf4da0b613c8b29c18b23a5abe117f7b3'
+'289f73a16df5c8823a15b67a4aaa635d32b9c49ce4e11baa5d33f12828a1e0bb'
+'87150287276b06851297d3508b33b1fd17ae95d93c811ba2ce6839dd1bc76895'
+'3f9afd6e117315a57232ada6b3637943ecd7588539a1b4686096b9cc4d65bae9'
+'8b17ed458da6926ea0d28aa4cb307b42b047bda9dfa4a96ee48e1c02051efb13'
+'b1f7d9a6a0148884528584909729cce817253759650da61d641e2225845f9330'
+'ec91955d60f3127237651050dc6cc64e5dfb8efb9485d514b301c558b16a1834')
+
+prepare() {
+_srcdir=$(ls "${srcdir}" | grep -E "${pkgname}-v${pkgver}-[0-9a-f]{40}")
+
+mkdir -p "${srcdir}/src/gitlab.com/gitlab-org/"
+
+ln -sf "${srcdir}/${_srcdir}" 
"${srcdir}/src/gitlab.com/gitlab-org/${pkgname}"
+
+cd "${srcdir}/src/gitlab.com/gitlab-org/${pkgname}"
+
+# Patch invalid revisions in Godeps/Godeps.json
+patch -p0 -i "${srcdir}/godeps.patch"
+
+GOPATH="${srcdir}" godep restore
+
+ln -sf "${srcdir}/prebuilt.tar.gz" prebuilt.tar.gz
+}
+
+build() {
+_rev=$(ls "${srcdir}" | grep -Po "${pkgname}-v${pkgver}-\K([0-9a-f]{7})")
+
+cd "${srcdir}/src/gitlab.com/gitlab-org/${pkgname}"
+
+GOPATH="${srcdir}" go-bindata \
+-pkg docker \
+-nocompress \
+-nomemcopy \
+-prefix out/docker/ \
+-o executors/docker/bindata.go \
+prebuilt.tar.gz
+
+GOPATH="${srcdir}" go build \
+-ldflags "-X main.NAME=${pkgname} -X main.VERSION=${pkgver} -X 
main.REVISION=${_rev}"
+}
+
+package() {
+cd "${srcdir}/src/gitlab.com/gitlab-org/${pkgname}"
+
+install -Dm644 "${srcdir}/config.toml" 
"${pkgdir}/etc/gitlab-runner/config.toml"
+install -Dm644 "${srcdir}/gitlab-runner.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-runner.service"
+install -Dm644 "${srcdir}/gitlab-runner.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/gitlab-runner.conf"
+install -Dm644 "${srcdir}/gitlab-runner.tmpfiles" 
"${pkgdir}/usr/lib/tmpfiles.d/gitlab-runner.conf"
+install -Dm755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+}

Added: gitlab-ci-multi-runner/trunk/config.toml
===
--- gitlab-ci-multi-runner/trunk/config.toml(rev 0)
+++ gitlab-ci-multi-runner/trunk/config.toml2016-05-03 23:43:31 UTC (rev 
173619)
@@ -0,0 +1 @@
+concurrent = 4

Added: gitlab-ci-multi-runner/trunk/gitlab-runner.install
===
--- gitlab-ci-multi-runner/trunk/gitlab-runner.install  
(rev 0)
+++ gitlab-ci-multi-runner/trunk/gitlab-runner.install  2016-05-03 23:43:31 UTC 
(rev 173619)
@@ -0,0 +1,8 @@

[arch-commits] Commit in (10 files)

2016-04-26 Thread Sébastien Luttringer
Date: Wednesday, April 27, 2016 @ 02:51:47
  Author: seblu
Revision: 171942

Move grafana from AUR

Added:
  grafana/
  grafana/repos/
  grafana/trunk/
  grafana/trunk/01-config.patch
  grafana/trunk/02-fix-influxdb0.11.1-multiple-queries.patch
  grafana/trunk/PKGBUILD
  grafana/trunk/grafana.install
  grafana/trunk/grafana.service
  grafana/trunk/grafana.sysusers
  grafana/trunk/grafana.tmpfiles

--+
 01-config.patch  |   49 ++
 02-fix-influxdb0.11.1-multiple-queries.patch |   32 +
 PKGBUILD |   82 +
 grafana.install  |   19 +
 grafana.service  |   15 
 grafana.sysusers |1 
 grafana.tmpfiles |2 
 7 files changed, 200 insertions(+)

Added: grafana/trunk/01-config.patch
===
--- grafana/trunk/01-config.patch   (rev 0)
+++ grafana/trunk/01-config.patch   2016-04-27 00:51:47 UTC (rev 171942)
@@ -0,0 +1,49 @@
+diff --git a/conf/defaults.ini b/conf/defaults.ini
+index 258a019..6a7bd6b 100644
+--- a/conf/defaults.ini
 b/conf/defaults.ini
+@@ -9,11 +9,11 @@ app_mode = production
+ [paths]
+ # Path to where grafana can store temp files, sessions, and the sqlite3 db 
(if that is used)
+ #
+-data = data
++data = /var/lib/grafana
+ #
+ # Directory where grafana can store logs
+ #
+-logs = data/log
++logs = /var/log/grafana
+ 
+  Server 

+ [server]
+@@ -40,7 +40,7 @@ root_url = %(protocol)s://%(domain)s:%(http_port)s/
+ router_logging = false
+ 
+ # the path relative working path
+-static_root_path = public
++static_root_path = /usr/share/grafana/public
+ 
+ # enable gzip
+ enable_gzip = false
+@@ -62,7 +62,7 @@ password =
+ ssl_mode = disable
+ 
+ # For "sqlite3" only, path relative to data_path setting
+-path = grafana.db
++path = /var/lib/grafana/grafana.db
+ 
+  Session 

+ [session]
+diff --git a/pkg/components/renderer/renderer.go 
b/pkg/components/renderer/renderer.go
+index 9d5ddd0..aa0aa9e 100644
+--- a/pkg/components/renderer/renderer.go
 b/pkg/components/renderer/renderer.go
+@@ -21,7 +21,7 @@ type RenderOpts struct {
+ 
+ func RenderToPng(params *RenderOpts) (string, error) {
+   log.Info("PhantomRenderer::renderToPng url %v", params.Url)
+-  binPath, _ := filepath.Abs(filepath.Join(setting.PhantomDir, 
"phantomjs"))
++  binPath := "/usr/bin/phantomjs"
+   scriptPath, _ := filepath.Abs(filepath.Join(setting.PhantomDir, 
"render.js"))
+   pngPath, _ := filepath.Abs(filepath.Join(setting.ImagesDir, 
util.GetRandomString(20)))
+   pngPath = pngPath + ".png"

Added: grafana/trunk/02-fix-influxdb0.11.1-multiple-queries.patch
===
--- grafana/trunk/02-fix-influxdb0.11.1-multiple-queries.patch  
(rev 0)
+++ grafana/trunk/02-fix-influxdb0.11.1-multiple-queries.patch  2016-04-27 
00:51:47 UTC (rev 171942)
@@ -0,0 +1,32 @@
+diff --git a/public/app/plugins/datasource/influxdb/datasource.js 
b/public/app/plugins/datasource/influxdb/datasource.js
+index a23937c..b401f44 100644
+--- a/public/app/plugins/datasource/influxdb/datasource.js
 b/public/app/plugins/datasource/influxdb/datasource.js
+@@ -46,7 +46,7 @@ function (angular, _, dateMath, InfluxSeries, InfluxQuery) {
+ query = query.replace(/\$interval/g, (target.interval || 
options.interval));
+ return query;
+ 
+-  }).join("\n");
++  }).join(";\n");
+ 
+   // replace grafana variables
+   allQueries = allQueries.replace(/\$timeFilter/g, timeFilter);
+diff --git a/public/vendor/angular/angular.js 
b/public/vendor/angular/angular.js
+index f7442c0..2d283c4 100644
+--- a/public/vendor/angular/angular.js
 b/public/vendor/angular/angular.js
+@@ -1373,7 +1373,6 @@ function encodeUriQuery(val, pctEncodeSpaces) {
+  replace(/%3A/gi, ':').
+  replace(/%24/g, '$').
+  replace(/%2C/gi, ',').
+- replace(/%3B/gi, ';').
+  replace(/%20/g, (pctEncodeSpaces ? '%20' : '+'));
+ }
+ 
+@@ -28361,4 +28360,4 @@ var minlengthDirective = function() {
+ 
+ })(window, document);
+ 
+-!window.angular.$$csp() && 
window.angular.element(document.head).prepend('@charset 
"UTF-8";[ng\\:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak],.ng-cloak,.x-ng-cloak,.ng-hide:not(.ng-hide-animate){display:none
 
!important;}ng\\:form{display:block;}.ng-animate-shim{visibility:hidden;}.ng-anchor{position:absolute;}');
+\ No newline at end of file
++!window.angular.$$csp() && 
window.angular.element(document.head).prepend('@charset 

[arch-commits] Commit in (10 files)

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 15:35:04
  Author: arojas
Revision: 263021

Drop unneeded dependencies

Modified:
  kdebugsettings/kde-unstable/PKGBUILD
  kfourinline/kde-unstable/PKGBUILD
  kjumpingcube/kde-unstable/PKGBUILD
  kleopatra/kde-unstable/PKGBUILD
  kmines/kde-unstable/PKGBUILD
  kollision/kde-unstable/PKGBUILD
  kpatience/kde-unstable/PKGBUILD
  ksquares/kde-unstable/PKGBUILD
  kstars/kde-unstable/PKGBUILD
  kwordquiz/kde-unstable/PKGBUILD

--+
 kdebugsettings/kde-unstable/PKGBUILD |2 +-
 kfourinline/kde-unstable/PKGBUILD|2 +-
 kjumpingcube/kde-unstable/PKGBUILD   |2 +-
 kleopatra/kde-unstable/PKGBUILD  |2 +-
 kmines/kde-unstable/PKGBUILD |2 +-
 kollision/kde-unstable/PKGBUILD  |2 +-
 kpatience/kde-unstable/PKGBUILD  |2 +-
 ksquares/kde-unstable/PKGBUILD   |2 +-
 kstars/kde-unstable/PKGBUILD |2 +-
 kwordquiz/kde-unstable/PKGBUILD  |2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

Modified: kdebugsettings/kde-unstable/PKGBUILD
===
--- kdebugsettings/kde-unstable/PKGBUILD2016-03-27 13:34:29 UTC (rev 
263020)
+++ kdebugsettings/kde-unstable/PKGBUILD2016-03-27 13:35:04 UTC (rev 
263021)
@@ -8,7 +8,7 @@
 arch=(i686 x86_64)
 url='http://projects.kde.org/kdebugsettings'
 license=(GPL)
-depends=(kconfigwidgets kio)
+depends=(kdbusaddons ki18n kitemviews kcompletion kcoreaddons)
 makedepends=(extra-cmake-modules python)
 groups=(kde-applications kdeutils)
 
source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)

Modified: kfourinline/kde-unstable/PKGBUILD
===
--- kfourinline/kde-unstable/PKGBUILD   2016-03-27 13:34:29 UTC (rev 263020)
+++ kfourinline/kde-unstable/PKGBUILD   2016-03-27 13:35:04 UTC (rev 263021)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
+depends=('libkdegames' 'hicolor-icon-theme')
 makedepends=('extra-cmake-modules' 'python' 'kdoctools')
 install=${pkgname}.install
 conflicts=('kdegames-kfourinline')

Modified: kjumpingcube/kde-unstable/PKGBUILD
===
--- kjumpingcube/kde-unstable/PKGBUILD  2016-03-27 13:34:29 UTC (rev 263020)
+++ kjumpingcube/kde-unstable/PKGBUILD  2016-03-27 13:35:04 UTC (rev 263021)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
+depends=('libkdegames' 'hicolor-icon-theme')
 makedepends=('extra-cmake-modules' 'python' 'kdoctools')
 install=${pkgname}.install
 conflicts=('kdegames-kjumpingcube')

Modified: kleopatra/kde-unstable/PKGBUILD
===
--- kleopatra/kde-unstable/PKGBUILD 2016-03-27 13:34:29 UTC (rev 263020)
+++ kleopatra/kde-unstable/PKGBUILD 2016-03-27 13:35:04 UTC (rev 263021)
@@ -1,5 +1,5 @@
 # $Id: PKGBUILD 262594 2016-03-26 20:49:29Z arojas $
-# Maintainer: Antonio Roja 
+# Maintainer: Antonio Rojas 
 
 pkgname=kleopatra
 pkgver=16.03.80

Modified: kmines/kde-unstable/PKGBUILD
===
--- kmines/kde-unstable/PKGBUILD2016-03-27 13:34:29 UTC (rev 263020)
+++ kmines/kde-unstable/PKGBUILD2016-03-27 13:35:04 UTC (rev 263021)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
+depends=('libkdegames' 'hicolor-icon-theme')
 makedepends=('extra-cmake-modules' 'python' 'kdoctools')
 install=${pkgname}.install
 conflicts=('kdegames-kmines')

Modified: kollision/kde-unstable/PKGBUILD
===
--- kollision/kde-unstable/PKGBUILD 2016-03-27 13:34:29 UTC (rev 263020)
+++ kollision/kde-unstable/PKGBUILD 2016-03-27 13:35:04 UTC (rev 263021)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'knotifyconfig' 'hicolor-icon-theme')
+depends=('libkdegames' 'hicolor-icon-theme')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 install=${pkgname}.install
 conflicts=('kdegames-kollision')

Modified: kpatience/kde-unstable/PKGBUILD
===
--- kpatience/kde-unstable/PKGBUILD 2016-03-27 13:34:29 UTC (rev 263020)
+++ kpatience/kde-unstable/PKGBUILD 2016-03-27 13:35:04 UTC (rev 263021)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 

[arch-commits] Commit in (10 files)

2016-03-07 Thread Jan de Groot
Date: Monday, March 7, 2016 @ 16:24:55
  Author: jgc
Revision: 261160

Add musepack package, will replace libmpcdec

Added:
  musepack/
  musepack/trunk/
  musepack/trunk/01_am-maintainer-mode.patch
  musepack/trunk/02_link-libm.patch
  musepack/trunk/03_mpcchap.patch
  musepack/trunk/04_link-order.patch
  musepack/trunk/05_visibility.patch
  musepack/trunk/1001_missing_extern_kw.patch
  musepack/trunk/PKGBUILD
  musepack/trunk/add_subdir-objects.patch

--+
 01_am-maintainer-mode.patch  |   12 +++
 02_link-libm.patch   |7 
 03_mpcchap.patch |   66 ++
 04_link-order.patch  |   44 +
 05_visibility.patch  |   13 +++
 1001_missing_extern_kw.patch |   22 
 PKGBUILD |   70 +
 add_subdir-objects.patch |   16 +
 8 files changed, 250 insertions(+)

Added: musepack/trunk/01_am-maintainer-mode.patch
===
--- musepack/trunk/01_am-maintainer-mode.patch  (rev 0)
+++ musepack/trunk/01_am-maintainer-mode.patch  2016-03-07 15:24:55 UTC (rev 
261160)
@@ -0,0 +1,12 @@
+Index: libmpc-0.1~r459/configure.in
+===
+--- libmpc-0.1~r459.orig/configure.in  2010-05-31 16:32:02.551447078 +0200
 libmpc-0.1~r459/configure.in   2010-05-31 16:32:09.578951197 +0200
+@@ -4,6 +4,7 @@
+ AC_CONFIG_SRCDIR([libmpcdec/mpc_reader.c])
+ AM_CONFIG_HEADER([include/config.h])
+ AM_INIT_AUTOMAKE
++AM_MAINTAINER_MODE
+ 
+ AC_LANG_C
+ AC_PROG_CC

Added: musepack/trunk/02_link-libm.patch
===
--- musepack/trunk/02_link-libm.patch   (rev 0)
+++ musepack/trunk/02_link-libm.patch   2016-03-07 15:24:55 UTC (rev 261160)
@@ -0,0 +1,7 @@
+--- a/libmpcdec/Makefile.am.old2009-10-20 20:11:41.0 +0200
 b/libmpcdec/Makefile.am2009-10-20 20:12:02.0 +0200
+@@ -17,3 +17,4 @@
+   $(common_sources)
+ 
+ libmpcdec_la_LDFLAGS = -no-undefined -version-info 7:0:1
++libmpcdec_la_LIBADD = -lm

Added: musepack/trunk/03_mpcchap.patch
===
--- musepack/trunk/03_mpcchap.patch (rev 0)
+++ musepack/trunk/03_mpcchap.patch 2016-03-07 15:24:55 UTC (rev 261160)
@@ -0,0 +1,66 @@
+Index: libmpc/configure.in
+===
+--- libmpc.orig/configure.in
 libmpc/configure.in
+@@ -28,6 +28,12 @@ esac
+ AC_SUBST([EXTRALIBS])
+ 
+ AC_ARG_ENABLE([mpcchap], [AS_HELP_STRING([--enable-mpcchap], [enable building 
mpcchap])])
++if test "x$enable_mpcchap" = xyes; then
++  PKG_CHECK_MODULES(LIBCUE, libcue)
++  AC_SUBST(LIBCUE_CFLAGS)
++  AC_SUBST(LIBCUE_LIBS)
++fi
++
+ AM_CONDITIONAL([MPC_CHAP], [test "x$enable_mpcchap" = xyes])
+ 
+ 
+Index: libmpc/mpcchap/Makefile.am
+===
+--- libmpc.orig/mpcchap/Makefile.am
 libmpc/mpcchap/Makefile.am
+@@ -4,7 +4,8 @@ bin_PROGRAMS = mpcchap
+ 
+ common_sources = ../common/tags.c ../common/crc32.c
+ 
+-AM_CPPFLAGS = -I$(top_srcdir)/include
++AM_CPPFLAGS = -I$(top_srcdir)/include \
++  $(LIBCUE_CFLAGS)
+ 
+ if HAVE_VISIBILITY
+   AM_CFLAGS = -fvisibility=hidden
+@@ -16,4 +17,4 @@ dictionary.h iniparser.h
+ 
+ mpcchap_LDADD = $(top_builddir)/libmpcdec/libmpcdec.la \
+   $(top_builddir)/libmpcenc/libmpcenc.a \
+-  -lm -lcuefile
++  -lm $(LIBCUE_LIBS)
+Index: libmpc/mpcchap/mpcchap.c
+===
+--- libmpc.orig/mpcchap/mpcchap.c
 libmpc/mpcchap/mpcchap.c
+@@ -24,7 +24,7 @@
+ 
+ #include 
+ 
+-#include 
++#include 
+ 
+ // tags.c
+ voidInit_Tags( void );
+@@ -153,13 +153,13 @@ mpc_status add_chaps_ini(char * mpc_file
+ mpc_status add_chaps_cue(char * mpc_file, char * chap_file, mpc_demux * 
demux, mpc_streaminfo * si)
+ {
+   Cd *cd = 0;
+-  int nchap, format = UNKNOWN;
++  int nchap;
+   struct stat stbuf;
+   FILE * in_file;
+   int chap_pos, end_pos, chap_size, i;
+   char * tmp_buff;
+ 
+-  if (0 == (cd = cf_parse(chap_file, ))) {
++  if (0 == (cd = cue_parse_file(chap_file))) {
+   fprintf(stderr, "%s: input file error\n", chap_file);
+   return !MPC_STATUS_OK;
+   }

Added: musepack/trunk/04_link-order.patch
===
--- musepack/trunk/04_link-order.patch  (rev 0)
+++ musepack/trunk/04_link-order.patch  2016-03-07 15:24:55 UTC (rev 261160)
@@ -0,0 +1,44 @@
+---
+ mpc2sv8/Makefile.am |5 +++--
+ mpcdec/Makefile.am  |5 +++--
+ mpcenc/Makefile.am  |5 +++--
+ 3 files changed, 9 insertions(+), 6 deletions(-)
+

[arch-commits] Commit in (10 files)

2015-08-23 Thread Antonio Rojas
Date: Sunday, August 23, 2015 @ 11:20:47
  Author: arojas
Revision: 244724

Cleanup obsolete KDE4 packages

Deleted:
  kdeedu-marble/
  kdeedu-pairs/
  kdegames-kiriki/
  kdegames-picmi/
  kdegraphics-kgamma/
  kdemultimedia-dragonplayer/
  kdesdk-dolphin-plugins/
  kdesdk-umbrello/
  kdeutils-ark/
  kdeutils-kwalletmanager/


[arch-commits] Commit in (10 files)

2015-06-06 Thread Maxime Gauduin
Date: Saturday, June 6, 2015 @ 09:51:58
  Author: alucryd
Revision: 134890

Add renpy  cie

Added:
  python2-pygame-sdl2/
  python2-pygame-sdl2/trunk/
  python2-pygame-sdl2/trunk/PKGBUILD
  python2-pygame-sdl2/trunk/cython.patch
  renpy/
  renpy/trunk/
  renpy/trunk/PKGBUILD
  renpy/trunk/renpy
  renpy/trunk/renpy.desktop
  renpy/trunk/renpy.png

+
 python2-pygame-sdl2/trunk/PKGBUILD |   40 ++
 python2-pygame-sdl2/trunk/cython.patch |   11 
 renpy/trunk/PKGBUILD   |   85 +++
 renpy/trunk/renpy  |3 +
 renpy/trunk/renpy.desktop  |9 +++
 renpy/trunk/renpy.png  |1 
 6 files changed, 149 insertions(+)

Added: python2-pygame-sdl2/trunk/PKGBUILD
===
--- python2-pygame-sdl2/trunk/PKGBUILD  (rev 0)
+++ python2-pygame-sdl2/trunk/PKGBUILD  2015-06-06 07:51:58 UTC (rev 134890)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Cravix dr.neem...@gmail.com
+
+pkgname=python2-pygame-sdl2
+pkgver=6.99.4
+pkgrel=2
+pkgdesc='Reimplementation of portions of the pygame API using SDL2'
+arch=('i686' 'x86_64')
+url='https://github.com/renpy/pygame_sdl2'
+license=('LGPL2.1' 'zlib')
+depends=('python2' 'sdl2_image' 'sdl2_mixer' 'sdl2_ttf')
+makedepends=('cython2')
+source=(http://www.renpy.org/dl/${pkgver}/pygame_sdl2-for-renpy-${pkgver}.tar.bz2;
+'cython.patch')
+sha256sums=('737d1d3ec8174a1b2b71bcd929d3e063b392e838807521b5a128f537e3be91f0'
+'312c7f5b68aeee404cb60a46c9872cdac9b721af9eb8fb5c0312ed999c0b12c4')
+
+prepare() {
+  cd pygame-sdl2-for-renpy-${pkgver}
+
+  patch -Np0 -i ../cython.patch
+}
+
+build() {
+  cd pygame-sdl2-for-renpy-${pkgver}
+
+  python2 setup.py build
+}
+
+package() {
+  cd pygame-sdl2-for-renpy-${pkgver}
+
+  python2 setup.py install --root=${pkgdir} --prefix='/usr' --optimize='1'
+
+  install -dm 755 ${pkgdir}/usr/share/licenses/python2-pygame-sdl2
+  install -m 644 COPYING.ZLIB 
${pkgdir}/usr/share/licenses/python2-pygame-sdl2/
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: python2-pygame-sdl2/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: python2-pygame-sdl2/trunk/cython.patch
===
--- python2-pygame-sdl2/trunk/cython.patch  (rev 0)
+++ python2-pygame-sdl2/trunk/cython.patch  2015-06-06 07:51:58 UTC (rev 
134890)
@@ -0,0 +1,11 @@
+--- setuplib.py2015-04-05 18:19:36.869928443 +0800
 setuplib.py.cur2015-04-05 18:20:58.253259520 +0800
+@@ -26,7 +26,7 @@
+ import distutils.core
+ 
+ # The cython command.
+-cython_command = cython
++cython_command = cython2
+ 
+ # The include and library dirs that we compile against.
+ include_dirs = [ ., src ]

Added: renpy/trunk/PKGBUILD
===
--- renpy/trunk/PKGBUILD(rev 0)
+++ renpy/trunk/PKGBUILD2015-06-06 07:51:58 UTC (rev 134890)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@archlinux.org
+# Contributor: Cravix dr.neem...@gmail.com
+# Contributor: AlexanderR rvach...@nxt.ru
+# Contributor: zhn zhangn1...@gmail.com
+
+pkgbase=renpy
+pkgname=('python2-renpy' 'renpy' 'renpy-demos')
+pkgver=6.99.4
+pkgrel=2
+pkgdesc=The Ren'Py Visual Novel Engine
+arch=('i686' 'x86_64')
+url='http://www.renpy.org'
+license=('MIT')
+makedepends=('cython2' 'ffmpeg' 'glew' 'python2-pygame-sdl2')
+source=(http://www.renpy.org/dl/${pkgver}/renpy-${pkgver}-source.tar.bz2;
+'renpy'
+'renpy.desktop'
+'renpy.png')
+sha256sums=('bb574bb847bc71bc5c507a176235cd074fdd44e2660a999c1c7767c5ed9e1633'
+'d12cccb8d5acbe28f6740d7efc58ceb78fb4f303a50724a43c47812d51897c6a'
+'fccde3461617a098a78d938d9db782d403eda410a84ab52825a597498ab95834'
+'611edc07a40ccb8e04e8858847fc1d2a066d29c2ed54e5b357880a0605818dc5')
+
+prepare() {
+  cd renpy-${pkgver}-source
+
+  sed 's/python/python2/' -i renpy.py launcher/game/tkaskdir.py
+}
+
+build() {
+  cd renpy-${pkgver}-source
+
+  export RENPY_CYTHON='cython2'
+
+  python2 module/setup.py build
+}
+
+package_python2-renpy() {
+  depends=('ffmpeg' 'glew' 'python2' 'sdl2')
+
+  cd renpy-${pkgver}-source
+
+  python2 module/setup.py install --root=${pkgdir} --prefix='/usr' 
--optimize='1'
+
+  install -dm 755 ${pkgdir}/usr/share/licenses
+  ln -s renpy ${pkgdir}/usr/share/licenses/python2-renpy
+}
+
+package_renpy() {
+  arch=('any')
+  depends=('python2-pygame-sdl2' 'python2-renpy')
+  optdepends=('renpy-demos: Tutorial and The Question demos'
+  'tk: Set projects directory')
+
+  cd renpy-${pkgver}-source
+
+  install -dm 755 

[arch-commits] Commit in (10 files)

2015-05-03 Thread Antonio Rojas
Date: Sunday, May 3, 2015 @ 20:46:12
  Author: arojas
Revision: 238441

Cleanup obsolete Plasma packages

Deleted:
  baloo-frameworks/
  bluedevil-frameworks/
  kde-gtk-config-frameworks/
  kdeplasma-addons-frameworks/
  kfilemetadata5/
  kscreen-frameworks/
  libbluedevil-frameworks/
  libkscreen-frameworks/
  libmm-qt5/
  polkit-kde-frameworks/


[arch-commits] Commit in (10 files)

2015-04-19 Thread Antonio Rojas
Date: Sunday, April 19, 2015 @ 18:54:39
  Author: arojas
Revision: 237755

Drop unmaintained kdebindings

Deleted:
  kdebindings-kimono/
  kdebindings-korundum/
  kdebindings-kross/
  kdebindings-perlkde/
  kdebindings-perlqt/
  kdebindings-qtruby/
  kdebindings-qyoto/
  kdebindings-smokegen/
  kdebindings-smokekde/
  kdebindings-smokeqt/


[arch-commits] Commit in (10 files)

2015-02-25 Thread Andreas Radke
Date: Wednesday, February 25, 2015 @ 19:18:26
  Author: andyrtr
Revision: 231981

add pkg to our repos required by nfs-utils

Added:
  gssproxy/
  gssproxy/repos/
  gssproxy/trunk/
  gssproxy/trunk/0001-Fix-error-in-compiling-without-SELinux.patch
  gssproxy/trunk/PKGBUILD
  gssproxy/trunk/fix-build-with-automake1.15.patch
  gssproxy/trunk/gssproxy-0.3.1-deadlock_fix.patch
  gssproxy/trunk/gssproxy-0.3.1-flags_handling.patch
  gssproxy/trunk/gssproxy-0.3.1-gssi_inquire_context.patch
  gssproxy/trunk/gssproxy-0.3.1-nfsd_startup.patch

---+
 0001-Fix-error-in-compiling-without-SELinux.patch |   53 
 PKGBUILD  |   73 ++
 fix-build-with-automake1.15.patch |   47 +++
 gssproxy-0.3.1-deadlock_fix.patch |   37 +++
 gssproxy-0.3.1-flags_handling.patch   |   32 ++
 gssproxy-0.3.1-gssi_inquire_context.patch |   40 +++
 gssproxy-0.3.1-nfsd_startup.patch |  241 
 7 files changed, 523 insertions(+)

Added: gssproxy/trunk/0001-Fix-error-in-compiling-without-SELinux.patch
===
--- gssproxy/trunk/0001-Fix-error-in-compiling-without-SELinux.patch
(rev 0)
+++ gssproxy/trunk/0001-Fix-error-in-compiling-without-SELinux.patch
2015-02-25 18:18:26 UTC (rev 231981)
@@ -0,0 +1,53 @@
+From c30f02063e548c20d1021ec42cb958a7ef0c25af Mon Sep 17 00:00:00 2001
+From: Simo Sorce s...@redhat.com
+Date: Wed, 7 Jan 2015 15:59:53 -0500
+Subject: [PATCH] Fix error in compiling without SELinux
+
+Fixes: #131
+
+Signed-off-by: Simo Sorce s...@redhat.com
+---
+ proxy/src/gp_selinux.h | 19 +--
+ 1 file changed, 9 insertions(+), 10 deletions(-)
+
+diff --git a/proxy/src/gp_selinux.h b/proxy/src/gp_selinux.h
+index 
693a12421823e0e6808cf19b8835b68411c106c7..f53da5a7bc1c986278722c9da0a680cbec8b2ef4
 100644
+--- a/src/gp_selinux.h
 b/src/gp_selinux.h
+@@ -48,9 +48,9 @@
+ #define SELINUX_CTX void *
+ #define SEC_CTX void *
+ 
+-void *SELINUX_context_new(const char *str) { return NULL; }
+-#define SELINUX_context_free(x) (x) = NULL;
+-const char *SELINUX_context_dummy_get(void *) { return NULL; }
++#define SELINUX_context_new(x) NULL
++#define SELINUX_context_free(x) (x) = NULL
++#define SELINUX_context_dummy_get(x) SELinux not compiled in
+ #define SELINUX_context_str SELINUX_context_dummy_get
+ #define SELINUX_context_type_get SELINUX_context_dummy_get
+ #define SELINUX_context_user_get SELINUX_context_dummy_get
+@@ -58,13 +58,12 @@ const char *SELINUX_context_dummy_get(void *) { return 
NULL; }
+ #define SELINUX_context_range_get SELINUX_context_dummy_get
+ 
+ #include errno.h
+-int SELINUX_getpeercon(int fd, SEC_CTX *con)
+-{
+-*con = NULL;
+-errno = ENOTSUP;
+-return -1;
+-}
+-#define SELINUX_freecon(x) (x) = NULL;
++#define SELINUX_getpeercon(x, y) -1; do { \
++*(y) = NULL; \
++errno = ENOTSUP; \
++} while(0)
++
++#define SELINUX_freecon(x) (x) = NULL
+ 
+ #endif /* done HAVE_SELINUX */
+ 
+-- 
+2.1.0
+
+

Added: gssproxy/trunk/PKGBUILD
===
--- gssproxy/trunk/PKGBUILD (rev 0)
+++ gssproxy/trunk/PKGBUILD 2015-02-25 18:18:26 UTC (rev 231981)
@@ -0,0 +1,73 @@
+# $Id: PKGBUILD 231971 2015-02-25 11:36:57Z andyrtr $
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Mantas Mikulėnas graw...@gmail.com
+
+pkgname=gssproxy
+pkgver=0.3.1
+pkgrel=2
+pkgdesc=GSSAPI Proxy
+arch=(i686 x86_64)
+url=https://fedorahosted.org/gss-proxy/;
+license=('custom: MIT')
+depends=('krb5' 'popt' 'ding-libs')
+makedepends=('popt' 'libxslt' 'systemd' 'docbook-xsl' 'doxygen' )
+option=('!emptydirs')
+backup=('etc/gssproxy/gssproxy.conf' 'etc/gss/mech')
+source=(https://fedorahosted.org/released/gss-proxy/$pkgname-$pkgver.tar.gz
+0001-Fix-error-in-compiling-without-SELinux.patch
+gssproxy-0.3.1-deadlock_fix.patch
+gssproxy-0.3.1-flags_handling.patch
+gssproxy-0.3.1-gssi_inquire_context.patch
+gssproxy-0.3.1-nfsd_startup.patch
+fix-build-with-automake1.15.patch)
+md5sums=('f455f4e483ecda8274d235942fa8e943'
+ '91cadad2cc7ae0d7c2353f2a1e6783d6'
+ '5f24413b213524feffb14d3710da9051'
+ '0e51c445f5fbadf94c914783267338e3'
+ '4462cbf85e39f50bbfef34cfb24fe061'
+ 'ee9a5f57b879f7b59e3b6aac7114369e'
+ 'a16f985cc74e67a4a97f97fafe157388')
+
+prepare() {
+  cd $srcdir/gssproxy-$pkgver
+  # build broken without selinux https://fedorahosted.org/gss-proxy/ticket/131
+  patch -Np1 -i $srcdir/0001-Fix-error-in-compiling-without-SELinux.patch
+  # patch from Fedora rpm - their maintainer is the upstream dev
+  patch -Np2 -i $srcdir/gssproxy-0.3.1-deadlock_fix.patch
+  patch -Np2 -i $srcdir/gssproxy-0.3.1-flags_handling.patch
+  patch -Np2 -i 

[arch-commits] Commit in (10 files)

2015-02-13 Thread Sergej Pupykin
Date: Friday, February 13, 2015 @ 16:52:07
  Author: spupykin
Revision: 127668

Added:
  perl-list-allutils/
  perl-list-allutils/.AURINFO
  perl-list-allutils/repos/
  perl-list-allutils/trunk/
  perl-list-allutils/trunk/PKGBUILD
  perl-test-warnings/
  perl-test-warnings/.AURINFO
  perl-test-warnings/repos/
  perl-test-warnings/trunk/
  perl-test-warnings/trunk/PKGBUILD

---+
 perl-list-allutils/.AURINFO   |   16 +++
 perl-list-allutils/trunk/PKGBUILD |   38 +++
 perl-test-warnings/.AURINFO   |   14 ++
 perl-test-warnings/trunk/PKGBUILD |   50 
 4 files changed, 118 insertions(+)

Added: perl-list-allutils/.AURINFO
===
--- perl-list-allutils/.AURINFO (rev 0)
+++ perl-list-allutils/.AURINFO 2015-02-13 15:52:07 UTC (rev 127668)
@@ -0,0 +1,16 @@
+pkgbase = perl-list-allutils
+   pkgdesc = Perl package that combines List::Util and List::MoreUtils in 
one bite-sized package
+   pkgver = 0.09
+   pkgrel = 1
+   url = http://search.cpan.org/dist/List-AllUtils
+   arch = any
+   license = Artistic2.0
+   checkdepends = perl-test-warnings
+   depends = perl=5.19.3
+   depends = perl-list-moreutils=0.28
+   options = !emptydirs
+   source = 
http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/List-AllUtils-0.09.tar.gz
+   md5sums = 3e2dfeeef80c4e1952443c6b7d48583c
+
+pkgname = perl-list-allutils
+

Added: perl-list-allutils/trunk/PKGBUILD
===
--- perl-list-allutils/trunk/PKGBUILD   (rev 0)
+++ perl-list-allutils/trunk/PKGBUILD   2015-02-13 15:52:07 UTC (rev 127668)
@@ -0,0 +1,38 @@
+# CPAN Name  : List::AllUtils
+# Contributor: Anton Leontiev bunder /at/ t-25.ru
+# Generator  : CPANPLUS::Dist::Arch 1.29
+
+pkgname=perl-list-allutils
+pkgver=0.09
+pkgrel=1
+pkgdesc='Perl package that combines List::Util and List::MoreUtils in one 
bite-sized package'
+arch=('any')
+url='http://search.cpan.org/dist/List-AllUtils'
+license=('Artistic2.0')
+depends=('perl=5.19.3' 'perl-list-moreutils=0.28')
+checkdepends=('perl-test-warnings')
+source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/List-AllUtils-0.09.tar.gz)
+options=(!emptydirs)
+md5sums=('3e2dfeeef80c4e1952443c6b7d48583c')
+
+build() {
+   cd List-AllUtils-0.09
+   unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+   export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+   /usr/bin/perl Makefile.PL INSTALLDIRS=vendor
+   make
+}
+
+check() {
+   cd List-AllUtils-0.09
+   unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+   export PERL_MM_USE_DEFAULT=1
+   make test
+}
+
+package() {
+   cd List-AllUtils-0.09
+   unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+   make install DESTDIR=$pkgdir
+   find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}

Added: perl-test-warnings/.AURINFO
===
--- perl-test-warnings/.AURINFO (rev 0)
+++ perl-test-warnings/.AURINFO 2015-02-13 15:52:07 UTC (rev 127668)
@@ -0,0 +1,14 @@
+pkgbase = perl-test-warnings
+   pkgdesc = Test for warnings and the lack of them
+   pkgver = 0.016
+   pkgrel = 1
+   url = http://search.mcpan.org/dist/Test-Warnings
+   arch = any
+   license = PerlArtistic
+   license = GPL
+   depends = perl
+   source = 
http://search.mcpan.org/CPAN/authors/id/E/ET/ETHER/Test-Warnings-0.016.tar.gz
+   options = !emptydirs
+
+pkgname = perl-test-warnings
+

Added: perl-test-warnings/trunk/PKGBUILD
===
--- perl-test-warnings/trunk/PKGBUILD   (rev 0)
+++ perl-test-warnings/trunk/PKGBUILD   2015-02-13 15:52:07 UTC (rev 127668)
@@ -0,0 +1,50 @@
+# Contributor: John D Jones III jnbek1972 -_AT_- g m a i l -_Dot_- com
+# Generator  : CPANPLUS::Dist::Arch 1.28
+
+pkgname='perl-test-warnings'
+pkgver='0.016'
+pkgrel='1'
+pkgdesc=Test for warnings and the lack of them
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=()
+url='http://search.mcpan.org/dist/Test-Warnings'
+source=('http://search.mcpan.org/CPAN/authors/id/E/ET/ETHER/Test-Warnings-0.016.tar.gz')
+md5sums=('5608b3f8dbdd65d0251200754d97863a')
+sha512sums=('78a3e26d2093be8612e1e97f2d45023f224ea7e09f9d669a049fd331e7ff49fb93be52996d7f7fba29263437307587fedd80c54a56b6b282b328668152557027')
+_distdir=Test-Warnings-0.016
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+  MODULEBUILDRC=/dev/null
+

[arch-commits] Commit in (10 files)

2015-02-10 Thread Laurent Carlier
Date: Tuesday, February 10, 2015 @ 22:19:58
  Author: lcarlier
Revision: 231243

Initial import of xf86-input-libinput driver

Added:
  xf86-input-libinput/
  xf86-input-libinput/repos/
  xf86-input-libinput/trunk/
  xf86-input-libinput/trunk/90-libinput.conf
  xf86-input-libinput/trunk/PKGBUILD
Modified:
  xf86-video-ast/trunk/PKGBUILD
  xf86-video-ast/trunk/git-fix.diff
  xf86-video-geode/trunk/PKGBUILD
  xf86-video-sisimedia/trunk/PKGBUILD
  xf86-video-v4l/trunk/PKGBUILD

+
 xf86-input-libinput/trunk/90-libinput.conf |   30 
 xf86-input-libinput/trunk/PKGBUILD |   39 ++
 xf86-video-ast/trunk/PKGBUILD  |8 -
 xf86-video-ast/trunk/git-fix.diff  |  174 +++
 xf86-video-geode/trunk/PKGBUILD|6 
 xf86-video-sisimedia/trunk/PKGBUILD|6 
 xf86-video-v4l/trunk/PKGBUILD  |6 
 7 files changed, 256 insertions(+), 13 deletions(-)

Added: xf86-input-libinput/trunk/90-libinput.conf
===
--- xf86-input-libinput/trunk/90-libinput.conf  (rev 0)
+++ xf86-input-libinput/trunk/90-libinput.conf  2015-02-10 21:19:58 UTC (rev 
231243)
@@ -0,0 +1,30 @@
+# Match on all types of devices but tablet devices and joysticks
+
+Section InputClass
+Identifier libinput pointer catchall
+MatchIsPointer on
+MatchDevicePath /dev/input/event*
+Driver libinput
+EndSection
+
+Section InputClass
+Identifier libinput keyboard catchall
+MatchIsKeyboard on
+MatchDevicePath /dev/input/event*
+Driver libinput
+EndSection
+
+Section InputClass
+Identifier libinput touchpad catchall
+MatchIsTouchpad on
+MatchDevicePath /dev/input/event*
+Driver libinput
+EndSection
+
+Section InputClass
+Identifier libinput touchscreen catchall
+MatchIsTouchscreen on
+MatchDevicePath /dev/input/event*
+Driver libinput
+EndSection
+

Added: xf86-input-libinput/trunk/PKGBUILD
===
--- xf86-input-libinput/trunk/PKGBUILD  (rev 0)
+++ xf86-input-libinput/trunk/PKGBUILD  2015-02-10 21:19:58 UTC (rev 231243)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Laurent Carlier lordhea...@gmail.com
+
+pkgname=xf86-input-libinput
+pkgver=0.6.0
+pkgrel=1
+pkgdesc=Generic input driver for the X.Org server based on libinput
+arch=('i686' 'x86_64')
+license=('custom')
+url=http://xorg.freedesktop.org/;
+depends=('libinput')
+makedepends=('xorg-server-devel' 'X-ABI-XINPUT_VERSION=21' 'libxi' 'libx11' 
'resourceproto' 'scrnsaverproto')
+conflicts=('xorg-server1.16' 'X-ABI-XINPUT_VERSION21' 
'X-ABI-XINPUT_VERSION=22')
+groups=('xorg-drivers' 'xorg')
+source=(http://xorg.freedesktop.org/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2{,.sig}
+90-libinput.conf)
+sha256sums=('2f29be1ed7f9b9c597b6f5c6ef24c37a244a0ba87ccd1c2586ffa4d08452ad79'
+'SKIP'
+'d4a728caadb7924852dcdc0da4de950c6fb9ebd8999d4e3af3d0baaa51cd0e75')
+validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer 
(Who-T) off...@who-t.net
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/X11/xorg.conf.d
+  install -m644 ../90-libinput.conf ${pkgdir}/usr/share/X11/xorg.conf.d/
+  install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/
+}
+


Property changes on: xf86-input-libinput/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Modified: xf86-video-ast/trunk/PKGBUILD
===
--- xf86-video-ast/trunk/PKGBUILD   2015-02-10 21:09:27 UTC (rev 231242)
+++ xf86-video-ast/trunk/PKGBUILD   2015-02-10 21:19:58 UTC (rev 231243)
@@ -3,18 +3,18 @@
 
 pkgname=xf86-video-ast
 pkgver=0.97.0
-pkgrel=5
+pkgrel=6
 pkgdesc=X.org ASPEED AST Graphics video driver
 arch=(i686 x86_64)
 url=http://xorg.freedesktop.org/;
 license=('custom')
 depends=('glibc')
-makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=18')
-conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION18' 
'X-ABI-VIDEODRV_VERSION=19')
+makedepends=('xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=19')
+conflicts=('xorg-server1.16' 'X-ABI-VIDEODRV_VERSION19' 
'X-ABI-VIDEODRV_VERSION=20')
 groups=('xorg-drivers' 'xorg')
 source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2 
git-fix.diff)
 sha256sums=('28fcd4781676485293f6dcd46e0797866f6219e22e1851c9796b037589998e76'
-'8f032dd9f1441e2af4e443166f0e3d3a6ce4ef7f351af8789158d2dec18a52fa')
+

[arch-commits] Commit in (10 files)

2015-01-24 Thread Andrea Scarpino
Date: Saturday, January 24, 2015 @ 11:20:57
  Author: andrea
Revision: 126505

extra2community: Moving imlib from extra to community

Added:
  imlib/
  imlib/repos/
  imlib/trunk/
  imlib/trunk/CAN-2004-1026.patch
  imlib/trunk/PKGBUILD
  imlib/trunk/aclocal-fixes.patch
  imlib/trunk/debian-bug448360.patch
  imlib/trunk/imlib-1.9.15-libpng15.patch
  imlib/trunk/imlib-giflib51.patch
  imlib/trunk/imlib-gtk.patch

-+
 CAN-2004-1026.patch |  510 ++
 PKGBUILD|   49 
 aclocal-fixes.patch |   20 +
 debian-bug448360.patch  |   92 +++
 imlib-1.9.15-libpng15.patch |  142 +++
 imlib-giflib51.patch|  126 ++
 imlib-gtk.patch |   14 +
 7 files changed, 953 insertions(+)

Added: imlib/trunk/CAN-2004-1026.patch
===
--- imlib/trunk/CAN-2004-1026.patch (rev 0)
+++ imlib/trunk/CAN-2004-1026.patch 2015-01-24 10:20:57 UTC (rev 126505)
@@ -0,0 +1,510 @@
+diff -urN imlib-1.9.13.orig/Imlib/load.c imlib-1.9.13/Imlib/load.c
+--- imlib-1.9.13.orig/Imlib/load.c Wed Mar 13 19:06:29 2002
 imlib-1.9.13/Imlib/load.c  Thu Sep 16 17:21:01 2004
+@@ -4,6 +4,8 @@
+ #include Imlib_private.h
+ #include setjmp.h
+ 
++#define G_MAXINT ((int) 0x7fff)
++
+ /*  Split the ID - damages input*/
+ 
+ static char*
+@@ -41,13 +43,17 @@
+ 
+ /*
+  * Make sure we don't wrap on our memory allocations
++ * we check G_MAXINT/4 because rend.c malloc's w * h * bpp
++ * + 3 is safety margin
+  */
+ 
+ void * _imlib_malloc_image(unsigned int w, unsigned int h)
+ {
+-   if( w  32767 || h  32767)
+-   return NULL;
+-   return malloc(w * h * 3);
++   if (w = 0 || w  32767 ||
++   h = 0 || h  32767 ||
++   h = (G_MAXINT/4 - 1) / w)
++return NULL;
++   return malloc(w * h * 3 + 3);
+ }
+ 
+ #ifdef HAVE_LIBJPEG
+@@ -360,7 +366,9 @@
+   npix = ww * hh;
+   *w = (int)ww;
+   *h = (int)hh;
+-  if(ww  32767 || hh  32767)
++  if (ww = 0 || ww  32767 ||
++  hh = 0 || hh  32767 ||
++  hh = (G_MAXINT/sizeof(uint32)) / ww)
+ {
+TIFFClose(tif);
+return NULL;
+@@ -463,7 +471,7 @@
+   }
+ *w = gif-Image.Width;
+ *h = gif-Image.Height;
+-if (*h  32767 || *w  32767)
++if (*h = 0 || *h  32767 || *w = 0 || *w  32767)
+   {
+  return NULL;
+   }
+@@ -965,7 +973,12 @@
+   comment = 0;
+   quote = 0;
+   context = 0;
++  memset(lookup, 0, sizeof(lookup));
++
+   line = malloc(lsz);
++  if (!line)
++return NULL;
++
+   while (!done)
+ {
+   pc = c;
+@@ -994,25 +1007,25 @@
+   {
+ /* Header */
+ sscanf(line, %i %i %i %i, w, h, ncolors, cpp);
+-  if (ncolors  32766)
++  if (ncolors = 0 || ncolors  32766)
+   {
+ fprintf(stderr, IMLIB ERROR: XPM files wth colors  
32766 not supported\n);
+ free(line);
+ return NULL;
+   }
+-if (cpp  5)
++if (cpp = 0 || cpp  5)
+   {
+ fprintf(stderr, IMLIB ERROR: XPM files with characters 
per pixel  5 not supported\n);
+ free(line);
+ return NULL;
+   }
+-if (*w  32767)
++if (*w = 0 || *w  32767)
+   {
+ fprintf(stderr, IMLIB ERROR: Image width  32767 pixels 
for file\n);
+ free(line);
+ return NULL;
+   }
+-if (*h  32767)
++if (*h = 0 || *h  32767)
+   {
+ fprintf(stderr, IMLIB ERROR: Image height  32767 pixels 
for file\n);
+ free(line);
+@@ -1045,11 +1058,13 @@
+   {
+ int slen;
+ int hascolor, iscolor;
++int space;
+ 
+ iscolor = 0;
+ hascolor = 0;
+ tok[0] = 0;
+ col[0] = 0;
++space = sizeof(col) - 1;
+ s[0] = 0;
+ len = strlen(line);
+ strncpy(cmap[j].str, line, cpp);
+@@ -1072,10 +1087,10 @@
+   {
+ if (k = len)
+   {
+-if (col[0])
+-  strcat(col,  );
+-  if (strlen(col) + strlen(s)  
sizeof(col))
+-  strcat(col, s);
++if (col[0]  space  0)
++ 

[arch-commits] Commit in (10 files)

2014-11-19 Thread Massimiliano Torromeo
Date: Wednesday, November 19, 2014 @ 17:05:05
  Author: mtorromeo
Revision: 122765

Added hhvm to [community]

Added:
  hhvm/
  hhvm/trunk/
  hhvm/trunk/PKGBUILD
  hhvm/trunk/hhvm-max.patch
  hhvm/trunk/hhvm.install
  hhvm/trunk/hhvm.service
  hhvm/trunk/hhvm.tmpfile
  hhvm/trunk/hhvm@.service
  hhvm/trunk/php.ini
  hhvm/trunk/server.ini

+
 PKGBUILD   |  113 +++
 hhvm-max.patch |   30 ++
 hhvm.install   |9 
 hhvm.service   |   15 +++
 hhvm.tmpfile   |2 
 hhvm@.service  |   15 +++
 php.ini|   10 
 server.ini |6 ++
 8 files changed, 200 insertions(+)

Added: hhvm/trunk/PKGBUILD
===
--- hhvm/trunk/PKGBUILD (rev 0)
+++ hhvm/trunk/PKGBUILD 2014-11-19 16:05:05 UTC (rev 122765)
@@ -0,0 +1,113 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo massimiliano.torro...@gmail.com
+# Contributor: James Miller ja...@pocketrent.com
+
+pkgname=hhvm
+pkgver=3.4.0
+_thirdparty_commit=21bded6b6119ec24c53c4653868c05660529a62e
+_folly_commit=32a9723ad4951fcc8b6324c55d967c3d2f21552e
+_thrift_commit=0a455fe206fc4c32de8bf40caf71a75d03edf87c
+_proxygen_commit=c4e89168873153ee74882f6d7bfadda16f91a308
+pkgrel=2
+pkgdesc=Virtual Machine, Runtime, and JIT for PHP
+arch=('x86_64')
+url=http://hhvm.com;
+license=('PHP')
+depends=('boost-libs' 'google-glog' 'libmysqlclient' 'libmemcached' 'libzip' 
'lz4'
+ 'libxslt' 'intel-tbb' 'libmcrypt' 'oniguruma' 'jemalloc' 'curl' 
'libvpx'
+ 'libdwarf' 'imagemagick' 'libedit' 'sqlite' 'libyaml')
+makedepends=('git' 'cmake' 'gcc' 'chrpath' 'boost' 'gflags' 'python2' 'pfff')
+source=(https://github.com/facebook/hhvm/archive/HHVM-$pkgver.tar.gz;
+
hhvm-third-party-$_thirdparty_commit.tar.gz::https://github.com/hhvm/hhvm-third-party/archive/$_thirdparty_commit.tar.gz;
+
folly-$_folly_commit.tar.gz::https://github.com/facebook/folly/archive/$_folly_commit.tar.gz;
+
thrift-$_thrift_commit.tar.gz::https://github.com/facebook/fbthrift/archive/$_thrift_commit.tar.gz;
+
proxygen-$_proxygen_commit.tar.gz::https://github.com/facebook/proxygen/archive/$_proxygen_commit.tar.gz;
+'hhvm-max.patch'
+'hhvm.tmpfile'
+'hhvm.service'
+'hhvm@.service'
+'php.ini'
+'server.ini')
+install=hhvm.install
+backup=(etc/hhvm/{php,server}.ini)
+options+=('!buildflags')
+
+prepare() {
+cd $srcdir/$pkgname-HHVM-$pkgver
+patch -p1 -i $srcdir/hhvm-max.patch
+
+rm -rf third-party
+ln -s $srcdir/hhvm-third-party-$_thirdparty_commit third-party
+
+# no bundled pcre
+sed '/pcre/d' -i third-party/CMakeLists.txt
+
+cd third-party/folly
+rm -rf src
+ln -s $srcdir/folly-$_folly_commit src
+
+cd ../thrift
+rm -rf src
+ln -s $srcdir/fbthrift-$_thrift_commit src
+
+cd ../proxygen
+rm -rf src
+ln -s $srcdir/proxygen-$_proxygen_commit src
+}
+
+build() {
+cd $srcdir/$pkgname-HHVM-$pkgver
+msg2 Building hhvm
+
+# comment for tests
+HPHP_NOTEST=1 \
+cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_PREFIX_PATH=$srcdir \
+-DFREETYPE_INCLUDE_DIRS:PATH=/usr/include/freetype2 \
+.
+
+make
+
+for hacktool in hackificator remove_soft_types; do
+cd $srcdir/$pkgname-HHVM-$pkgver/hphp/hack/tools/$hacktool
+make depend
+make
+done
+}
+
+# check() {
+# cd $srcdir/$pkgname-HHVM-$pkgver/hphp/test
+# ./run --threads 8 quick
+# }
+
+package() {
+cd $srcdir/$pkgname-HHVM-$pkgver
+make DESTDIR=$pkgdir/ install
+rm -rf $pkgdir/usr/{lib*,include}
+
+cd hphp/hack/bin
+for bin in hh_* tools/*; do
+install -Dm755 $bin $pkgdir/usr/bin/$(basename $bin)
+done
+
+cd $srcdir
+install -Dm644 hhvm.tmpfile $pkgdir/usr/lib/tmpfiles.d/hhvm.conf
+install -Dm644 hhvm.service $pkgdir/usr/lib/systemd/system/hhvm.service
+install -Dm644 hhvm@.service $pkgdir/usr/lib/systemd/system/hhvm@.service
+
+install -Dm644 php.ini $pkgdir/etc/hhvm/php.ini
+install -Dm644 server.ini $pkgdir/etc/hhvm/server.ini
+}
+
+sha256sums=('65e194667722dd0f240321dce026e1707363ae42ce415a1974db5c28f54fb3ff'
+'55be18422577d97b9dfb1eaf34fe4fc8d348cb48fb3ae9190915d7dcba54fb8b'
+'e8ee31e3a08b4e42cd1bfe8c09a812d2887bb41b9ee0e67c8717ffdfd4d7c31b'
+'fa6cf805cb94c230fe20ba33d13eee76d6dc6956776c2bacd344cb698bab1d47'
+'0cc4fb29790305e2319182f5bf73ad6dd1f69e6f129e4efb7fff308e8aebb8dc'
+'ab98d74c382f503f1208407e891d26a88f9314fa2b631f6ec2a4a73ead644ba2'
+'c356010a6d6b976f387bb205a75ea07d5f40593a8010483f2ed0f66f112331bc'
+'8b50d1ef9f5f726e6d8d469a8c84d85ad63f8b507b97d258b4d751a0e3e221df'
+'59c640602929dac0aa34d06c668ed69361eb4b7b47a77f9aa0badb4d0b61571c'
+

[arch-commits] Commit in (10 files)

2014-11-04 Thread Anatol Pomozov
Date: Tuesday, November 4, 2014 @ 23:48:52
  Author: anatolik
Revision: 121890

Make arm embedded toolchain multilib aware, now it contains packages for 
several arm* platforms

Move newlib off gcc package
Update gcc to 4.9.2
Use in-tree isl for gcc

Added:
  arm-none-eabi-gcc/trunk/enable-with-multilib-list-for-arm.patch
  arm-none-eabi-newlib/
  arm-none-eabi-newlib/repos/
  arm-none-eabi-newlib/trunk/
  arm-none-eabi-newlib/trunk/PKGBUILD
  arm-none-eabi-newlib/trunk/fix_libgloss_compile.patch
Modified:
  arm-none-eabi-gcc/trunk/PKGBUILD
Deleted:
  arm-none-eabi-gcc/trunk/gcc-multilib.patch
  arm-none-eabi-gcc/trunk/gcc-no-exceptions.patch
  arm-none-eabi-gcc/trunk/libgloss-configure-fix.patch

-+
 arm-none-eabi-gcc/trunk/PKGBUILD|  123 +++---
 arm-none-eabi-gcc/trunk/enable-with-multilib-list-for-arm.patch |  201 
++
 arm-none-eabi-gcc/trunk/gcc-multilib.patch  |   95 
 arm-none-eabi-gcc/trunk/gcc-no-exceptions.patch |   20 
 arm-none-eabi-gcc/trunk/libgloss-configure-fix.patch|   11 
 arm-none-eabi-newlib/trunk/PKGBUILD |   63 +++
 arm-none-eabi-newlib/trunk/fix_libgloss_compile.patch   |   31 +
 7 files changed, 356 insertions(+), 188 deletions(-)

Modified: arm-none-eabi-gcc/trunk/PKGBUILD
===
--- arm-none-eabi-gcc/trunk/PKGBUILD2014-11-04 21:35:10 UTC (rev 121889)
+++ arm-none-eabi-gcc/trunk/PKGBUILD2014-11-04 22:48:52 UTC (rev 121890)
@@ -1,32 +1,29 @@
-# $Id$
 # Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
 # Contributor: Martin Schmölzer mschmoel...@gmail.com
 
 _target=arm-none-eabi
 pkgname=$_target-gcc
-pkgver=4.9.1
+pkgver=4.9.2
+_islver=0.12.2
+_cloogver=0.18.1
 pkgrel=1
-#_snapshot=4.9-20140604
-_newlibver=2.1.0
+#_snapshot=4.9-20140903
 pkgdesc='The GNU Compiler Collection - cross compiler for ARM EABI 
(bare-metal) target'
 arch=(i686 x86_64)
 url='http://gcc.gnu.org/'
 license=(GPL LGPL FDL)
-depends=($_target-binutils cloog libmpc zlib)
+depends=($_target-binutils $_target-newlib  zlib libmpc)
 makedepends=(gmp mpfr)
-#checkdepends=(dejagnu)
 options=(!emptydirs !strip staticlibs)
 source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.bz2
 #ftp://gcc.gnu.org/pub/gcc/snapshots/$_snapshot/gcc-$_snapshot.tar.bz2
-ftp://sourceware.org/pub/newlib/newlib-$_newlibver.tar.gz
-gcc-multilib.patch
-gcc-no-exceptions.patch
-libgloss-configure-fix.patch)
-sha256sums=('d334781a124ada6f38e63b545e2a3b8c2183049515a1abab6d513f109f1d717e'
-'3e4d5ab9f0508942b6231b8ade4f8e5048cf92c96ed574c2bd6bd3320a599a48'
-'998d1face674cc8d1af5bf28ded15c18936a28f278123448f29555a07775'
-'7f59b28475aa2018a7edfb81ea81444a6eb098fd3847d8e605809ae6fbeabde5'
-'eac96c034d3d7d16080d9aef4749e4eda493563a3348e6a06f08e8a330b027ba')
+http://isl.gforge.inria.fr/isl-$_islver.tar.bz2
+http://www.bastoul.net/cloog/pages/download/cloog-$_cloogver.tar.gz
+enable-with-multilib-list-for-arm.patch)
+sha256sums=('2020c98295856aa13fda0f2f3a4794490757fc24bcca918d52cc8b4917b972dd'
+'f4b3dbee9712850006e44f0db2103441ab3d13b406f77996d1df19ee89d11fb4'
+'02500a4edd14875f94fe84cbeda4290425cb0c1c2474c6f75d75a303d64b4196'
+'95a1ae356a6a4f25577bbaa6a83e00cc1ddcebd99e9d3b2bf2c81c5e3d495a77')
 
 if [ -n $_snapshot ]; then
   _basedir=gcc-$_snapshot
@@ -35,75 +32,77 @@
 fi
 
 prepare() {
-  # Apply configure fix from newlib CVS
-  cd $srcdir/newlib-$_newlibver/libgloss/arm
-  patch -Np0 -i $srcdir/libgloss-configure-fix.patch
-  autoreconf
+  cd $_basedir
 
-  cd $srcdir/$_basedir
+  # link isl/cloog for in-tree builds
+  ln -s ../isl-$_islver isl
+  ln -s ../cloog-$_cloogver cloog
+
   echo $pkgver  gcc/BASE-VER
 
-  patch -Np0 -i $srcdir/gcc-multilib.patch
-  patch -Np0 -i $srcdir/gcc-no-exceptions.patch
+  # hack! - some configure tests for header files using $CPP $CPPFLAGS
+  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ {libiberty,gcc}/configure
 
-  # Move newlib and libgloss to gcc source directory
-  mv $srcdir/newlib-$_newlibver/newlib $srcdir/$_basedir
-  mv $srcdir/newlib-$_newlibver/libgloss $srcdir/$_basedir
+  patch -p1  $srcdir/enable-with-multilib-list-for-arm.patch
 
-  # hack! - some configure tests for header files using $CPP $CPPFLAGS
-  sed -i /ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/ 
$srcdir/$_basedir/{libiberty,gcc}/configure
+  mkdir $srcdir/gcc-build
 }
 
 build() {
-  cd $_basedir 
-  mkdir build
-  cd build
+  cd gcc-build
 
   export CFLAGS_FOR_TARGET='-O2 -g -pipe'
   export CXXFLAGS_FOR_TARGET='-O2 -g -pipe'
 
-  ../configure --target=$_target \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --with-pkgversion='Arch Repository' \
-   

[arch-commits] Commit in (10 files)

2014-09-09 Thread Felix Yan
Date: Tuesday, September 9, 2014 @ 13:25:51
  Author: fyan
Revision: 118709

addpkg: python-celery 3.1.14-1

Added:
  python-celery/
  python-celery/repos/
  python-celery/trunk/
  python-celery/trunk/PKGBUILD
  python-celery/trunk/celery.tmpfiles.d
  python-celery/trunk/celery2.tmpfiles.d
  python-celery/trunk/celery2@.service
  python-celery/trunk/celery@.service
  python-celery/trunk/python-celery.install
  python-celery/trunk/python2-celery.install

+
 PKGBUILD   |   97 +++
 celery.tmpfiles.d  |2 
 celery2.tmpfiles.d |2 
 celery2@.service   |   15 +++
 celery@.service|   15 +++
 python-celery.install  |3 +
 python2-celery.install |3 +
 7 files changed, 137 insertions(+)

Added: python-celery/trunk/PKGBUILD
===
--- python-celery/trunk/PKGBUILD(rev 0)
+++ python-celery/trunk/PKGBUILD2014-09-09 11:25:51 UTC (rev 118709)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Marcin Kolenda marcinkolenda...@gmail.com
+# Contributor: Valentin Haloiu vially.ichb+...@gmail.com
+# Contributor: Lukas Linhart b...@almad.net
+# Contributor: Marco Elver marco.elver AT gmail.com
+# Contributor: apkawa apk...@gmail.com
+
+pkgbase=python-celery
+pkgname=('python-celery' 'python2-celery')
+pkgver=3.1.14
+pkgrel=1
+pkgdesc='Distributed Asynchronous Task Queue'
+arch=('any')
+url='http://celeryproject.org/'
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-kombu' 
'python2-kombu' 'python-billiard' 'python2-billiard'
+ 'python-pytz' 'python2-pytz')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-pyopenssl' 'python2-pyopenssl' 'python2-gevent'
+  'python2-librabbitmq' 'python-pymongo' 'python2-pymongo' 
'python-msgpack' 'python2-msgpack' 'python-pyro'
+  'python2-pyro' 'python-redis' 'python2-redis' 
'python-sqlalchemy' 'python2-sqlalchemy' 'python-boto' 'python2-boto'
+  'python-yaml' 'python2-yaml' 'python-pyzmq' 'python2-pyzmq')
+source=(https://pypi.python.org/packages/source/c/celery/celery-$pkgver.tar.gz;
+celery@.service celery2@.service python-celery.install 
python2-celery.install celery.tmpfiles.d celery2.tmpfiles.d)
+options=('!emptydirs')
+sha256sums=('c6a72c73046560f58076e83cda6fb63b778bb379ffe07e01655a38e2f54c373c'
+'2c3b6eb4ebcc02f6748141d3dd1ebb64128b7b082724ebc15141144e2e40ebff'
+'f17edc445e555ae2a6b6c4124e1ad45e89a8f5c1408f4b629d939eeb8b1ce0d9'
+'b2744f019e11d57df825d9a970099a678ec1fffc5579ab52fb2270ec4aba741a'
+'19cfffc0447ec5046b106bc33cc8422942b82f9339971405398835d5d8079f00'
+'c60185a7e2192dfd98d41cbea6ef0f8ed24cafd79aeae6f0792360fa6ddf6f46'
+'fdb55a9b2ee2b7e0b55ffb576ebcd14d846cdfdb2c5131a68c64275c391f6aa5')
+
+prepare() {
+  cp -a celery-$pkgver{,-py2}
+}
+
+build() {
+  cd $srcdir/celery-$pkgver
+  python setup.py build
+
+  cd $srcdir/celery-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd $srcdir/celery-$pkgver
+  nosetests3 || warning Tests failed
+
+  cd $srcdir/celery-$pkgver-py2
+  nosetests2
+}
+
+package_python-celery() {
+  depends=('python' 'python-kombu' 'python-billiard' 'python-pytz')
+  optdepends=('python-pyopenssl: for celery.security'
+  'python-pymongo: for celery.backends.mongodb'
+  'python-msgpack: for using the msgpack serializer'
+  'python-pyro: for using Pyro4 message transport'
+  'python-redis: for celery.backends.redis'
+  'python-sqlalchemy: for celery.backends.database'
+  'python-boto: for SQS transport'
+  'python-yaml: for using the yaml serializer'
+  'python-pyzmq: for using ZeroMQ transport')
+  install=python-celery.install
+
+  cd $srcdir/celery-$pkgver
+  python setup.py install --root=$pkgdir --optimize=1 --skip-build
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm644 $srcdir/celery@.service 
$pkgdir/usr/lib/systemd/system/celery@.service
+  install -Dm644 $srcdir/celery.tmpfiles.d 
$pkgdir/usr/lib/tmpfiles.d/celery.conf
+}
+
+package_python2-celery() {
+  depends=('python2' 'python2-kombu' 'python2-billiard' 'python2-pytz')
+  optdepends=('python2-pyopenssl: for celery.security'
+  'python2-gevent: for celery.concurrency.gevent'
+  'python2-librabbitmq: optimized client for RabbitMQ'
+  'python2-pymongo: for celery.backends.mongodb'
+  'python2-msgpack: for using the msgpack serializer'
+  'python2-pyro: for using Pyro4 message transport'
+  'python2-redis: for celery.backends.redis'
+  'python2-sqlalchemy: for celery.backends.database'
+  'python2-boto: for SQS transport'
+  'python2-yaml: for using the yaml 

[arch-commits] Commit in (10 files)

2014-09-09 Thread Andrea Scarpino
Date: Tuesday, September 9, 2014 @ 13:46:42
  Author: andrea
Revision: 221272

Rename baloo 4.14 to baloo4 to fix conflicts with upcoming baloo 5

Added:
  baloo4/
  baloo4/trunk/baloo4.install
(from rev 221271, baloo/trunk/baloo.install)
Modified:
  baloo4/trunk/PKGBUILD
Deleted:
  baloo/
  baloo4/kde-unstable/
  baloo4/repos/extra-i686/
  baloo4/repos/extra-x86_64/
  baloo4/repos/kde-unstable-i686/
  baloo4/repos/kde-unstable-x86_64/
  baloo4/trunk/baloo.install

-+
 baloo4/trunk/baloo4.install |   11 +
 trunk/PKGBUILD  |   51 ++
 trunk/baloo.install |   11 -
 3 files changed, 53 insertions(+), 20 deletions(-)

Modified: baloo4/trunk/PKGBUILD
===
--- baloo/trunk/PKGBUILD2014-09-09 11:09:01 UTC (rev 221271)
+++ baloo4/trunk/PKGBUILD   2014-09-09 11:46:42 UTC (rev 221272)
@@ -1,17 +1,15 @@
 # $Id$
 # Maintainer: Andrea Scarpino and...@archlinux.org
 
-pkgname=baloo
+pkgbase=baloo4
+pkgname=('baloo4' 'baloo4-akonadi' 'libbaloo4')
 pkgver=4.14.0
-pkgrel=1
-pkgdesc=A framework for searching and managing metadata
+pkgrel=2
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs/baloo'
 license=('LGPL')
-depends=('kdepimlibs' 'xapian-core' 'kfilemetadata')
-makedepends=('cmake' 'automoc4' 'boost')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+makedepends=('cmake' 'automoc4' 'boost' 'kdepimlibs' 'xapian-core' 
'kfilemetadata')
+source=(http://download.kde.org/stable/${pkgver}/src/baloo-${pkgver}.tar.xz;)
 sha1sums=('6aa998d62f9f92c08a3eedc72b050fdb00e7bad0')
 
 prepare() {
@@ -20,13 +18,48 @@
 
 build() {
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../baloo-${pkgver} \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr
   make
 }
 
-package() {
+package_baloo4() {
+  pkgdesc='A KDE4 framework for searching and managing metadata'
+  depends=('libbaloo4')
+  replaces=('baloo')
+  conflicts=('baloo=4.14.0-1')
+  provides=('baloo')
+  install=${pkgname}.install
+
   cd build
   make DESTDIR=${pkgdir} install
+
+  # Fix conflicts
+  rm -r 
${pkgdir}{/usr/bin/akonadi_baloo_indexer,/usr/include,/usr/lib,/usr/share/akonadi,/usr/share/kde4}
 }
+
+package_baloo4-akonadi() {
+  pkgdesc='Baloo resource for Akonadi'
+  depends=('libbaloo4')
+  conflicts=('baloo=4.14.0-1')
+
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Fix conflicts
+  rm -r 
${pkgdir}{/etc,/usr/bin/baloo*,/usr/include,/usr/lib,/usr/share/{kde4,autostart,dbus-1,icons,polkit-1}}
+}
+
+package_libbaloo4() {
+  pkgdesc='Libraries for baloo4'
+  depends=('kdepimlibs' 'xapian-core' 'kfilemetadata')
+  conflicts=('baloo=4.14.0-1')
+
+  cd build
+  make DESTDIR=${pkgdir} install
+
+  # Fix conflicts
+  rm -r 
${pkgdir}{/etc,/usr/bin,/usr/share/{akonadi,autostart,dbus-1,icons,polkit-1}}
+}
+

Deleted: baloo4/trunk/baloo.install
===
--- baloo/trunk/baloo.install   2014-09-09 11:09:01 UTC (rev 221271)
+++ baloo4/trunk/baloo.install  2014-09-09 11:46:42 UTC (rev 221272)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: baloo4/trunk/baloo4.install (from rev 221271, baloo/trunk/baloo.install)
===
--- baloo4/trunk/baloo4.install (rev 0)
+++ baloo4/trunk/baloo4.install 2014-09-09 11:46:42 UTC (rev 221272)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in (10 files)

2014-08-07 Thread Guillaume Alaux
Date: Thursday, August 7, 2014 @ 21:11:09
  Author: guillaume
Revision: 219476

First add of java common files package

Added:
  java-common/
  java-common/repos/
  java-common/trunk/
  java-common/trunk/PKGBUILD
  java-common/trunk/bin_archlinux-java
  java-common/trunk/bin_java-common-wrapper
  java-common/trunk/install_java-common.sh
  java-common/trunk/profile_jre.csh
  java-common/trunk/profile_jre.sh
  java-common/trunk/test_archlinux-java

-+
 PKGBUILD|   41 ++
 bin_archlinux-java  |  184 +
 bin_java-common-wrapper |2 
 install_java-common.sh  |   11 +
 profile_jre.csh |6 
 profile_jre.sh  |6 
 test_archlinux-java |  287 ++
 7 files changed, 537 insertions(+)

Added: java-common/trunk/PKGBUILD
===
--- java-common/trunk/PKGBUILD  (rev 0)
+++ java-common/trunk/PKGBUILD  2014-08-07 19:11:09 UTC (rev 219476)
@@ -0,0 +1,41 @@
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+pkgname=java-common
+pkgver=1
+pkgrel=2
+pkgdesc='Common files for Java Environments'
+arch=('any')
+url='www.archlinux.org'
+license=('GPL')
+checkdepends=('wget')
+backup=(etc/profile.d/jre.sh
+etc/profile.d/jre.csh)
+# TODO remove after a while
+replaces=('java-runtime-headless-meta' 'java-runtime-meta' 
'java-environment-meta')
+install=install_java-common.sh
+source=(profile_jre.csh
+profile_jre.sh
+bin_archlinux-java
+test_archlinux-java
+bin_java-common-wrapper
+https://shunit2.googlecode.com/files/shunit2-2.1.6.tgz)
+
+sha256sums=('06465b5c0507cb6c500c4f9cbd93e2fadaafe37b9e814b9687e1ee94fec0de73'
+'458eced6d2846805fbc18ca2ba717bf5f0556cc93a442b485c81fe12a4f6e5b6'
+'5f3d1ac5de7018344fc813a1a0a8b4afe15888bfdc3b8190378b463f408c2eda'
+'0dd93c9779c617af061b25f5e3d23cacb741d8d757f533312c3af976661e8cbc'
+'622927af9ec374140a878993936f7fdd4206fe069dddfcefc6d4e15fa6d67f39'
+'65a313a76fd5cc1c58c9e19fbc80fc0e418a4cbfbd46d54b35ed5b6e0025d4ee')
+
+check() {
+  cd ${srcdir}
+  ./test_archlinux-java
+}
+
+build() {
+  cd ${srcdir}
+
+  install -D -m 644 profile_jre.sh  ${pkgdir}/etc/profile.d/jre.sh
+  install -D -m 644 profile_jre.csh ${pkgdir}/etc/profile.d/jre.csh
+  install -D -m 755 bin_java-common-wrapper 
${pkgdir}/usr/lib/java-common-wrapper
+  install -D -m 755 bin_archlinux-java ${pkgdir}/usr/bin/archlinux-java
+}


Property changes on: java-common/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: java-common/trunk/bin_archlinux-java
===
--- java-common/trunk/bin_archlinux-java(rev 0)
+++ java-common/trunk/bin_archlinux-java2014-08-07 19:11:09 UTC (rev 
219476)
@@ -0,0 +1,184 @@
+#! /bin/bash
+
+# Arch Linux helper script to set/unset/check/fix the enabled Java environment
+# This program may be freely redistributed under the terms of the GNU General 
Public License
+#
+# Author: Guillaume ALAUX guilla...@archlinux.org
+
+JVM_DIR=/usr/lib/jvm
+DEFAULT_NAME=java-default-runtime
+DEFAULT_PATH=${JVM_DIR}/${DEFAULT_NAME}
+BIN_PATH=/usr/bin
+WRAPPER_PATH=/usr/lib/java-common-wrapper
+
+
+# Utility functions
+
+check_root() {
+  if [ $(id -u) -ne 0 ]; then
+echo 'This script must be run as root'
+exit 1
+  fi
+}
+
+# $1: parameter count given to this script for this option
+# $2: expected parameter count for this option
+check_param_count() {
+  if [ $1 -ne $2 ]; then
+echo 'Wrong parameter count'
+exit 2
+  fi
+}
+
+# Second level functions
+
+get_default_java() {
+  path=$(readlink -e ${DEFAULT_PATH})
+  echo ${path/${JVM_DIR}\/}
+}
+
+get_installed_javas() {
+  if [ -d ${JVM_DIR} ]; then
+for dir in $(find ${JVM_DIR} -mindepth 1 -maxdepth 1 -type d | sort); do
+  if [ -x ${dir}/bin/javac ]; then
+javas+=(${dir/${JVM_DIR}\/})
+  else
+if [ -x ${dir}/jre/bin/java ]; then
+javas+=(${dir/${JVM_DIR}\/}/jre)
+fi
+  fi
+done
+  fi
+  echo ${javas[@]}
+}
+
+# $1: Java environment name to test
+is_java_valid() {
+  test x$1 != x${DEFAULT_NAME}  test -x ${JVM_DIR}/$1/bin/java
+}
+
+set_bin_links() {
+  find ${DEFAULT_PATH}/bin ! -type d -perm /a=x \
+| while read bpath; do
+  ln -sf ${WRAPPER_PATH} ${BIN_PATH}/$(basename ${bpath})  /dev/null 21
+done
+}
+
+unset_bin_links() {
+  find -L ${BIN_PATH} -samefile ${WRAPPER_PATH} \
+| while read lpath; do
+  unlink ${lpath}
+done
+}
+
+# $1: Java environment name to set as default
+set_default_link_to() {
+  unlink ${DEFAULT_PATH} 2/dev/null
+  ln -sf $1 ${DEFAULT_PATH}
+}
+
+unset_default_link() {
+  unlink ${DEFAULT_PATH} 2/dev/null
+}
+
+# First 

[arch-commits] Commit in (10 files)

2013-11-20 Thread Timothy Redaelli
Date: Wednesday, November 20, 2013 @ 11:51:53
  Author: tredaelli
Revision: 101237

New package: keepass

Added:
  keepass/
  keepass/repos/
  keepass/trunk/
  keepass/trunk/KeePass.config.xml
  keepass/trunk/PKGBUILD
  keepass/trunk/keepass
  keepass/trunk/keepass.1
  keepass/trunk/keepass.desktop
  keepass/trunk/keepass.install
  keepass/trunk/keepass.xml

+
 KeePass.config.xml |1 
 PKGBUILD   |   62 +++
 keepass|2 +
 keepass.1  |   23 ++
 keepass.desktop|   12 +
 keepass.install|   40 
 keepass.xml|1 
 7 files changed, 141 insertions(+)

Added: keepass/trunk/KeePass.config.xml
===
(Binary files differ)

Index: keepass/trunk/KeePass.config.xml
===
--- keepass/trunk/KeePass.config.xml2013-11-20 10:46:49 UTC (rev 101236)
+++ keepass/trunk/KeePass.config.xml2013-11-20 10:51:53 UTC (rev 101237)

Property changes on: keepass/trunk/KeePass.config.xml
___
Added: svn:mime-type
## -0,0 +1 ##
+application/xml
\ No newline at end of property
Added: keepass/trunk/PKGBUILD
===
--- keepass/trunk/PKGBUILD  (rev 0)
+++ keepass/trunk/PKGBUILD  2013-11-20 10:51:53 UTC (rev 101237)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Kirill reflexing Churin reflex...@reflexing.ru
+# Contributor: Andrej Gelenberg andrej.gelenb...@udo.edu
+
+pkgname=keepass
+pkgver=2.24
+pkgrel=1
+pkgdesc='KeePass Password Safe, the free, open source, light-weight and 
easy-to-use password manager'
+arch=('any')
+url='http://keepass.info/'
+license=('GPL')
+depends=('mono' 'desktop-file-utils' 'xdg-utils' 'shared-mime-info' 
'hicolor-icon-theme')
+makedepends=('icoutils')
+optdepends=('xdotool: if you want to use auto-type'
+'xsel: clipboard operations in order to work around Mono clipboard 
bugs')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/keepass/KeePass-$pkgver.zip;
+'keepass'
+'keepass.1'
+'keepass.desktop'
+'keepass.xml'
+'KeePass.config.xml')
+
+sha256sums=('180c2e1187400d23dc5fda0342891f39179cb699c9b9b312f41a3b06e6557076'
+'7547f2af38771b66c8c2f3d7900b051b37214af49de3dfa27a5d383bf847d582'
+'a5fff678466443c0c8256c4771128c86103da47b6a2c49351d9941191b65dd6f'
+'1d5420e8babce5f4bbb3c68bdffe3bc0d3c3be25ad689138cd02fa14edd89140'
+'3d017c17a8788166c644e2460ba3596fd503f300342561921201fe5f69e5d194'
+'c4a3626bbcdfe4b17759e75582ad5f89beaa28efc857431f373e104fbe7b8440')
+
+package() {
+  cd $srcdir
+
+  install -dm755 $pkgdir/usr/bin
+  install -dm755 $pkgdir/usr/share/keepass/XSL
+
+  install -Dm755 keepass $pkgdir/usr/bin/keepass
+  install -Dm755 KeePass.exe $pkgdir/usr/share/keepass/KeePass.exe
+  install -Dm755 KeePass.config.xml 
$pkgdir/usr/share/keepass/KeePass.config.xml
+  install -Dm755 KeePass.exe.config 
$pkgdir/usr/share/keepass/KeePass.exe.config
+  install -Dm755 KeePass.chm $pkgdir/usr/share/keepass/KeePass.chm
+
+  install -m644 XSL/* $pkgdir/usr/share/keepass/XSL
+
+  install -Dm644 keepass.1 $pkgdir/usr/share/man/man1/keepass.1
+
+  # Proper installation of .desktop file
+  desktop-file-install -m 644 --dir $pkgdir/usr/share/applications/ 
keepass.desktop
+
+  # Extract and install icons
+  wrestool -o . --type=14 -x KeePass.exe
+  icotool -x KeePass.exe_*.ico
+  for size in 16 32 48 256; do
+install -Dm644 \
+KeePass_*_${size}x${size}x32.png \
+$pkgdir/usr/share/icons/hicolor/${size}x${size}/apps/keepass.png
+  done
+
+  # Needed for postinst with xdg-utils
+  install -Dm644 keepass.xml $pkgdir/usr/share/mime/packages/keepass.xml
+}


Property changes on: keepass/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: keepass/trunk/keepass
===
--- keepass/trunk/keepass   (rev 0)
+++ keepass/trunk/keepass   2013-11-20 10:51:53 UTC (rev 101237)
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec mono /usr/share/keepass/KeePass.exe $@

Added: keepass/trunk/keepass.1
===
--- keepass/trunk/keepass.1 (rev 0)
+++ keepass/trunk/keepass.1 2013-11-20 10:51:53 UTC (rev 101237)
@@ -0,0 +1,23 @@
+.TH KEEPASS 1 Mar 19, 2011
+.SH NAME
+keepass \- password manager
+.SH SYNOPSIS
+.B keepass
+.SH DESCRIPTION
+\fBKeePass\fP is a free/open-source password manager or safe which helps you 
to manage your passwords 

[arch-commits] Commit in (10 files)

2013-10-25 Thread Maxime Gauduin
Date: Friday, October 25, 2013 @ 10:28:02
  Author: alucryd
Revision: 99158

Add plank and deps

Added:
  bamf/
  bamf/trunk/
  bamf/trunk/PKGBUILD
  libdbusmenu/
  libdbusmenu/trunk/
  libdbusmenu/trunk/PKGBUILD
  plank/
  plank/trunk/
  plank/trunk/PKGBUILD
  plank/trunk/plank.install

+
 bamf/trunk/PKGBUILD|   31 
 libdbusmenu/trunk/PKGBUILD |   46 +++
 plank/trunk/PKGBUILD   |   39 
 plank/trunk/plank.install  |   15 ++
 4 files changed, 131 insertions(+)

Added: bamf/trunk/PKGBUILD
===
--- bamf/trunk/PKGBUILD (rev 0)
+++ bamf/trunk/PKGBUILD 2013-10-25 08:28:02 UTC (rev 99158)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd at gmail dot com
+# Contributor: Balló György ballogyor+arch at gmail dot com
+
+pkgname=bamf
+pkgver=0.5.0
+pkgrel=2
+pkgdesc=Application matching framework
+arch=('i686' 'x86_64')
+url=https://launchpad.net/bamf;
+license=('GPL')
+depends=('libgtop' 'libwnck3')
+makedepends=('gobject-introspection' 'python2-lxml' 'vala')
+source=(http://launchpad.net/${pkgname}/${pkgver%.*}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('93b1acced96d32b36270cf18feb2761014ce2226814303c632448f717a8f9113')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  export PYTHON='/usr/bin/python2'
+  ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var' 
--libexecdir=/usr/lib/${pkgname} --disable-{static,webapps}
+  make
+}
+
+package() {
+  cd ${pkgbase}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: bamf/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: libdbusmenu/trunk/PKGBUILD
===
--- libdbusmenu/trunk/PKGBUILD  (rev 0)
+++ libdbusmenu/trunk/PKGBUILD  2013-10-25 08:28:02 UTC (rev 99158)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd at gmail dot com
+# Contributor: Balló György ballogyor+arch at gmail dot com
+# Contributor: Branchini Massimo max dot bra dot gtalk at gmail dot com
+
+pkgbase=libdbusmenu
+pkgname=('libdbusmenu-glib' 'libdbusmenu-gtk3')
+pkgver=12.10.2
+pkgrel=3
+pkgdesc=A library for passing menus over DBus
+arch=('i686' 'x86_64')
+url=https://launchpad.net/libdbusmenu;
+license=('GPL3')
+makedepends=('gnome-doc-utils' 'gobject-introspection' 'gtk3' 'intltool' 
'vala')
+options=('!emptydirs')
+source=(http://launchpad.net/dbusmenu/${pkgver%.?}/${pkgver}/+download/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('9d6ad4a0b918b342ad2ee9230cce8a095eb601cb0cee6ddc1122d0481f9d04c9')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+
+  export HAVE_VALGRIND_TRUE='#'
+  export HAVE_VALGRIND_FALSE=''
+  ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var' 
--disable-{dumper,static,tests}
+  make
+}
+
+package_libdbusmenu-glib() {
+depends=('glib2')
+
+  cd ${pkgbase}-${pkgver}
+
+  make -C libdbusmenu-glib DESTDIR=${pkgdir} install
+}
+
+package_libdbusmenu-gtk3() {
+depends=('gtk3' 'libdbusmenu-glib')
+
+  cd ${pkgbase}-${pkgver}
+
+  make -C libdbusmenu-glib DESTDIR=${pkgdir} install
+  make -C libdbusmenu-gtk DESTDIR=${pkgdir} install
+  make -C libdbusmenu-glib DESTDIR=${pkgdir} uninstall
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: libdbusmenu/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: plank/trunk/PKGBUILD
===
--- plank/trunk/PKGBUILD(rev 0)
+++ plank/trunk/PKGBUILD2013-10-25 08:28:02 UTC (rev 99158)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin alucryd at gmail dot com 
+# Contributor: Ner0 darkelfdarkelf666 at yahoo dot co dot uk
+# Contributor: dcelasun dcelasun at gmaild dot com
+
+pkgname=plank
+pkgver=0.3.0
+pkgrel=4
+pkgdesc=Elegant, simple, clean dock
+arch=('i686' 'x86_64')
+url=https://launchpad.net/plank;
+license=('GPL3')
+depends=('bamf' 'libdbusmenu-gtk3' 'libgee' 'python2')
+makedepends=('gnome-common' 'intltool' 'vala')
+install=${pkgname}.install
+source=(https://launchpad.net/${pkgname}/1.0/${pkgver}/+download/${pkgname}-${pkgver}.tar.xz;)
+sha256sums=('9b73a6ef99bdf6ef0bb07ae5a461339b3c78c5237b0363b7174f2ffc60b5b523')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  sed -i 's|^#!.*python$|#!/usr/bin/python2|' $(grep -rl '^#!.*python')
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./configure --prefix='/usr' --sysconfdir='/etc' --localstatedir='/var'
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/{etc,usr/share/apport}
+}
+
+# vim: ts=2 

[arch-commits] Commit in (10 files)

2013-10-20 Thread Thomas Dziedzic
Date: Monday, October 21, 2013 @ 05:34:18
  Author: td123
Revision: 196899

add staticlibs to keep the static libs

Modified:
  ghc/trunk/PKGBUILD
  haskell-http/trunk/PKGBUILD
  haskell-mtl/trunk/PKGBUILD
  haskell-network/trunk/PKGBUILD
  haskell-parsec/trunk/PKGBUILD
  haskell-random/trunk/PKGBUILD
  haskell-text/trunk/PKGBUILD
  haskell-transformers/trunk/PKGBUILD
  haskell-zlib/trunk/PKGBUILD
  ruby/trunk/PKGBUILD

-+
 ghc/trunk/PKGBUILD  |1 +
 haskell-http/trunk/PKGBUILD |1 +
 haskell-mtl/trunk/PKGBUILD  |1 +
 haskell-network/trunk/PKGBUILD  |1 +
 haskell-parsec/trunk/PKGBUILD   |1 +
 haskell-random/trunk/PKGBUILD   |1 +
 haskell-text/trunk/PKGBUILD |1 +
 haskell-transformers/trunk/PKGBUILD |1 +
 haskell-zlib/trunk/PKGBUILD |1 +
 ruby/trunk/PKGBUILD |2 +-
 10 files changed, 10 insertions(+), 1 deletion(-)

Modified: ghc/trunk/PKGBUILD
===
--- ghc/trunk/PKGBUILD  2013-10-21 02:44:38 UTC (rev 196898)
+++ ghc/trunk/PKGBUILD  2013-10-21 03:34:18 UTC (rev 196899)
@@ -24,6 +24,7 @@
 # keep this otherwise a lot of tests will show as unexpected failures... need 
to investigate why using -jn for n  1 does this...
 #options=('!makeflags')
 # missing rtl?
+options=('staticlibs')
 provides=('haskell-array=0.4.0.1'
   'haskell-base=4.6.0.1'
   'haskell-binary=0.5.1.1'

Modified: haskell-http/trunk/PKGBUILD
===
--- haskell-http/trunk/PKGBUILD 2013-10-21 02:44:38 UTC (rev 196898)
+++ haskell-http/trunk/PKGBUILD 2013-10-21 03:34:18 UTC (rev 196899)
@@ -11,6 +11,7 @@
 depends=('ghc=7.6.3-1' 'sh' 'haskell-network=2.4.1.2-1' 
'haskell-parsec=3.1.3-3' 'haskell-mtl=2.1.2-3')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install=${pkgname}.install
+options=('staticlibs')
 md5sums=('94be05278da4e9324aaef6e012e751e2')
 
 build() {

Modified: haskell-mtl/trunk/PKGBUILD
===
--- haskell-mtl/trunk/PKGBUILD  2013-10-21 02:44:38 UTC (rev 196898)
+++ haskell-mtl/trunk/PKGBUILD  2013-10-21 03:34:18 UTC (rev 196899)
@@ -11,6 +11,7 @@
 depends=('ghc=7.6.3-1' 'sh' 'haskell-transformers=0.3.0.0-4')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install=${pkgname}.install
+options=('staticlibs')
 md5sums=('943c110524d96126bfa0e61f7df1ebcd')
 
 build() {

Modified: haskell-network/trunk/PKGBUILD
===
--- haskell-network/trunk/PKGBUILD  2013-10-21 02:44:38 UTC (rev 196898)
+++ haskell-network/trunk/PKGBUILD  2013-10-21 03:34:18 UTC (rev 196899)
@@ -11,6 +11,7 @@
 depends=('ghc=7.6.3-1' 'sh' 'haskell-parsec=3.1.3-3')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install=${pkgname}.install
+options=('staticlibs')
 md5sums=('032075c35dea5d23923af3928f9a5511')
 
 build() {

Modified: haskell-parsec/trunk/PKGBUILD
===
--- haskell-parsec/trunk/PKGBUILD   2013-10-21 02:44:38 UTC (rev 196898)
+++ haskell-parsec/trunk/PKGBUILD   2013-10-21 03:34:18 UTC (rev 196899)
@@ -11,6 +11,7 @@
 depends=('ghc=7.6.3-1' 'sh' 'haskell-mtl=2.1.2-3' 'haskell-text=0.11.2.3-3')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install=${pkgname}.install
+options('staticlibs')
 md5sums=('d72fc94b81153132c61125a1ec52a4a5')
 
 build() {

Modified: haskell-random/trunk/PKGBUILD
===
--- haskell-random/trunk/PKGBUILD   2013-10-21 02:44:38 UTC (rev 196898)
+++ haskell-random/trunk/PKGBUILD   2013-10-21 03:34:18 UTC (rev 196899)
@@ -11,6 +11,7 @@
 depends=('ghc=7.6.3-1' 'sh')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install=${pkgname}.install
+options=('staticlibs')
 md5sums=('9a249cfa7ff6793cbf2be06e9fcd7538')
 
 build() {

Modified: haskell-text/trunk/PKGBUILD
===
--- haskell-text/trunk/PKGBUILD 2013-10-21 02:44:38 UTC (rev 196898)
+++ haskell-text/trunk/PKGBUILD 2013-10-21 03:34:18 UTC (rev 196899)
@@ -11,6 +11,7 @@
 depends=('ghc=7.6.3-1' 'sh')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install=${pkgname}.install
+options=('staticlibs')
 md5sums=('7a469d49a7576fb3a18785cb64d4ee6c')
 
 build() {

Modified: haskell-transformers/trunk/PKGBUILD
===
--- haskell-transformers/trunk/PKGBUILD 2013-10-21 02:44:38 UTC 

[arch-commits] Commit in (10 files)

2013-07-04 Thread Gaetan Bisson
Date: Friday, July 5, 2013 @ 03:21:07
  Author: bisson
Revision: 93528

initial commit of thttpd

Added:
  thttpd/
  thttpd/repos/
  thttpd/trunk/
  thttpd/trunk/PKGBUILD
  thttpd/trunk/config
  thttpd/trunk/discreet.patch
  thttpd/trunk/forwarded-for.patch
  thttpd/trunk/getline.patch
  thttpd/trunk/logrotate.d
  thttpd/trunk/service

-+
 PKGBUILD|   67 ++
 config  |7 +
 discreet.patch  |   34 +
 forwarded-for.patch |   16 +++
 getline.patch   |   21 +++
 logrotate.d |   12 
 service |   10 +++
 7 files changed, 167 insertions(+)

Added: thttpd/trunk/PKGBUILD
===
--- thttpd/trunk/PKGBUILD   (rev 0)
+++ thttpd/trunk/PKGBUILD   2013-07-05 01:21:07 UTC (rev 93528)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Damir Perisa damir.per...@bluewin.ch
+# Contributor: Stewart Starbuck stew...@stewartstarbuck.co.uk
+
+pkgname=thttpd
+pkgver=2.25b
+pkgrel=10
+pkgdesc='Simple, small, portable, fast, and secure HTTP server'
+url='http://www.acme.com/software/thttpd/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+backup=('etc/thttpd.conf')
+source=(http://www.acme.com/software/thttpd/${pkgname}-${pkgver}.tar.gz;
+'forwarded-for.patch'
+'discreet.patch'
+'getline.patch'
+'logrotate.d'
+'service'
+'config')
+sha1sums=('cd0e823233ad73e34ee1c9b871b01050feb9db52'
+  '1293fbaf83a489c65d6d2b107d797c687233d96a'
+  '1e73fca7d9ac2579da317f985c8666a181dc37c1'
+  '5ac14035a10b9155d813b363520e9aa74c5d91fc'
+  '36ffeefd1675ca4920605b1b5ca32dd5141a8f23'
+  '73bd76de0e89a9cc31e5605659837d83b3c8dfde'
+  '16640870a69cfc48021ee3acfea7c95834549d46')
+
+prepare() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   patch -p1 -i ../forwarded-for.patch
+   patch -p1 -i ../discreet.patch
+   patch -p1 -i ../getline.patch
+   echo 'mkv   video/x-matroska'  mime_types.txt
+}
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   CPPFLAGS= ./configure --prefix=/usr --mandir=/usr/share/man
+   sed \
+   -e 's/^CFLAGS =/CFLAGS +=/' \
+   -e '/^STATICFLAG =/c STATICFLAG =' \
+   -i Makefile */Makefile
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   install -d ${pkgdir}/usr/share/man/man{1,8}
+   make \
+   BINDIR=${pkgdir}/usr/bin \
+   WEBDIR=${pkgdir}/srv/http \
+   MANDIR=${pkgdir}/usr/share/man \
+   WEBGROUP=root install
+
+   rm -fr ${pkgdir}/srv
+   chown root:root -R ${pkgdir}
+   chmod 755 -R ${pkgdir}/usr/bin # strip needs u+w
+
+   install -Dm644 ../config ${pkgdir}/etc/thttpd.conf
+   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/thttpd.service
+   install -Dm644 ../logrotate.d ${pkgdir}/etc/logrotate.d/thttpd
+
+   install -d ${pkgdir}/var/log/thttpd
+   install -d ${pkgdir}/usr/share/licenses/${pkgname}
+   head -n 26 thttpd.c  
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


Property changes on: thttpd/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: thttpd/trunk/config
===
--- thttpd/trunk/config (rev 0)
+++ thttpd/trunk/config 2013-07-05 01:21:07 UTC (rev 93528)
@@ -0,0 +1,7 @@
+dir=/srv/http
+vhost
+user=http
+cgipat=**.cgi
+logfile=/var/log/thttpd/thttpd.log
+pidfile=/var/run/thttpd.pid
+charset=utf-8

Added: thttpd/trunk/discreet.patch
===
--- thttpd/trunk/discreet.patch (rev 0)
+++ thttpd/trunk/discreet.patch 2013-07-05 01:21:07 UTC (rev 93528)
@@ -0,0 +1,34 @@
+diff -Naur old/libhttpd.c new/libhttpd.c
+--- old/libhttpd.c 2012-04-27 14:24:50.971711600 +0200
 new/libhttpd.c 2012-04-27 14:33:24.559135581 +0200
+@@ -744,7 +744,7 @@
+ (void) my_snprintf( buf, sizeof(buf), \
+ HTML\n\
+ HEADTITLE%d %s/TITLE/HEAD\n\
+-BODY BGCOLOR=\#cc\ TEXT=\#00\ LINK=\#2020ff\ 
VLINK=\#4040cc\\n\
++BODY\n\
+ H2%d %s/H2\n,
+   status, title, status, title );
+ add_response( hc, buf );
+@@ -769,11 +769,8 @@
+ char buf[1000];
+ 
+ (void) my_snprintf( buf, sizeof(buf), \
+-HR\n\
+-ADDRESSA HREF=\%s\%s/A/ADDRESS\n\
+ /BODY\n\
+-/HTML\n,
+-  SERVER_ADDRESS, EXPOSED_SERVER_SOFTWARE );
++/HTML\n );
+ add_response( hc, buf );
+ }
+ 
+@@ -2766,7 +2763,7 @@
+   (void) fprintf( fp, \
+ HTML\n\
+ HEADTITLEIndex of %.80s/TITLE/HEAD\n\
+-BODY BGCOLOR=\#99cc99\ TEXT=\#00\ LINK=\#2020ff\ 

[arch-commits] Commit in (10 files)

2013-06-05 Thread Andrea Scarpino
Date: Wednesday, June 5, 2013 @ 22:10:29
  Author: andrea
Revision: 187659

Cleanup

Deleted:
  kde-l10n/repos/staging-i686/
  kde-l10n/repos/staging-x86_64/
  kde-meta/repos/staging-i686/
  kde-meta/repos/staging-x86_64/
  kde-wallpapers/repos/kde-unstable-any/
  kde-wallpapers/repos/staging-i686/
  kde-wallpapers/repos/staging-x86_64/
  kdegames-kajongg/repos/kde-unstable-any/
  kdegames-kajongg/repos/staging-i686/
  kdegames-kajongg/repos/staging-x86_64/



[arch-commits] Commit in (10 files)

2013-05-20 Thread Bartłomiej Piotrowski
Date: Monday, May 20, 2013 @ 22:00:13
  Author: bpiotrowski
Revision: 91290

Annihilate compiz and related packages.

Deleted:
  ccsm/
  compiz-bcop/
  compiz-fusion-plugins-extra/
  compiz-fusion-plugins-main/
  compiz-manager/
  compiz/
  compizconfig-backend-gconf/
  compizconfig-python/
  fusion-icon/
  libcompizconfig/



[arch-commits] Commit in (10 files)

2013-03-21 Thread Maxime Gauduin
Date: Friday, March 22, 2013 @ 01:18:47
  Author: alucryd
Revision: 86764

Add gens and gens-gs

Added:
  gens-gs/
  gens-gs/repos/
  gens-gs/trunk/
  gens-gs/trunk/PKGBUILD
  gens-gs/trunk/gens-gtk.patch
  gens/
  gens/repos/
  gens/trunk/
  gens/trunk/PKGBUILD
  gens/trunk/gens.desktop

--+
 gens-gs/trunk/PKGBUILD   |   58 
 gens-gs/trunk/gens-gtk.patch |  187 +
 gens/trunk/PKGBUILD  |   51 +++
 gens/trunk/gens.desktop  |9 +
 4 files changed, 305 insertions(+)

Added: gens/trunk/PKGBUILD
===
--- gens/trunk/PKGBUILD (rev 0)
+++ gens/trunk/PKGBUILD 2013-03-22 00:18:47 UTC (rev 86764)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: trya tryagainp...@gmail.com
+# Contributor: robb_force robb_fo...@holybuffalo.net
+
+pkgname=gens
+pkgver=2.15.5
+pkgrel=6
+pkgdesc='A Sega Genesis / Sega CD / Sega 32X emulator'
+arch=('i686' 'x86_64')
+url='http://gens.sourceforge.net'
+license=('GPL')
+if [[ $CARCH == x86_64 ]]; then
+  depends=('lib32-gtk2' 'lib32-sdl')
+  makedepends=('gcc-multilib' 'nasm')
+else
+  depends=('gtk2' 'sdl')
+  makedepends=('nasm')
+fi
+options=('!buildflags')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'gens.desktop')
+sha256sums=('51910d3056da9ffbb2c01cfec064998c9a4cad0cb379d703ec1b93c83dba305a'
+'146a0e98780b909877b3937c9132c85f5aba9450ef9f748bd1374ae8c9dfb751')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+# Multilib
+  if [[ $CARCH == x86_64 ]]; then
+export CC=gcc -m32
+export CXX=g++ -m32
+export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+  fi
+
+# Build
+  export LDFLAGS=-Wl,-z,noexecstack
+  ./configure --host=i686-unknown-linux-gnu --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+# Install
+  make DESTDIR=${pkgdir} install
+  install -dm 755 ${pkgdir}/usr/share/applications
+  install -m 644 ../gens.desktop 
${pkgdir}/usr/share/applications/gens.desktop
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: gens/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: gens/trunk/gens.desktop
===
--- gens/trunk/gens.desktop (rev 0)
+++ gens/trunk/gens.desktop 2013-03-22 00:18:47 UTC (rev 86764)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Gens
+Type=Application
+GenericName=A Sega Genesis / Sega CD / Sega 32X emulator
+Comment=A Sega Genesis / Sega CD / Sega 32X emulator
+Exec=gens
+Icon=/usr/share/gens/Gens2.ico
+Categories=Application;Game;Emulator;


Property changes on: gens/trunk/gens.desktop
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: gens-gs/trunk/PKGBUILD
===
--- gens-gs/trunk/PKGBUILD  (rev 0)
+++ gens-gs/trunk/PKGBUILD  2013-03-22 00:18:47 UTC (rev 86764)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: trya tryagainp...@gmail.com
+# Contributor: Yvan madridist...@orange.fr
+
+pkgname=gens-gs
+pkgver=2.16.7
+pkgrel=1
+pkgdesc=An emulator of Sega Genesis, Sega CD and 32X, combining features from 
various forks of Gens
+arch=('i686' 'x86_64')
+url=http://segaretro.org/Gens/GS;
+license=('GPL')
+if [[ $CARCH == x86_64 ]]; then
+  depends=('lib32-gtk2' 'lib32-sdl')
+  makedepends=('gcc-multilib' 'nasm')
+  optdepends=('lib32-alsa-plugins: Sound support for PulseAudio'
+  'lib32-libpulse: Sound support for PulseAudio')
+else
+  depends=('gtk2' 'sdl')
+  makedepends=('nasm')
+fi
+conflicts=('gens')
+options=('!libtool')
+source=('http://segaretro.org/images/6/6d/Gens-gs-r7.tar.gz'
+'gens-gtk.patch')
+sha256sums=('6320cd7bee85472891e1e29b21731d2c8180d04db67ee21256491f3f9ad145c1'
+'29b1e9755b34e00ef7d19bdc527dc4f841400a0022c81ee71c331be4a76a6c1c')
+
+build() {
+  cd ${srcdir}/${pkgname}-r7
+
+# Patch
+  patch -Np1 -i ../gens-gtk.patch
+
+# Multilib
+  if [[ $CARCH == x86_64 ]]; then
+export CC=gcc -m32
+export CXX=g++ -m32
+export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+  fi
+
+# Build
+  if [[ $CARCH == x86_64 ]]; then
+./configure --host=i686-unknown-linux-gnu --prefix=/usr 
--libdir=/usr/lib32 --with-pic --disable-static
+  else
+LIBS='-ldl -lX11' ./configure --prefix=/usr --with-pic --disable-static
+  fi
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-r7
+
+# Install
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: gens-gs/trunk/PKGBUILD

[arch-commits] Commit in (10 files)

2013-03-11 Thread Maxime Gauduin
Date: Monday, March 11, 2013 @ 22:41:40
  Author: alucryd
Revision: 86071

Add yabause-{gtk,qt}

Added:
  yabause-gtk/
  yabause-gtk/repos/
  yabause-gtk/trunk/
  yabause-gtk/trunk/PKGBUILD
  yabause-gtk/trunk/rwx.patch
  yabause-qt/
  yabause-qt/repos/
  yabause-qt/trunk/
  yabause-qt/trunk/PKGBUILD
  yabause-qt/trunk/rwx.patch

-+
 yabause-gtk/trunk/PKGBUILD  |   45 ++
 yabause-gtk/trunk/rwx.patch |   20 ++
 yabause-qt/trunk/PKGBUILD   |   45 ++
 yabause-qt/trunk/rwx.patch  |   20 ++
 4 files changed, 130 insertions(+)

Added: yabause-gtk/trunk/PKGBUILD
===
--- yabause-gtk/trunk/PKGBUILD  (rev 0)
+++ yabause-gtk/trunk/PKGBUILD  2013-03-11 21:41:40 UTC (rev 86071)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Harley Laue losinggenerat...@gmail.com
+# Contributor: Hyacinthe Cartiaux hyacinthe.carti...@free.fr
+# Contributor: Anton Shestakov engor...@ya.ru
+# Contributor: Tiago Camargo tcama...@gmail.com
+# Contributor: robb_force robb_fo...@holybuffalo.net
+
+pkgname=yabause-gtk
+pkgver=0.9.12
+pkgrel=2
+pkgdesc='A Sega Saturn emulator'
+arch=('i686' 'x86_64')
+url='http://yabause.org/'
+license=('GPL')
+depends=('freeglut' 'gtkglext' 'openal' 'sdl')
+makedepends=('cmake' 'mesa')
+conflicts=('yabause-qt')
+source=(http://downloads.sourceforge.net/${pkgname%-*}/${pkgname%-*}-${pkgver}.tar.gz;
 'rwx.patch')
+sha256sums=('f45c9649c379e1e790856f8dfa37d93be5638e8f697319b241951316f817bfb1'
+'d29997d3249683081a2687f31e777f917093101d56815d22103aaaf22ac786b1')
+
+build() {
+  cd ${srcdir}/${pkgname%-*}-${pkgver}
+
+# Patch
+  patch -Np1 -i ${srcdir}/rwx.patch
+
+# Build
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DYAB_PORTS=gtk -DYAB_NETWORK=ON 
-DYAB_OPTIMIZED_DMA=on -DYAB_PERKEYNAME=ON
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname%-*}-${pkgver}/build
+
+# Install
+  make DESTDIR=${pkgdir} install
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: yabause-gtk/trunk/PKGBUILD
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: yabause-gtk/trunk/rwx.patch
===
--- yabause-gtk/trunk/rwx.patch (rev 0)
+++ yabause-gtk/trunk/rwx.patch 2013-03-11 21:41:40 UTC (rev 86071)
@@ -0,0 +1,20 @@
+--- a/src/sh2_dynarec/linkage_x64.s2013-03-11 20:29:53.112870900 +0100
 b/src/sh2_dynarec/linkage_x64.s2013-03-11 20:31:48.856778600 +0100
+@@ -747,3 +747,7 @@ breakpoint:
+   ret
+   /* Set breakpoint here for debugging */
+   .size   breakpoint, .-breakpoint
++
++#if defined(__linux__)  defined(__ELF__)
++.section .note.GNU-stack,,%progbits
++#endif
+--- a/src/sh2_dynarec/linkage_x86.s2013-03-11 20:30:08.157693100 +0100
 b/src/sh2_dynarec/linkage_x86.s2013-03-11 20:32:30.993310600 +0100
+@@ -743,3 +743,7 @@ breakpoint:
+   ret
+   /* Set breakpoint here for debugging */
+   .size   breakpoint, .-breakpoint
++
++#if defined(__linux__)  defined(__ELF__)
++.section .note.GNU-stack,,%progbits
++#endif


Property changes on: yabause-gtk/trunk/rwx.patch
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: yabause-qt/trunk/PKGBUILD
===
--- yabause-qt/trunk/PKGBUILD   (rev 0)
+++ yabause-qt/trunk/PKGBUILD   2013-03-11 21:41:40 UTC (rev 86071)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Harley Laue losinggenerat...@gmail.com
+# Contributor: Hyacinthe Cartiaux hyacinthe.carti...@free.fr
+# Contributor: Anton Shestakov engor...@ya.ru
+# Contributor: Tiago Camargo tcama...@gmail.com
+# Contributor: robb_force robb_fo...@holybuffalo.net
+
+pkgname=yabause-qt
+pkgver=0.9.12
+pkgrel=1
+pkgdesc='A Sega Saturn emulator'
+arch=('i686' 'x86_64')
+url='http://yabause.org/'
+license=('GPL')
+depends=('freeglut' 'mesa' 'openal' 'qt4' 'sdl')
+makedepends=('cmake' 'glu')
+conflicts=('yabause-gtk')
+source=(http://downloads.sourceforge.net/${pkgname%-*}/${pkgname%-*}-${pkgver}.tar.gz;
 'rwx.patch')
+sha256sums=('f45c9649c379e1e790856f8dfa37d93be5638e8f697319b241951316f817bfb1'
+'d29997d3249683081a2687f31e777f917093101d56815d22103aaaf22ac786b1')
+
+build() {
+  cd ${srcdir}/${pkgname%-*}-${pkgver}
+
+# Patch
+  patch -Np1 -i ${srcdir}/rwx.patch
+
+# Build
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr 

[arch-commits] Commit in (10 files)

2013-02-18 Thread Maxime Gauduin
Date: Monday, February 18, 2013 @ 23:58:07
  Author: alucryd
Revision: 84421

Add virtualbox-host-hook and virtualbox-guest-hook

Added:
  virtualbox-guest-hook/
  virtualbox-guest-hook/repos/
  virtualbox-guest-hook/trunk/
  virtualbox-guest-hook/trunk/PKGBUILD
  virtualbox-guest-hook/trunk/virtualbox-guest-hook.install
  virtualbox-host-hook/
  virtualbox-host-hook/repos/
  virtualbox-host-hook/trunk/
  virtualbox-host-hook/trunk/PKGBUILD
  virtualbox-host-hook/trunk/virtualbox-host-hook.install

---+
 virtualbox-guest-hook/trunk/PKGBUILD  |   22 
 virtualbox-guest-hook/trunk/virtualbox-guest-hook.install |5 ++
 virtualbox-host-hook/trunk/PKGBUILD   |   22 
 virtualbox-host-hook/trunk/virtualbox-host-hook.install   |5 ++
 4 files changed, 54 insertions(+)

Added: virtualbox-guest-hook/trunk/PKGBUILD
===
--- virtualbox-guest-hook/trunk/PKGBUILD(rev 0)
+++ virtualbox-guest-hook/trunk/PKGBUILD2013-02-18 22:58:07 UTC (rev 
84421)
@@ -0,0 +1,22 @@
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+
+pkgname=virtualbox-guest-hook
+pkgver=1.0
+pkgrel=1
+pkgdesc=mkinitcpio hook to compile the virtualbox guest modules
+url=https://github.com/Alucryd/mkinitcpio-hooks;
+arch=('any')
+license=('GPL3')
+depends=('virtualbox-guest-dkms')
+install=${pkgname}.install
+source=(https://raw.github.com/Alucryd/mkinitcpio-hooks/master/vboxguest;)
+sha256sums=('9b471fb0e6ad0d05a26dfd5cbc1706cb131edd45384c1e175e569711d0c5bb61')
+
+package() {
+  cd ${srcdir}
+  sed -i s|_arch|$CARCH| vboxguest
+  install -dm 755 ${pkgdir}/usr/lib/initcpio/install
+  install -m 644 vboxguest ${pkgdir}/usr/lib/initcpio/install/vboxguest
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: virtualbox-guest-hook/trunk/PKGBUILD
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: virtualbox-guest-hook/trunk/virtualbox-guest-hook.install
===
--- virtualbox-guest-hook/trunk/virtualbox-guest-hook.install   
(rev 0)
+++ virtualbox-guest-hook/trunk/virtualbox-guest-hook.install   2013-02-18 
22:58:07 UTC (rev 84421)
@@ -0,0 +1,5 @@
+post_install() {
+  echo Please add 'vboxguest' to the HOOKS array in /etc/mkinitcpio.conf, and 
'linux-headers' or any custom kernel headers to the SyncFirst array in 
/etc/pacman.conf to enable the automatic module compilation.
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: virtualbox-guest-hook/trunk/virtualbox-guest-hook.install
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: virtualbox-host-hook/trunk/PKGBUILD
===
--- virtualbox-host-hook/trunk/PKGBUILD (rev 0)
+++ virtualbox-host-hook/trunk/PKGBUILD 2013-02-18 22:58:07 UTC (rev 84421)
@@ -0,0 +1,22 @@
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+
+pkgname=virtualbox-host-hook
+pkgver=1.0
+pkgrel=1
+pkgdesc=mkinitcpio hook to compile the virtualbox host modules
+url=https://github.com/Alucryd/mkinitcpio-hooks;
+arch=('any')
+license=('GPL3')
+depends=('virtualbox-host-dkms')
+install=${pkgname}.install
+source=(https://raw.github.com/Alucryd/mkinitcpio-hooks/master/vboxhost;)
+sha256sums=('6c5e321b6dac90ca6b7c7e45c842081762d140679bf186dcb948d65eb702bd15')
+
+package() {
+  cd ${srcdir}
+  sed -i s|_arch|$CARCH| vboxhost
+  install -dm 755 ${pkgdir}/usr/lib/initcpio/install
+  install -m 644 vboxhost ${pkgdir}/usr/lib/initcpio/install/vboxhost
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: virtualbox-host-hook/trunk/PKGBUILD
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: virtualbox-host-hook/trunk/virtualbox-host-hook.install
===
--- virtualbox-host-hook/trunk/virtualbox-host-hook.install 
(rev 0)
+++ virtualbox-host-hook/trunk/virtualbox-host-hook.install 2013-02-18 
22:58:07 UTC (rev 84421)
@@ -0,0 +1,5 @@
+post_install() {
+  echo Please add 'vboxhost' to the HOOKS array in /etc/mkinitcpio.conf, and 
'linux-headers' or any custom kernel headers to the SyncFirst array in 
/etc/pacman.conf to enable the automatic module compilation.
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: virtualbox-host-hook/trunk/virtualbox-host-hook.install
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property


[arch-commits] Commit in (10 files)

2013-01-27 Thread Pierre Schmitz
Date: Sunday, January 27, 2013 @ 17:24:16
  Author: pierre
Revision: 83173

extra2community: Moving proftpd from extra to community

Added:
  proftpd/
  proftpd/repos/
  proftpd/trunk/
  proftpd/trunk/PKGBUILD
  proftpd/trunk/proftpd
  proftpd/trunk/proftpd.conf.d
  proftpd/trunk/proftpd.install
  proftpd/trunk/proftpd.logrotate
  proftpd/trunk/proftpd.service
  proftpd/trunk/proftpd.tmpfiles

---+
 PKGBUILD  |   64 
 proftpd   |   41 +
 proftpd.conf.d|4 +++
 proftpd.install   |3 ++
 proftpd.logrotate |5 
 proftpd.service   |   12 +
 proftpd.tmpfiles  |1 
 7 files changed, 130 insertions(+)

Added: proftpd/trunk/PKGBUILD
===
--- proftpd/trunk/PKGBUILD  (rev 0)
+++ proftpd/trunk/PKGBUILD  2013-01-27 16:24:16 UTC (rev 83173)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer:
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=proftpd
+pkgver=1.3.4b
+pkgrel=3
+epoch=1
+pkgdesc=A high-performance, scalable FTP server
+arch=('i686' 'x86_64')
+url=http://www.proftpd.org/;
+license=('GPL')
+depends=('libmysqlclient' 'postgresql-libs')
+backup=('etc/proftpd.conf' 'etc/conf.d/proftpd')
+install=${pkgname}.install
+source=(ftp://ftp.proftpd.org/distrib/source/${pkgname}-${pkgver}.tar.gz{,.asc}
+'proftpd' 'proftpd.logrotate' 'proftpd.conf.d' 'proftpd.service'
+'proftpd.tmpfiles')
+md5sums=('0871e0b93c9c3c88ca950b6d9a04aed2'
+ 'e5b9bd78029a15f82994efcb7ed2e9fb'
+ 'c439a0a1dbc21b604d8382da87aa021b'
+ 'ddb09eb13131becdf0e081eef413116b'
+ '71d5932b0461c318ed68c2c0c2660736'
+ '5709f27ebcbe906e52963ea75e4fde64'
+ '907b149a120b046f05647c73502e23c9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr \
+--libexecdir=/usr/lib \
+--disable-pam \
+
--with-modules=mod_quotatab:mod_quotatab_sql:mod_quotatab_file:mod_tls:mod_ldap:mod_sql:mod_sql_mysql:mod_sql_postgres
 \
+--sysconfdir=/etc \
+--localstatedir=/run/proftpd \
+--enable-ctrls \
+--enable-ipv6 \
+--with-includes=/usr/include/mysql:/usr/include/postgresql \
+--with-libraries=/usr/lib/mysql:/usr/lib/postgresql \
+--enable-nls \
+--with-systemd
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  sed -i 's|nogroup|nobody|g' ${pkgdir}/etc/proftpd.conf
+
+  install -Dm644 ../proftpd.logrotate ${pkgdir}/etc/logrotate.d/proftpd
+  install -Dm644 ../proftpd.conf.d ${pkgdir}/etc/conf.d/proftpd
+  install -Dm755 ../proftpd ${pkgdir}/etc/rc.d/proftpd
+  install -Dm755 contrib/xferstats.holger-preiss ${pkgdir}/usr/bin/ftpstats
+
+  install -d ${pkgdir}/usr/lib/systemd/system/
+  install -m644 ${srcdir}/proftpd.service ${pkgdir}/usr/lib/systemd/system/
+  install -Dm644 ${srcdir}/proftpd.tmpfiles \
+${pkgdir}/usr/lib/tmpfiles.d/proftpd.conf
+
+  # /run is tmpfs
+  rmdir ${pkgdir}/run/{proftpd,}
+}


Property changes on: proftpd/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: proftpd/trunk/proftpd
===
--- proftpd/trunk/proftpd   (rev 0)
+++ proftpd/trunk/proftpd   2013-01-27 16:24:16 UTC (rev 83173)
@@ -0,0 +1,41 @@
+#!/bin/bash
+
+# source application-specific settings
+PROFTPD_ARGS=
+[ -f /etc/conf.d/proftpd ]  . /etc/conf.d/proftpd
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+case $1 in
+  start)
+stat_busy Starting ProFTPd Server
+/usr/sbin/proftpd ${PROFTPD_ARGS}
+if [ $? -gt 0 ]; then
+  stat_fail
+else
+  add_daemon proftpd
+  stat_done
+fi
+;;
+  stop)
+stat_busy Stopping ProFTPd Server
+[ -f /run/proftpd/proftpd.pid ]  kill $(cat /run/proftpd/proftpd.pid)  
/dev/null
+if [ $? -gt 0 ]; then
+  stat_fail
+else
+  rm -f /run/proftpd/proftpd.pid
+  rm_daemon proftpd
+  stat_done
+fi
+;;
+  restart)
+$0 stop
+sleep 1
+$0 start
+;;
+  *)
+echo usage: $0 {start|stop|restart}
+esac
+exit 0
+


Property changes on: proftpd/trunk/proftpd
___
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: proftpd/trunk/proftpd.conf.d
===
--- proftpd/trunk/proftpd.conf.d(rev 0)
+++ proftpd/trunk/proftpd.conf.d2013-01-27 16:24:16 UTC (rev 83173)
@@ -0,0 +1,4 @@
+#
+# Parameters to be passed to proftpd
+#
+PROFTPD_ARGS=

Added: proftpd/trunk/proftpd.install
===
--- proftpd/trunk/proftpd.install 

[arch-commits] Commit in (10 files)

2013-01-11 Thread Andrea Scarpino
Date: Friday, January 11, 2013 @ 10:09:38
  Author: andrea
Revision: 175014

Qt4 package

Added:
  qt4/
  qt4/kde-unstable/
  qt4/kde-unstable/qt4.install
(from rev 175013, qt/trunk/qt.install)
  qt4/repos/
Modified:
  qt4/kde-unstable/PKGBUILD
  qt4/kde-unstable/qtconfig.desktop
Deleted:
  qt4/kde-unstable/assistant.desktop
  qt4/kde-unstable/designer.desktop
  qt4/kde-unstable/linguist.desktop
  qt4/kde-unstable/qt.install

--+
 PKGBUILD |   40 +++-
 assistant.desktop|8 
 designer.desktop |   10 --
 linguist.desktop |9 -
 qt.install   |   12 
 qt4/kde-unstable/qt4.install |   12 
 qtconfig.desktop |6 +++---
 7 files changed, 30 insertions(+), 67 deletions(-)

Modified: qt4/kde-unstable/PKGBUILD
===
--- qt/trunk/PKGBUILD   2013-01-11 11:01:54 UTC (rev 175013)
+++ qt4/kde-unstable/PKGBUILD   2013-01-11 15:09:38 UTC (rev 175014)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino and...@archlinux.org
 # Contributor: Pierre Schmitz pie...@archlinux.de
 
-pkgbase=qt
+pkgbase=qt4
 pkgname=('qt' 'qt-private-headers')
 pkgver=4.8.4
 pkgrel=1
@@ -14,9 +14,8 @@
 'xdg-utils' 'hicolor-icon-theme' 'desktop-file-utils' 'mesa' 
'postgresql-libs'
 'mysql' 'unixodbc' 'cups' 'gtk2' 'libfbclient')
 options=('!libtool')
-_pkgfqn=${pkgbase}-everywhere-opensource-src-${pkgver}
+_pkgfqn=qt-everywhere-opensource-src-${pkgver}
 source=(http://releases.qt-project.org/qt4/source/${_pkgfqn}.tar.gz;
-'assistant.desktop' 'designer.desktop' 'linguist.desktop'
 'qtconfig.desktop'
 'improve-cups-support.patch'
 'fix-crash-in-assistant.patch')
@@ -46,14 +45,16 @@
 
   ./configure -confirm-license -opensource \
 -prefix /usr \
--docdir /usr/share/doc/qt \
--plugindir /usr/lib/qt/plugins \
--importdir /usr/lib/qt/imports \
--datadir /usr/share/qt \
--translationdir /usr/share/qt/translations \
+-bindir /usr/lib/qt4/bin \
+-headerdir /usr/include/qt4 \
+-docdir /usr/share/doc/qt4 \
+-plugindir /usr/lib/qt4/plugins \
+-importdir /usr/lib/qt4/imports \
+-datadir /usr/share/qt4 \
+-translationdir /usr/share/qt4/translations \
 -sysconfdir /etc/xdg \
--examplesdir /usr/share/doc/qt/examples \
--demosdir /usr/share/doc/qt/demos \
+-examplesdir /usr/share/doc/qt4/examples \
+-demosdir /usr/share/doc/qt4/demos \
 -plugin-sql-{psql,mysql,sqlite,odbc,ibase} \
 -system-sqlite \
 -no-phonon \
@@ -86,32 +87,21 @@
 'libxcursor: Xcursor support'
 'libxfixes: Xfixes support'
 'icu: Unicode support')
-install='qt.install'
+install='qt4.install'
 
 cd ${_pkgfqn}
 make INSTALL_ROOT=${pkgdir} install
 
 # install missing icons and desktop files
-for icon in tools/linguist/linguist/images/icons/linguist-*-32.png ; do
-  size=$(echo $(basename ${icon}) | cut -d- -f2)
-  install -D -m644 ${icon} \
-${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/linguist.png
-done
 install -D -m644 src/gui/dialogs/images/qtlogo-64.png \
-  ${pkgdir}/usr/share/icons/hicolor/64x64/apps/qtlogo.png
-install -D -m644 tools/assistant/tools/assistant/images/assistant.png \
-  ${pkgdir}/usr/share/icons/hicolor/32x32/apps/assistant.png
-install -D -m644 tools/assistant/tools/assistant/images/assistant-128.png \
-  ${pkgdir}/usr/share/icons/hicolor/128x128/apps/assistant.png
-install -D -m644 tools/designer/src/designer/images/designer.png \
-  ${pkgdir}/usr/share/icons/hicolor/128x128/apps/designer.png
+  ${pkgdir}/usr/share/icons/hicolor/64x64/apps/qt4logo.png
 install -d ${pkgdir}/usr/share/applications
-install -m644 ${srcdir}/{linguist,designer,assistant,qtconfig}.desktop \
+install -m644 ${srcdir}/qtconfig.desktop \
   ${pkgdir}/usr/share/applications/
 
 # install license addition
 install -D -m644 LGPL_EXCEPTION.txt \
-  ${pkgdir}/usr/share/licenses/qt/LGPL_EXCEPTION.txt
+  ${pkgdir}/usr/share/licenses/${pkgbase}/LGPL_EXCEPTION.txt
 
 # Fix wrong path in pkgconfig files
 find ${pkgdir}/usr/lib/pkgconfig -type f -name '*.pc' \

Deleted: qt4/kde-unstable/assistant.desktop
===
--- qt/trunk/assistant.desktop  2013-01-11 11:01:54 UTC (rev 175013)
+++ qt4/kde-unstable/assistant.desktop  2013-01-11 15:09:38 UTC (rev 175014)
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Name=Qt Assistant
-Comment=Shows Qt documentation and examples
-Exec=/usr/bin/assistant
-Icon=assistant
-Terminal=false
-Type=Application
-Categories=Qt;Development;Documentation;

Deleted: qt4/kde-unstable/designer.desktop
===
--- 

[arch-commits] Commit in (10 files)

2012-07-31 Thread Ronald van Haren
Date: Tuesday, July 31, 2012 @ 15:58:06
  Author: ronald
Revision: 164374

add netcdf-fortran and netcdf-cxx packages

Added:
  netcdf-cxx/
  netcdf-cxx/repos/
  netcdf-cxx/trunk/
  netcdf-cxx/trunk/PKGBUILD
  netcdf-fortran/
  netcdf-fortran/repos/
  netcdf-fortran/trunk/
  netcdf-fortran/trunk/PKGBUILD
  netcdf-fortran/trunk/netcdf-fortran.install
Modified:
  ktorrent/trunk/PKGBUILD

-+
 ktorrent/trunk/PKGBUILD |8 +++--
 netcdf-cxx/trunk/PKGBUILD   |   34 +
 netcdf-fortran/trunk/PKGBUILD   |   35 ++
 netcdf-fortran/trunk/netcdf-fortran.install |   19 ++
 4 files changed, 93 insertions(+), 3 deletions(-)

Modified: ktorrent/trunk/PKGBUILD
===
--- ktorrent/trunk/PKGBUILD 2012-07-31 19:53:39 UTC (rev 164373)
+++ ktorrent/trunk/PKGBUILD 2012-07-31 19:58:06 UTC (rev 164374)
@@ -5,7 +5,7 @@
 
 pkgname=ktorrent
 pkgver=4.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A powerful BitTorrent client for KDE
 arch=('i686' 'x86_64')
 url='http://ktorrent.org/'
@@ -13,16 +13,18 @@
 depends=('libktorrent' 'kdebase-workspace' 'taglib')
 makedepends=('automoc4' 'cmake' 'boost')
 source=(http://ktorrent.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.bz2;
-'httpserver.patch')
+'httpserver.patch' 'magnet.patch')
 install=${pkgname}.install
 sha1sums=('3f52c4a10011a49d304c08a3bb1290a022e0c53f'
-  'cef22b24af540e1bfcf13da60e4846ade106c303')
+  'cef22b24af540e1bfcf13da60e4846ade106c303'
+  'f0156489364e5590b0b539cfe2abc929c1922ef8')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
 
# build time patch
patch -p0 -i ${srcdir}/httpserver.patch
+   patch -p1 -i ${srcdir}/magnet.patch
 
cd ${srcdir}
mkdir build

Added: netcdf-cxx/trunk/PKGBUILD
===
--- netcdf-cxx/trunk/PKGBUILD   (rev 0)
+++ netcdf-cxx/trunk/PKGBUILD   2012-07-31 19:58:06 UTC (rev 164374)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=netcdf-cxx
+pkgver=4.2
+pkgrel=1
+pkgdesc=NetCDF c++ bindings
+arch=(i686 x86_64)
+url=http://www.unidata.ucar.edu/downloads/netcdf/netcdf-cxx/index.jsp;
+depends=('gcc-libs' 'netcdf' 'curl')
+options=('!libtool' '!makeflags')
+license=('custom')
+source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-cxx4-${pkgver}.tar.gz)
+sha1sums=('59628c9f06c211a47517fc00d8b068da159ffa9d')
+
+build() {
+  cd ${srcdir}/${pkgname}4-${pkgver}
+  ./configure --prefix=/usr --enable-shared
+  make
+#  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}4-${pkgver}
+
+  install -m755 -d ${pkgdir}/usr/lib
+  install -m755 -d ${pkgdir}/usr/share/man
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/${pkgname}4-${pkgver}/COPYRIGHT \
+${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
+
+}


Property changes on: netcdf-cxx/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: netcdf-fortran/trunk/PKGBUILD
===
--- netcdf-fortran/trunk/PKGBUILD   (rev 0)
+++ netcdf-fortran/trunk/PKGBUILD   2012-07-31 19:58:06 UTC (rev 164374)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ronald van Haren ronald.archlinux.org
+# Contributor: damir da...@archlinux.org
+
+pkgname=netcdf-fortran
+pkgver=4.2
+pkgrel=1
+pkgdesc=NetCDF fortran bindings
+arch=(i686 x86_64)
+url=http://www.unidata.ucar.edu/downloads/netcdf/netcdf-fortran/index.jsp;
+depends=('gcc-libs' 'netcdf' 'curl' 'gcc-fortran')
+options=('!libtool' '!makeflags')
+license=('custom')
+install=${pkgname}.install
+source=(http://www.unidata.ucar.edu/downloads/netcdf/ftp/netcdf-fortran-${pkgver}.tar.gz)
+sha1sums=('f1887314455330f4057bc8eab432065f8f6f74ef')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-shared
+  make
+#  make check
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  install -m755 -d ${pkgdir}/usr/lib
+  install -m755 -d ${pkgdir}/usr/share/man
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 ${srcdir}/${pkgname}-${pkgver}/COPYRIGHT \
+${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT
+
+}


Property changes on: netcdf-fortran/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: netcdf-fortran/trunk/netcdf-fortran.install
===
--- netcdf-fortran/trunk/netcdf-fortran.install (rev 0)
+++ netcdf-fortran/trunk/netcdf-fortran.install 2012-07-31 19:58:06 UTC (rev 

[arch-commits] Commit in (10 files)

2012-06-04 Thread Dave Reisner
Date: Monday, June 4, 2012 @ 11:21:01
  Author: dreisner
Revision: 160718

initial import of pambase

Added:
  pambase/
  pambase/repos/
  pambase/trunk/
  pambase/trunk/PKGBUILD
  pambase/trunk/other
  pambase/trunk/system-auth
  pambase/trunk/system-local-login
  pambase/trunk/system-login
  pambase/trunk/system-remote-login
  pambase/trunk/system-services

-+
 PKGBUILD|   41 +
 other   |6 ++
 system-auth |   17 +
 system-local-login  |6 ++
 system-login|   19 +++
 system-remote-login |6 ++
 system-services |   11 +++
 7 files changed, 106 insertions(+)

Added: pambase/trunk/PKGBUILD
===
--- pambase/trunk/PKGBUILD  (rev 0)
+++ pambase/trunk/PKGBUILD  2012-06-04 15:21:01 UTC (rev 160718)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Dave Reisner dreis...@archlinux.org
+
+pkgname=pambase
+pkgver=20120602
+pkgrel=1
+pkgdesc=Base PAM configuration for services
+arch=('any')
+url=http://www.archlinux.org;
+license=('GPL')
+source=('system-auth'
+'system-local-login'
+'system-login'
+'system-remote-login'
+'system-services'
+'other')
+backup=('etc/pam.d/system-auth'
+'etc/pam.d/system-local-login'
+'etc/pam.d/system-login'
+'etc/pam.d/system-remote-login'
+'etc/pam.d/system-services'
+'etc/pam.d/other')
+md5sums=('5f169a4ffe7ed69f58e106cdd2d760df'
+ '477237985820117a0e6e1b13a86eb599'
+ '887c4fa3f878fc8651cc5e6f027fe5a5'
+ '477237985820117a0e6e1b13a86eb599'
+ '30fe7d41e054ee43fab7855bf88a07e5'
+ '4d353b4351f9983abc218466bc8ffb1f')
+
+package() {
+  install -dm755 $pkgdir/etc/pam.d
+  install -t $pkgdir/etc/pam.d -m644 \
+  system-auth \
+  system-local-login \
+  system-login \
+  system-remote-login \
+  system-services \
+  other
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: pambase/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: pambase/trunk/other
===
--- pambase/trunk/other (rev 0)
+++ pambase/trunk/other 2012-06-04 15:21:01 UTC (rev 160718)
@@ -0,0 +1,6 @@
+#%PAM-1.0
+
+auth  required  pam_unix.so
+account   required  pam_unix.so
+password  required  pam_unix.so
+session   required  pam_unix.so

Added: pambase/trunk/system-auth
===
--- pambase/trunk/system-auth   (rev 0)
+++ pambase/trunk/system-auth   2012-06-04 15:21:01 UTC (rev 160718)
@@ -0,0 +1,17 @@
+#%PAM-1.0
+
+auth  required  pam_env.so
+auth  required  pam_unix.so try_first_pass nullok
+auth  optional  pam_permit.so
+
+account   required  pam_unix.so
+account   optional  pam_permit.so
+account   required  pam_time.so
+
+password  required  pam_unix.so try_first_pass nullok sha512 shadow
+password  optional  pam_permit.so
+
+session   required  pam_limits.so
+session   required  pam_env.so
+session   required  pam_unix.so
+session   optional  pam_permit.so

Added: pambase/trunk/system-local-login
===
--- pambase/trunk/system-local-login(rev 0)
+++ pambase/trunk/system-local-login2012-06-04 15:21:01 UTC (rev 160718)
@@ -0,0 +1,6 @@
+#%PAM-1.0
+
+auth  include   system-login
+account   include   system-login
+password  include   system-login
+session   include   system-login

Added: pambase/trunk/system-login
===
--- pambase/trunk/system-login  (rev 0)
+++ pambase/trunk/system-login  2012-06-04 15:21:01 UTC (rev 160718)
@@ -0,0 +1,19 @@
+#%PAM-1.0
+
+auth   required   pam_tally.so onerr=succeed file=/var/log/faillog
+auth   required   pam_shells.so
+auth   requisite  pam_nologin.so
+auth   includesystem-auth
+
+accountrequired   pam_access.so
+accountrequired   pam_nologin.so
+accountincludesystem-auth
+
+password   includesystem-auth
+
+sessionoptional   pam_loginuid.so
+sessionrequired   pam_env.so
+sessionincludesystem-auth
+sessionoptional   pam_motd.so  motd=/etc/motd
+sessionoptional   pam_mail.so  dir=/var/spool/mail standard
+-session   optional   pam_systemd.so

Added: pambase/trunk/system-remote-login
===
--- pambase/trunk/system-remote-login   (rev 0)
+++ pambase/trunk/system-remote-login   2012-06-04 15:21:01 UTC (rev 160718)
@@ -0,0 +1,6 @@
+#%PAM-1.0
+
+auth  

[arch-commits] Commit in (10 files)

2012-04-27 Thread Eric Bélanger
Date: Friday, April 27, 2012 @ 16:56:02
  Author: eric
Revision: 157356

Add procps-ng in repos to replace old procps

Added:
  procps-ng/
  procps-ng/repos/
  procps-ng/trunk/
  procps-ng/trunk/PKGBUILD
  procps-ng/trunk/complain_unmounted_proc.patch
  procps-ng/trunk/gnu-kbsd-version.patch
  procps-ng/trunk/includes_restrict.patch
  procps-ng/trunk/makefile_watch_ncurses.patch
  procps-ng/trunk/sig_printf_literal.patch
  procps-ng/trunk/sysctl_man.patch

---+
 PKGBUILD  |   46 
 complain_unmounted_proc.patch |   17 
 gnu-kbsd-version.patch|   38 ++
 includes_restrict.patch   |  144 
 makefile_watch_ncurses.patch  |   11 +++
 sig_printf_literal.patch  |   11 +++
 sysctl_man.patch  |   20 +
 7 files changed, 287 insertions(+)

Added: procps-ng/trunk/PKGBUILD
===
--- procps-ng/trunk/PKGBUILD(rev 0)
+++ procps-ng/trunk/PKGBUILD2012-04-27 20:56:02 UTC (rev 157356)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=procps-ng
+pkgver=3.3.2
+pkgrel=1
+pkgdesc=Utilities for monitoring your system and processes on your system
+arch=('i686' 'x86_64')
+url=http://gitorious.org/procps;
+license=('GPL' 'LGPL')
+groups=('base')
+depends=('ncurses')
+conflicts=('procps')
+provides=('procps')
+replaces=('procps')
+backup=('etc/sysctl.conf')
+options=('!libtool')
+source=(http://gitorious.org/procps/procps/archive-tarball/v${pkgver}
+sysctl_man.patch includes_restrict.patch gnu-kbsd-version.patch
+   complain_unmounted_proc.patch sig_printf_literal.patch
+   makefile_watch_ncurses.patch)
+sha1sums=('889692f891e790ea035315ec321cce92d00a8db2'
+  '39d6562b83389ec4893de88ec88222f7169fa732'
+  'd588825497fef0b057491377421fd8f68730d181'
+  '9eb2bb32a13656b5d671f9cffed3094399a26048'
+  'bf57f5a1f54a0f4a6d9e99d66b8e447225c3371d'
+  '25be10b456d56b8bdf6260276c60738a7d76a34d'
+  '9fc24e48f902c19315e2557e4deea5592bbfad7e')
+
+build() {
+  cd ${srcdir}/procps-procps
+  ./autogen.sh
+  patch -p1  ../sysctl_man.patch
+  patch -p1  ../includes_restrict.patch
+  patch -p1  ../gnu-kbsd-version.patch
+  patch -p1  ../complain_unmounted_proc.patch
+  patch -p1  ../sig_printf_literal.patch
+  patch -p1  ../makefile_watch_ncurses.patch
+  ./configure --exec-prefix=/ --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib
+  make
+}
+
+package() {
+  cd ${srcdir}/procps-procps
+  make DESTDIR=${pkgdir} install
+}


Property changes on: procps-ng/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: procps-ng/trunk/complain_unmounted_proc.patch
===
--- procps-ng/trunk/complain_unmounted_proc.patch   
(rev 0)
+++ procps-ng/trunk/complain_unmounted_proc.patch   2012-04-27 20:56:02 UTC 
(rev 157356)
@@ -0,0 +1,17 @@
+Author: he...@hesso.pool.math.tu-berlin.de
+Description: Complain when /proc/version cannot be found instead of
+exiting silently.
+--- a/proc/version.c
 b/proc/version.c
+@@ -33,8 +33,10 @@
+ char buf[256];
+ int version_string_depth;
+ 
+-if ( (fp=fopen(/proc/version,r)) == NULL) /* failure implies 
impending death */
++if ( (fp=fopen(/proc/version,r)) == NULL) {
++  fprintf(stderr, Cannot find /proc/version - is /proc mounted?\n);
+   exit(1);
++}
+ if (fgets(buf, 256, fp) == NULL) {
+   fprintf(stderr, Cannot read kernel version from /proc/version\n);
+   fclose(fp);

Added: procps-ng/trunk/gnu-kbsd-version.patch
===
--- procps-ng/trunk/gnu-kbsd-version.patch  (rev 0)
+++ procps-ng/trunk/gnu-kbsd-version.patch  2012-04-27 20:56:02 UTC (rev 
157356)
@@ -0,0 +1,38 @@
+Author: csm...@debian.org
+Description: Rework version parsing so its ok with other OSes
+--- a/proc/version.c
 b/proc/version.c
+@@ -28,20 +28,26 @@
+ int linux_version_code;
+ 
+ void init_Linux_version(void) {
+-static struct utsname uts;
+ int x = 0, y = 0, z = 0;  /* cleared in case sscanf()  3 */
++FILE *fp;
++char buf[256];
+ int version_string_depth;
+ 
+-if (uname(uts) == -1)/* failure implies impending death */
+-  exit(1);
+-
+-version_string_depth = sscanf(uts.release, %d.%d.%d, x, y, z);
++if ( (fp=fopen(/proc/version,r)) == NULL) /* failure implies 
impending death */
++  exit(1);
++if (fgets(buf, 256, fp) == NULL) {
++  fprintf(stderr, Cannot read kernel version from /proc/version\n);
++  fclose(fp);
++  exit(1);
++}
++fclose(fp);
++version_string_depth = sscanf(buf, Linux version %d.%d.%d, x, y, z);
+  

[arch-commits] Commit in (10 files)

2012-03-30 Thread Tobias Powalowski
Date: Friday, March 30, 2012 @ 04:04:17
  Author: tpowa
Revision: 154550

newpkg: capi20 support for all passive avm cards

Added:
  misdnuser/
  misdnuser/repos/
  misdnuser/trunk/
  misdnuser/trunk/PKGBUILD
  misdnuser/trunk/misdncapid.rc
  misdnuser/trunk/misdnuser-2.0.11-1-i686.pkg.tar.xz
  misdnuser/trunk/misdnuser-2.0.11-1-i686.pkg.tar.xz.sig
  misdnuser/trunk/misdnuser-2.0.11-1-x86_64.pkg.tar.xz
  misdnuser/trunk/misdnuser-2.0.11-1-x86_64.pkg.tar.xz.sig
  misdnuser/trunk/misdnuser-2.0.11.tar.gz

--+
 PKGBUILD |   33 +
 misdncapid.rc|   45 +
 misdnuser-2.0.11-1-i686.pkg.tar.xz   |1 
 misdnuser-2.0.11-1-i686.pkg.tar.xz.sig   |1 
 misdnuser-2.0.11-1-x86_64.pkg.tar.xz |1 
 misdnuser-2.0.11-1-x86_64.pkg.tar.xz.sig |1 
 misdnuser-2.0.11.tar.gz  |1 
 7 files changed, 83 insertions(+)

Added: misdnuser/trunk/PKGBUILD
===
--- misdnuser/trunk/PKGBUILD(rev 0)
+++ misdnuser/trunk/PKGBUILD2012-03-30 08:04:17 UTC (rev 154550)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+
+pkgname=misdnuser
+pkgver=2.0.11
+pkgrel=1
+pkgdesc=Tools and library for mISDN
+arch=('i686' 'x86_64')
+url=http://www.misdn.org;
+license=('GPL')
+depends=('isdn4k-utils' 'spandsp')
+backup=('etc/capi20.conf') 
+options=('!libtool')
+source=(ftp://ftp.archlinux.org/other/misdnuser/${pkgname}-${pkgver}.tar.gz
+misdncapid.rc)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-capi --enable-softdsp 
--with-mISDN_group=uucp
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -D -m 755 ${srcdir}/misdncapid.rc ${pkgdir}/etc/rc.d/misdncapid
+  # fix udev rule
+  mkdir -p ${pkgdir}/lib/udev/rules.d
+  mv ${pkgdir}/etc/udev/rules.d/45-misdn.rules ${pkgdir}/lib/udev/rules.d
+  rm -r ${pkgdir}/etc/udev/
+}
+md5sums=('1c8825afde76e290727240077bbd37ea'
+ '1e6068daa3a5bf70eb2cf62a2de53f81')


Property changes on: misdnuser/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
Added: misdnuser/trunk/misdncapid.rc
===
--- misdnuser/trunk/misdncapid.rc   (rev 0)
+++ misdnuser/trunk/misdncapid.rc   2012-03-30 08:04:17 UTC (rev 154550)
@@ -0,0 +1,45 @@
+#!/bin/bash
+
+# general config
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+PID=$(pidof -o %PPID /usr/sbin/mISDNcapid)
+case $1 in
+start)
+stat_busy Starting misdncapid
+   if [ ! -x /var/run/mISDNcapid ] ; then
+   install -m755 /var/run/mISDNcapid
+   fi
+
+   [ -z $PID ]  /usr/sbin/mISDNcapid /dev/null 21
+if [ $? -gt 0 ]; then
+stat_fail
+else
+PID=$(pidof -o %PPID /usr/sbin/mISDNcapid)
+echo $PID  /var/run/misdncapid.pid
+add_daemon misdncapid
+stat_done
+fi
+;;
+stop)
+stat_busy Stopping misdncapid
+   [ -f /var/run/misdncapid.pid ]  kill `cat /var/run/misdncapid.pid` 
/dev/null 21
+if [ $? -gt 0 ]; then
+stat_fail
+else
+   rm -f /var/run/misdncapid.pid
+rm_daemon misdncapid
+stat_done
+fi
+;;
+restart)
+$0 stop
+   sleep 1
+$0 start
+;;
+*)
+echo usage: $0 {start|stop|restart}
+   ;;
+esac
+exit 0


Property changes on: misdnuser/trunk/misdncapid.rc
___
Added: svn:executable
## -0,0 +1 ##
+*
Added: misdnuser/trunk/misdnuser-2.0.11-1-i686.pkg.tar.xz
===
--- misdnuser/trunk/misdnuser-2.0.11-1-i686.pkg.tar.xz  
(rev 0)
+++ misdnuser/trunk/misdnuser-2.0.11-1-i686.pkg.tar.xz  2012-03-30 08:04:17 UTC 
(rev 154550)
@@ -0,0 +1 @@
+link /home/tobias/Arch/upload//misdnuser-2.0.11-1-i686.pkg.tar.xz
\ No newline at end of file


Property changes on: misdnuser/trunk/misdnuser-2.0.11-1-i686.pkg.tar.xz
___
Added: svn:special
## -0,0 +1 ##
+*
Added: misdnuser/trunk/misdnuser-2.0.11-1-i686.pkg.tar.xz.sig
===
--- misdnuser/trunk/misdnuser-2.0.11-1-i686.pkg.tar.xz.sig  
(rev 0)
+++ misdnuser/trunk/misdnuser-2.0.11-1-i686.pkg.tar.xz.sig  2012-03-30 
08:04:17 UTC (rev 154550)
@@ -0,0 +1 @@
+link /home/tobias/Arch/upload//misdnuser-2.0.11-1-i686.pkg.tar.xz.sig
\ No newline at end of file


Property changes on: misdnuser/trunk/misdnuser-2.0.11-1-i686.pkg.tar.xz.sig

[arch-commits] Commit in (10 files)

2011-09-10 Thread Jan Steffens
Date: Saturday, September 10, 2011 @ 07:03:31
  Author: heftig
Revision: 137661

add g-d and tracker

Added:
  gnome-documents/
  gnome-documents/repos/
  gnome-documents/trunk/
  gnome-documents/trunk/PKGBUILD
  gnome-documents/trunk/gnome-documents.install
  tracker/
  tracker/repos/
  tracker/trunk/
  tracker/trunk/PKGBUILD
  tracker/trunk/tracker.install

---+
 gnome-documents/trunk/PKGBUILD|   34 +
 gnome-documents/trunk/gnome-documents.install |   13 +
 tracker/trunk/PKGBUILD|   59 
 tracker/trunk/tracker.install |   13 +
 4 files changed, 119 insertions(+)

Added: gnome-documents/trunk/PKGBUILD
===
--- gnome-documents/trunk/PKGBUILD  (rev 0)
+++ gnome-documents/trunk/PKGBUILD  2011-09-10 11:03:31 UTC (rev 137661)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+
+pkgname=gnome-documents
+pkgver=0.1.91
+pkgrel=1
+pkgdesc=Documents Manager for GNOME
+arch=(i686 x86_64)
+url=http://www.gnome.org;
+license=('GPL')
+groups=('gnome-extra')
+depends=('clutter-gtk' 'evince' 'gobject-introspection' 'gtk3' 'gnome-desktop'
+ 'gnome-online-accounts' 'libgdata' 'tracker')
+makedepends=('intltool' 'vala')
+install=gnome-documents.install
+source=(http://download.gnome.org/sources/$pkgname/0.1/$pkgname-$pkgver.tar.xz)
+sha256sums=('b2180d86f4c162903d2e30300271f6f03b6bc351c0addb664b7ba04341c2f3b6')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/gnome-documents
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: gnome-documents/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: gnome-documents/trunk/gnome-documents.install
===
--- gnome-documents/trunk/gnome-documents.install   
(rev 0)
+++ gnome-documents/trunk/gnome-documents.install   2011-09-10 11:03:31 UTC 
(rev 137661)
@@ -0,0 +1,13 @@
+post_install() {
+  usr/bin/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
+}

Added: tracker/trunk/PKGBUILD
===
--- tracker/trunk/PKGBUILD  (rev 0)
+++ tracker/trunk/PKGBUILD  2011-09-10 11:03:31 UTC (rev 137661)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Alexander Fehr pizzapunk gmail com
+
+pkgname=tracker
+pkgver=0.12.0
+pkgrel=1
+pkgdesc=Powerful object database, tag/metadata database, search tool and 
indexer
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libgee' 'libgnome-keyring' 'upower' 'libexif' 'exempi' 'poppler-glib'
+ 'libgsf' 'icu' 'enca' 'xdg-utils' 'networkmanager')
+makedepends=('gobject-introspection' 'intltool' 'giflib' 'gstreamer0.10-base'
+ 'totem-plparser' 'evolution' 'taglib' 'nautilus' 'gnome-panel'
+ 'firefox' 'thunderbird' 'libvorbis' 'flac')
+optdepends=('giflib: extractor for GIF data'
+'gstreamer0.10-base: video extractor'
+'totem-plparser: playlist support'
+'evolution: Evolution email data miner'
+'taglib: writeback for audio files'
+'nautilus: nautilus-extension'
+'libvorbis: Vorbis metadata extractor'
+'flac: FLAC metadata extractor'
+'firefox: Firefox data miner extension'
+'thunderbird: Thunderbird data miner extension'
+'gnome-panel: tracker-search-bar')
+provides=('libtracker')
+url=http://www.gnome.org;
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+install=tracker.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6819b5fbbcaa14ac004759e4b25962f8ef36f2c4b37908a32fcf6d7a22e5b261')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  _ffdir=/usr/lib/firefox-6.0.2/extensions
+  _tbdir=/usr/lib/thunderbird-6.0.2/extensions
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/tracker \
+--disable-unit-tests \
+--enable-libflac \
+--enable-libvorbis \
+--with-firefox-plugin-dir=$_ffdir \
+--with-thunderbird-plugin-dir=$_tbdir
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


Property changes on: tracker/trunk/PKGBUILD

[arch-commits] Commit in (10 files)

2011-08-17 Thread Gaetan Bisson
Date: Wednesday, August 17, 2011 @ 21:49:54
  Author: bisson
Revision: 135709

this splitpkg replaces/provides all individual encoding packages for xpdf:

xpdf-arabic, xpdf-chinese-simplified, xpdf-chinese-traditional,
xpdf-cyrillic, xpdf-greek, xpdf-hebrew, xpdf-japanese,
xpdf-korean, xpdf-latin2, xpdf-thai, xpdf-turkish

Added:
  xpdf-languages/
  xpdf-languages/repos/
  xpdf-languages/trunk/
  xpdf-languages/trunk/LICENSE.adobe
  xpdf-languages/trunk/PKGBUILD
  xpdf-languages/trunk/install
  xpdf-languages/trunk/xpdfrc-chinese-simplified.add
  xpdf-languages/trunk/xpdfrc-chinese-traditional.add
  xpdf-languages/trunk/xpdfrc-japanese.add
  xpdf-languages/trunk/xpdfrc-korean.add

+
 LICENSE.adobe  |   18 +
 PKGBUILD   |   71 +++
 install|   17 +
 xpdfrc-chinese-simplified.add  |1 
 xpdfrc-chinese-traditional.add |1 
 xpdfrc-japanese.add|   10 +
 xpdfrc-korean.add  |2 +
 7 files changed, 120 insertions(+)

Added: xpdf-languages/trunk/LICENSE.adobe
===
--- xpdf-languages/trunk/LICENSE.adobe  (rev 0)
+++ xpdf-languages/trunk/LICENSE.adobe  2011-08-18 01:49:54 UTC (rev 135709)
@@ -0,0 +1,18 @@
+---
+Copyright 1990-1999 Adobe Systems Incorporated.
+All Rights Reserved.
+
+Patents Pending
+
+NOTICE: All information contained herein is the property
+of Adobe Systems Incorporated.
+
+Permission is granted for redistribution of this file
+provided this copyright notice is maintained intact and
+that the contents of this file are not altered in any
+way from its original form.
+
+PostScript and Display PostScript are trademarks of
+Adobe Systems Incorporated which may be registered in
+certain jurisdictions.
+---

Added: xpdf-languages/trunk/PKGBUILD
===
--- xpdf-languages/trunk/PKGBUILD   (rev 0)
+++ xpdf-languages/trunk/PKGBUILD   2011-08-18 01:49:54 UTC (rev 135709)
@@ -0,0 +1,71 @@
+# $Id$
+# Contributor: Tobias Kieslich tob...@justdreams.de
+# Contributor: Eric Belanger e...@archlinux.org
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgbase=xpdf-languages
+pkgver=20110815
+pkgrel=1
+pkgdesc='Encoding information to use specific character sets in Xpdf; does not 
include fonts'
+url='http://foolabs.com/xpdf/'
+license=('GPL2')
+arch=('any')
+depends=('xpdf')
+
+install=install
+
+pkgname=('xpdf-arabic'
+ 'xpdf-chinese-simplified'
+ 'xpdf-chinese-traditional'
+ 'xpdf-cyrillic'
+ 'xpdf-greek'
+ 'xpdf-hebrew'
+ 'xpdf-japanese'
+ 'xpdf-korean'
+ 'xpdf-latin2'
+ 'xpdf-thai'
+ 'xpdf-turkish')
+
+_tars=(${pkgname[@]/%/.tar.gz})
+source=(${_tars[@]/#/ftp://ftp.foolabs.com/pub/xpdf/}
+'xpdfrc-chinese-simplified.add'
+'xpdfrc-chinese-traditional.add'
+'xpdfrc-japanese.add'
+'xpdfrc-korean.add'
+'LICENSE.adobe')
+
+sha1sums=('b3d1f6fa2299de0b6ee25ea73967502ea3a98228'
+  'aa9745f435841fc0f86f744257446bae82975f18'
+  'a97f21bc551da092abe557ac70ab1fb57703cf57'
+  'c5c55919064e452e712a83c69063479a2de08e80'
+  '0e968c80d21352a36fcded0916b8a623af02ec40'
+  '2820c90b1f303849ed24aabd9afd8581daba095b'
+  '19f263a00dd2b4bbec93c0787d96cd96a05dfd0b'
+  '7b3ce80d37f2abbcafdf20c1524944732c5b4836'
+  '508f237d795bb26abf89fb598a87555af159'
+  'd8bf58d960121508fb823c7bc7475bc0008b670e'
+  'aabf97033e074593b3efccfdd92068e41e48c356'
+  '6bb0b98d0bae449388395e8d211a5998de7de8d6'
+  '87717bed8e5db3b0c6f1b23e9094aebfdffcec75'
+  'd0a88b14d6cdf2ee9cfe12d12fedc22e23c1f435'
+  '5f12a6fb5d45c9052c86b43e0422335be98c492f'
+  '1a6619a36e605909de20ca4cca4dd3ade1494667')
+
+for i in ${pkgname[@]}; do j=${i/xpdf-/}; eval 'package_'${i}'() {
+   cd ${srcdir}
+   
+   sed \
+   -e s:/usr/local/share/xpdf:/usr/share/xpdf: \
+   -e /displayCIDFontX.*/d \
+   -i '${i}'/add-to-xpdfrc \
+
+   [[ -e xpdfrc-'${j}'.add ]]  {
+   cat xpdfrc-'${j}'.add  '${i}'/add-to-xpdfrc
+   # exactly those packages for which `grep -q Adobe *` matches...
+   install -D LICENSE.adobe 
${pkgdir}/usr/share/licenses/'${i}'/LICENSE
+   license=(GPL2 custom)
+   }
+
+   install -d ${pkgdir}/usr/share/xpdf
+   cp -r '${i}' ${pkgdir}/usr/share/xpdf/'${j}'
+}'; done


Property changes on: xpdf-languages/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: xpdf-languages/trunk/install

[arch-commits] Commit in (10 files)

2011-06-25 Thread Andrea Scarpino
Date: Saturday, June 25, 2011 @ 08:00:22
  Author: andrea
Revision: 128666

remove kdebindings component from the KDE group

Modified:
  kdebindings-kimono/kde-unstable/PKGBUILD
  kdebindings-korundum/kde-unstable/PKGBUILD
  kdebindings-kross/kde-unstable/PKGBUILD
  kdebindings-perlkde/kde-unstable/PKGBUILD
  kdebindings-perlqt/kde-unstable/PKGBUILD
  kdebindings-python/kde-unstable/PKGBUILD
  kdebindings-qtruby/kde-unstable/PKGBUILD
  kdebindings-qyoto/kde-unstable/PKGBUILD
  kdebindings-smokekde/kde-unstable/PKGBUILD
  kdebindings-smokeqt/kde-unstable/PKGBUILD

+
 kdebindings-kimono/kde-unstable/PKGBUILD   |2 +-
 kdebindings-korundum/kde-unstable/PKGBUILD |2 +-
 kdebindings-kross/kde-unstable/PKGBUILD|2 +-
 kdebindings-perlkde/kde-unstable/PKGBUILD  |2 +-
 kdebindings-perlqt/kde-unstable/PKGBUILD   |2 +-
 kdebindings-python/kde-unstable/PKGBUILD   |2 +-
 kdebindings-qtruby/kde-unstable/PKGBUILD   |2 +-
 kdebindings-qyoto/kde-unstable/PKGBUILD|2 +-
 kdebindings-smokekde/kde-unstable/PKGBUILD |2 +-
 kdebindings-smokeqt/kde-unstable/PKGBUILD  |2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

Modified: kdebindings-kimono/kde-unstable/PKGBUILD
===
--- kdebindings-kimono/kde-unstable/PKGBUILD2011-06-25 11:57:32 UTC (rev 
128665)
+++ kdebindings-kimono/kde-unstable/PKGBUILD2011-06-25 12:00:22 UTC (rev 
128666)
@@ -8,7 +8,7 @@
 url=http://kde.org/;
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdebindings')
+groups=('kdebindings')
 depends=('kdebindings-qyoto' 'kdebindings-smokekde')
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost' 'kdepimlibs')
 conflicts=('kdebindings-csharp')

Modified: kdebindings-korundum/kde-unstable/PKGBUILD
===
--- kdebindings-korundum/kde-unstable/PKGBUILD  2011-06-25 11:57:32 UTC (rev 
128665)
+++ kdebindings-korundum/kde-unstable/PKGBUILD  2011-06-25 12:00:22 UTC (rev 
128666)
@@ -8,7 +8,7 @@
 url=http://kde.org/;
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdebindings')
+groups=('kdebindings')
 depends=('kdebindings-qtruby' 'kdebindings-smokekde')
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
  'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')

Modified: kdebindings-kross/kde-unstable/PKGBUILD
===
--- kdebindings-kross/kde-unstable/PKGBUILD 2011-06-25 11:57:32 UTC (rev 
128665)
+++ kdebindings-kross/kde-unstable/PKGBUILD 2011-06-25 12:00:22 UTC (rev 
128666)
@@ -10,7 +10,7 @@
 url=http://kde.org/;
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdebindings')
+groups=('kdebindings')
 makedepends=('kdelibs' 'cmake' 'automoc4' 'python2' 'openjdk6')
 
source=(http://download.kde.org/unstable/${pkgver}/src/kross-interpreters-${pkgver}.tar.bz2;)
 sha1sums=('db15d0957951a56bdb8c3727dc68cbc207b0e4b4')

Modified: kdebindings-perlkde/kde-unstable/PKGBUILD
===
--- kdebindings-perlkde/kde-unstable/PKGBUILD   2011-06-25 11:57:32 UTC (rev 
128665)
+++ kdebindings-perlkde/kde-unstable/PKGBUILD   2011-06-25 12:00:22 UTC (rev 
128666)
@@ -8,7 +8,7 @@
 url=http://kde.org/;
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdebindings')
+groups=('kdebindings')
 depends=('kdebindings-perlqt' 'kdebindings-smokekde')
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'kdepimlibs'
 'kdegraphics-okular' 'kdesdk-kate')

Modified: kdebindings-perlqt/kde-unstable/PKGBUILD
===
--- kdebindings-perlqt/kde-unstable/PKGBUILD2011-06-25 11:57:32 UTC (rev 
128665)
+++ kdebindings-perlqt/kde-unstable/PKGBUILD2011-06-25 12:00:22 UTC (rev 
128666)
@@ -8,7 +8,7 @@
 url=http://kde.org/;
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdebindings')
+groups=('kdebindings')
 depends=('kdebindings-smokeqt')
 makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
 
source=(http://download.kde.org/unstable/${pkgver}/src/perlqt-${pkgver}.tar.bz2;)

Modified: kdebindings-python/kde-unstable/PKGBUILD
===
--- kdebindings-python/kde-unstable/PKGBUILD2011-06-25 11:57:32 UTC (rev 
128665)
+++ kdebindings-python/kde-unstable/PKGBUILD2011-06-25 12:00:22 UTC (rev 
128666)
@@ -8,7 +8,7 @@
 url=http://kde.org/;
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdebindings')
+groups=('kdebindings')
 depends=('kdepim-runtime' 'python2-pyqt' 'qscintilla' 'boost-libs')
 makedepends=('cmake' 'automoc4' 'boost')
 
source=(http://download.kde.org/unstable/${pkgver}/src/pykde4-${pkgver}.tar.bz2;

Modified: 

[arch-commits] Commit in (10 files)

2011-05-23 Thread Andrea Scarpino
Date: Monday, May 23, 2011 @ 18:09:53
  Author: andrea
Revision: 124692

KDE 4.7beta1 - splitted kdegraphics

Added:
  kdegraphics-strigi-analyzer/
  kdegraphics-strigi-analyzer/kde-unstable/
  kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD
  kdegraphics-strigi-analyzer/repos/
  kdegraphics-strigi-analyzer/trunk/
  kdegraphics-thumbnailers/
  kdegraphics-thumbnailers/kde-unstable/
  kdegraphics-thumbnailers/kde-unstable/PKGBUILD
  kdegraphics-thumbnailers/repos/
  kdegraphics-thumbnailers/trunk/

---+
 kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD |   29 
 kdegraphics-thumbnailers/kde-unstable/PKGBUILD|   29 
 2 files changed, 58 insertions(+)

Added: kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD
===
--- kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD   
(rev 0)
+++ kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD   2011-05-23 22:09:53 UTC 
(rev 124692)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-strigi-analyzer
+pkgver=4.6.80
+pkgrel=1
+pkgdesc=Strigi analyzers for various graphics file formats
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('bc4c901bc4bc7080c91ed739d2480294d2fc5033')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}


Property changes on: kdegraphics-strigi-analyzer/kde-unstable/PKGBUILD
___
Added: svn:keywords
   + Id

Added: kdegraphics-thumbnailers/kde-unstable/PKGBUILD
===
--- kdegraphics-thumbnailers/kde-unstable/PKGBUILD  
(rev 0)
+++ kdegraphics-thumbnailers/kde-unstable/PKGBUILD  2011-05-23 22:09:53 UTC 
(rev 124692)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdegraphics-thumbnailers
+pkgver=4.6.80
+pkgrel=1
+pkgdesc=Thumbnailers for various graphics file formats
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('libkexiv2' 'libkdcraw')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+sha1sums=('d350cb85ad8520be00f6ee1f05a393d777e0f021')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}


Property changes on: kdegraphics-thumbnailers/kde-unstable/PKGBUILD
___
Added: svn:keywords
   + Id



[arch-commits] Commit in (10 files)

2011-02-18 Thread Jan Steffens
Date: Friday, February 18, 2011 @ 13:01:07
  Author: heftig
Revision: 110296

Add gnome-icon-theme stuff

Added:
  gnome-icon-theme-extras/
  gnome-icon-theme-extras/repos/
  gnome-icon-theme-extras/trunk/
  gnome-icon-theme-extras/trunk/PKGBUILD
  gnome-icon-theme-extras/trunk/gnome-icon-theme-extras.install
  gnome-icon-theme-symbolic/
  gnome-icon-theme-symbolic/repos/
  gnome-icon-theme-symbolic/trunk/
  gnome-icon-theme-symbolic/trunk/PKGBUILD
  gnome-icon-theme-symbolic/trunk/gnome-icon-theme-symbolic.install

---+
 gnome-icon-theme-extras/trunk/PKGBUILD|   28 
++
 gnome-icon-theme-extras/trunk/gnome-icon-theme-extras.install |   11 +++
 gnome-icon-theme-symbolic/trunk/PKGBUILD  |   28 
++
 gnome-icon-theme-symbolic/trunk/gnome-icon-theme-symbolic.install |   11 +++
 4 files changed, 78 insertions(+)

Added: gnome-icon-theme-extras/trunk/PKGBUILD
===
--- gnome-icon-theme-extras/trunk/PKGBUILD  (rev 0)
+++ gnome-icon-theme-extras/trunk/PKGBUILD  2011-02-18 18:01:07 UTC (rev 
110296)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=gnome-icon-theme-extras
+pkgver=2.30.1
+pkgrel=1
+pkgdesc=GNOME icon theme, extra icons
+arch=(any)
+depends=('gnome-icon-theme')
+makedepends=('intltool')
+url=http://www.gnome.org;
+license=('GPL')
+install=gnome-icon-theme-extras.install
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('45db58ca52765b40a4a22bc8d70d05564c94697d252b8941bb5be76315f6508b')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


Property changes on: gnome-icon-theme-extras/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: gnome-icon-theme-extras/trunk/gnome-icon-theme-extras.install
===
--- gnome-icon-theme-extras/trunk/gnome-icon-theme-extras.install   
(rev 0)
+++ gnome-icon-theme-extras/trunk/gnome-icon-theme-extras.install   
2011-02-18 18:01:07 UTC (rev 110296)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Added: gnome-icon-theme-symbolic/trunk/PKGBUILD
===
--- gnome-icon-theme-symbolic/trunk/PKGBUILD(rev 0)
+++ gnome-icon-theme-symbolic/trunk/PKGBUILD2011-02-18 18:01:07 UTC (rev 
110296)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+
+pkgname=gnome-icon-theme-symbolic
+pkgver=2.91.0
+pkgrel=1
+pkgdesc=GNOME icon theme, symbolic icons
+arch=(any)
+depends=('gnome-icon-theme')
+makedepends=('intltool')
+url=http://www.gnome.org;
+license=('GPL')
+install=gnome-icon-theme-symbolic.install
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('b3ac51ba4b4ab5e7cce0bad64dfd52b511ade90194d627782be839902c305bb9')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  GTK_UPDATE_ICON_CACHE=/bin/true ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


Property changes on: gnome-icon-theme-symbolic/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: gnome-icon-theme-symbolic/trunk/gnome-icon-theme-symbolic.install
===
--- gnome-icon-theme-symbolic/trunk/gnome-icon-theme-symbolic.install   
(rev 0)
+++ gnome-icon-theme-symbolic/trunk/gnome-icon-theme-symbolic.install   
2011-02-18 18:01:07 UTC (rev 110296)
@@ -0,0 +1,11 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/gnome
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in (10 files)

2009-12-12 Thread Andrea Scarpino
Date: Saturday, December 12, 2009 @ 10:32:02
  Author: andrea
Revision: 61146

prepare kde-unstable repo

Added:
  libssh/
  libssh/kde-unstable/
  libssh/kde-unstable/PKGBUILD
  libssh/repos/
  libssh/trunk/
  soprano/kde-unstable/
  soprano/kde-unstable/PKGBUILD
Modified:
  konversation/trunk/PKGBUILD
  pyqt/trunk/PKGBUILD
  soprano/trunk/PKGBUILD

---+
 konversation/trunk/PKGBUILD   |2 +-
 libssh/kde-unstable/PKGBUILD  |   27 +++
 pyqt/trunk/PKGBUILD   |4 ++--
 soprano/kde-unstable/PKGBUILD |   30 ++
 soprano/trunk/PKGBUILD|4 ++--
 5 files changed, 62 insertions(+), 5 deletions(-)

Modified: konversation/trunk/PKGBUILD
===
--- konversation/trunk/PKGBUILD 2009-12-12 15:30:44 UTC (rev 61145)
+++ konversation/trunk/PKGBUILD 2009-12-12 15:32:02 UTC (rev 61146)
@@ -5,7 +5,7 @@
 
 pkgname=konversation
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc=A user friendly IRC client for KDE
 arch=('i686' 'x86_64')
 url=http://konversation.kde.org;

Added: libssh/kde-unstable/PKGBUILD
===
--- libssh/kde-unstable/PKGBUILD(rev 0)
+++ libssh/kde-unstable/PKGBUILD2009-12-12 15:32:02 UTC (rev 61146)
@@ -0,0 +1,27 @@
+# $Id: $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: ice-man icem...@gmail.com
+# Contributor: sergeantspoon sergeantsp...@archlinux.us
+
+pkgname=libssh
+pkgver=0.4.0
+pkgrel=1 
+pkgdesc=Library for accessing ssh client services through C libraries
+url=http://www.libssh.org/;
+license=('LGPL')
+arch=('i686' 'x86_64')
+depends=('openssl')
+makedepends=('cmake' 'automoc4')
+source=(http://www.libssh.org/files/$pkgname-$pkgver.tar.gz)
+md5sums=('bcb3d567bacd54c9f6b5b0e8c4d1102c')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release || return 1
+  make || return 1
+  make DESTDIR=${pkgdir} install || return 1
+}

Modified: pyqt/trunk/PKGBUILD
===
--- pyqt/trunk/PKGBUILD 2009-12-12 15:30:44 UTC (rev 61145)
+++ pyqt/trunk/PKGBUILD 2009-12-12 15:32:02 UTC (rev 61146)
@@ -5,11 +5,11 @@
 
 pkgname=pyqt
 pkgver=4.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc=A set of Python bindings for the Qt toolkit.
 arch=('i686' 'x86_64')
 url=http://riverbankcomputing.co.uk/software/pyqt/intro;
-depends=('sip=4.9.3' 'qscintilla=2.4.0' 'qt=4.5.3' 'dbus-python' 'openssl')
+depends=('sip=4.9.3' 'qscintilla=2.4.1' 'qt=4.6.0' 'dbus-python' 'openssl')
 license=('GPL')
 provides=('pyqt4')
 replaces=('pyqt4')

Added: soprano/kde-unstable/PKGBUILD
===
--- soprano/kde-unstable/PKGBUILD   (rev 0)
+++ soprano/kde-unstable/PKGBUILD   2009-12-12 15:32:02 UTC (rev 61146)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 53575 2009-10-02 16:19:01Z andrea $
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Tobias Powalowski tp...@archlinux.org
+
+pkgname=soprano
+pkgver=2.3.70
+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/'
+license=('GPL' 'LGPL')
+depends=('qt' 'clucene' 'redland')
+makedepends=('cmake' 'openjdk6')
+optdepends=(openjdk6: Sesame2 backend)
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('de5cf230a95fc7218425aafdfb4a5e47')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  # we need the rpath
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr || return 1 \
+-DSOPRANO_DISABLE_VIRTUOSO_BACKEND=ON
+  make || return 1
+  make DESTDIR=${pkgdir} install || return 1
+}

Modified: soprano/trunk/PKGBUILD
===
--- soprano/trunk/PKGBUILD  2009-12-12 15:30:44 UTC (rev 61145)
+++ soprano/trunk/PKGBUILD  2009-12-12 15:32:02 UTC (rev 61146)
@@ -3,7 +3,7 @@
 # Contributor: Tobias Powalowski tp...@archlinux.org
 
 pkgname=soprano
-pkgver=2.3.1
+pkgver=2.3.70
 pkgrel=2
 pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 
framework for RDF data'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'openjdk6')
 optdepends=('openjdk6: Sesame2 backend')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('c9a2c008b80cd5d76599e9d48139dfe9')
+md5sums=('de5cf230a95fc7218425aafdfb4a5e47')
 
 build() {
   . /etc/profile.d/openjdk6.sh