[arch-commits] Commit in (18 files)

2020-11-09 Thread Evangelos Foutras via arch-commits
Date: Monday, November 9, 2020 @ 10:07:33
  Author: foutrelis
Revision: 399662

Prepare for Python 3.9 rebuild

Modified:
  boost/trunk/PKGBUILD
  clang/trunk/PKGBUILD
  deluge/trunk/PKGBUILD
  git-review/trunk/PKGBUILD
  gpgme/trunk/PKGBUILD
  libreoffice-fresh/trunk/PKGBUILD
  libreoffice-still/trunk/PKGBUILD
  libvoikko/trunk/PKGBUILD
  libxml2/trunk/PKGBUILD
  pyalpm/trunk/PKGBUILD
  python-feedparser/trunk/PKGBUILD
  python-isort/trunk/PKGBUILD
  python-numpy/trunk/PKGBUILD
  python-pip/trunk/PKGBUILD
  python-pycurl/trunk/PKGBUILD
  python-wrapt/trunk/PKGBUILD
  python-zope-interface/trunk/PKGBUILD
  subversion/trunk/PKGBUILD

--+
 boost/trunk/PKGBUILD |6 +++---
 clang/trunk/PKGBUILD |2 +-
 deluge/trunk/PKGBUILD|2 +-
 git-review/trunk/PKGBUILD|2 +-
 gpgme/trunk/PKGBUILD |6 +++---
 libreoffice-fresh/trunk/PKGBUILD |6 +++---
 libreoffice-still/trunk/PKGBUILD |6 +++---
 libvoikko/trunk/PKGBUILD |4 ++--
 libxml2/trunk/PKGBUILD   |4 ++--
 pyalpm/trunk/PKGBUILD|2 +-
 python-feedparser/trunk/PKGBUILD |8 
 python-isort/trunk/PKGBUILD  |2 +-
 python-numpy/trunk/PKGBUILD  |2 +-
 python-pip/trunk/PKGBUILD|6 +++---
 python-pycurl/trunk/PKGBUILD |2 +-
 python-wrapt/trunk/PKGBUILD  |2 +-
 python-zope-interface/trunk/PKGBUILD |2 +-
 subversion/trunk/PKGBUILD|8 
 18 files changed, 36 insertions(+), 36 deletions(-)

Modified: boost/trunk/PKGBUILD
===
--- boost/trunk/PKGBUILD2020-11-09 09:44:55 UTC (rev 399661)
+++ boost/trunk/PKGBUILD2020-11-09 10:07:33 UTC (rev 399662)
@@ -79,7 +79,7 @@
   runtime-link=shared \
   link=shared,static \
   toolset=gcc \
-  python=3.8 \
+  python=3.9 \
   cflags="${CPPFLAGS} ${CFLAGS} -fPIC -O3" \
   cxxflags="${CPPFLAGS} ${CXXFLAGS} -std=c++14 -fPIC -O3" \
   linkflags="${LDFLAGS}" \
@@ -126,9 +126,9 @@
  libboost_locale.so libboost_log.so libboost_log_setup.so
  libboost_math_c99.so libboost_math_c99f.so libboost_math_c99l.so
  libboost_math_tr1.so libboost_math_tr1f.so libboost_math_tr1l.so
- libboost_mpi.so libboost_numpy27.so libboost_numpy38.so
+ libboost_mpi.so libboost_numpy27.so libboost_numpy39.so
  libboost_prg_exec_monitor.so libboost_program_options.so
- libboost_python27.so libboost_python38.so libboost_random.so
+ libboost_python27.so libboost_python39.so libboost_random.so
  libboost_regex.so libboost_serialization.so
  libboost_stacktrace_addr2line.so libboost_stacktrace_basic.so
  libboost_stacktrace_noop.so libboost_system.so libboost_thread.so

Modified: clang/trunk/PKGBUILD
===
--- clang/trunk/PKGBUILD2020-11-09 09:44:55 UTC (rev 399661)
+++ clang/trunk/PKGBUILD2020-11-09 10:07:33 UTC (rev 399662)
@@ -120,7 +120,7 @@
   sed -i 's|libexec|lib/clang|' "$pkgdir/usr/bin/scan-build"
 
   # Install Python bindings
-  for _py in 2.7 3.8; do
+  for _py in 2.7 3.9; do
 install -d "$pkgdir/usr/lib/python$_py/site-packages"
 cp -a ../bindings/python/clang "$pkgdir/usr/lib/python$_py/site-packages/"
 _python${_py%%.*}_optimize "$pkgdir/usr/lib/python$_py"

Modified: deluge/trunk/PKGBUILD
===
--- deluge/trunk/PKGBUILD   2020-11-09 09:44:55 UTC (rev 399661)
+++ deluge/trunk/PKGBUILD   2020-11-09 10:07:33 UTC (rev 399662)
@@ -94,7 +94,7 @@
 
   _pick gtk usr/bin/deluge-gtk usr/share/man/man1/deluge-gtk.1
   _pick gtk usr/share/{appdata,applications,icons,pixmaps}
-  _pick gtk usr/lib/python3.8/site-packages/deluge/ui/gtk3
+  _pick gtk usr/lib/python3.9/site-packages/deluge/ui/gtk3
 }
 
 package_deluge-gtk() {

Modified: git-review/trunk/PKGBUILD
===
--- git-review/trunk/PKGBUILD   2020-11-09 09:44:55 UTC (rev 399661)
+++ git-review/trunk/PKGBUILD   2020-11-09 10:07:33 UTC (rev 399662)
@@ -46,7 +46,7 @@
   python setup.py install --root="$PWD/tmp_install" --optimize=1
 
   python -m git_review.tests.prepare
-  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.8/site-packages:$PYTHONPATH" 
PATH="$PWD/tmp_install/usr/bin:$PATH" stestr run || warning "Tests failed"
+  PYTHONPATH="$PWD/tmp_install/usr/lib/python3.9/site-packages:$PYTHONPATH" 
PATH="$PWD/tmp_install/usr/bin:$PATH" stestr run || warning "Tests failed"
 }
 
 package() {

Modified: gpgme/trunk/PKGBUILD
===
--- gpgme/trunk/PKGBUILD2020-11-09 09:44:55 UTC (rev 399661)
+++ gpgme/trunk/PKGBUILD2020-11-09 10:07:33 UTC (rev 399662)
@@ -6,7 +6,7 @@
 pkgname=(gpgme qgpgme 

[arch-commits] Commit in (18 files)

2020-10-04 Thread Nicola Squartini via arch-commits
Date: Monday, October 5, 2020 @ 05:03:59
  Author: tensor5
Revision: 718684

addpkg: electron9 9.3.1

Added:
  electron9/
  electron9/repos/
  electron9/trunk/
  electron9/trunk/PKGBUILD
  electron9/trunk/add-missing-algorithm-header-in-crx_install_error.cc.patch
  electron9/trunk/avoid-double-destruction-of-ServiceWorkerObjectHost.patch
  electron9/trunk/chromium-83-gcc-10.patch
  electron9/trunk/chromium-ffmpeg-4.3.patch
  electron9/trunk/chromium-skia-harmony.patch
  electron9/trunk/clean-up-a-call-to-set_utf8.patch
  electron9/trunk/default_app-icon.patch
  electron9/trunk/electron9.desktop
  electron9/trunk/include-memory-header-to-get-the-definition-of-std-u.patch
  electron9/trunk/iwyu-std-numeric_limits-is-defined-in-limits.patch
  electron9/trunk/libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch
  electron9/trunk/make-some-of-blink-custom-iterators-STL-compatible.patch
  electron9/trunk/use-system-libraries-in-node.patch
  electron9/trunk/v8-remove-soon-to-be-removed-getAllFieldPositions.patch

+
 PKGBUILD   |  225 +++
 add-missing-algorithm-header-in-crx_install_error.cc.patch |   29 +
 avoid-double-destruction-of-ServiceWorkerObjectHost.patch  |  138 ++
 chromium-83-gcc-10.patch   |   64 +++
 chromium-ffmpeg-4.3.patch  |   21 +
 chromium-skia-harmony.patch|   14 
 clean-up-a-call-to-set_utf8.patch  |   34 +
 default_app-icon.patch |   21 +
 electron9.desktop  |7 
 include-memory-header-to-get-the-definition-of-std-u.patch |   32 +
 iwyu-std-numeric_limits-is-defined-in-limits.patch |   29 +
 libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch |   62 +++
 make-some-of-blink-custom-iterators-STL-compatible.patch   |   95 
 use-system-libraries-in-node.patch |   56 ++
 v8-remove-soon-to-be-removed-getAllFieldPositions.patch|  172 
 15 files changed, 999 insertions(+)

Added: electron9/trunk/PKGBUILD
===
--- electron9/trunk/PKGBUILD(rev 0)
+++ electron9/trunk/PKGBUILD2020-10-05 05:03:59 UTC (rev 718684)
@@ -0,0 +1,225 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=electron9
+pkgver=9.3.1
+_commit=fe3378db92b76bd4dd14c11365c229a8be9954a7
+_chromiumver=83.0.4103.122
+pkgrel=1
+pkgdesc='Build cross platform desktop apps with web technologies'
+arch=('x86_64')
+url='https://electronjs.org/'
+license=('MIT' 'custom')
+depends=('c-ares' 'ffmpeg' 'gtk3' 'http-parser' 'libevent' 'libxslt' 'libxss'
+ 'minizip' 'nss' 're2' 'snappy')
+makedepends=('clang' 'git' 'gn-m85' 'gperf' 'harfbuzz-icu' 
'java-runtime-headless'
+ 'jsoncpp' 'libnotify' 'lld' 'llvm' 'ninja' 'npm' 'pciutils' 'yarn'
+ 'python2' 'wget' 'yasm')
+optdepends=('kde-cli-tools: file deletion support (kioclient5)'
+'libappindicator-gtk3: StatusNotifierItem support'
+'trash-cli: file deletion support (trash-put)'
+"xdg-utils: open URLs with desktop's default (xdg-email, 
xdg-open)")
+source=('git+https://github.com/electron/electron.git'
+'git+https://chromium.googlesource.com/chromium/tools/depot_tools.git'
+'electron9.desktop'
+'default_app-icon.patch'
+'use-system-libraries-in-node.patch'
+'add-missing-algorithm-header-in-crx_install_error.cc.patch'
+'avoid-double-destruction-of-ServiceWorkerObjectHost.patch'
+'chromium-83-gcc-10.patch'
+'chromium-ffmpeg-4.3.patch'
+'chromium-skia-harmony.patch'
+'clean-up-a-call-to-set_utf8.patch'
+'include-memory-header-to-get-the-definition-of-std-u.patch'
+'iwyu-std-numeric_limits-is-defined-in-limits.patch'
+'libstdc-fix-incomplete-type-in-AXTree-for-NodeSetSiz.patch'
+'make-some-of-blink-custom-iterators-STL-compatible.patch'
+'v8-remove-soon-to-be-removed-getAllFieldPositions.patch'
+   )
+sha256sums=('SKIP'
+'SKIP'
+'93236bbc903c6b990e6562f0aed33ebe67c1ee365b7ffd094a2febcd3a5cad76'
+'dd2d248831dd4944d385ebf008426e66efe61d6fdf66f8932c963a12167947b4'
+'c7eadac877179e586d0cce7f898aa1462b4c207733e68ecc17de9754b691713a'
+'0e2a78e4aa7272ab0ff4a4c467750e01bad692a026ad9828aaf06d2a9418b9d8'
+'d793842e9584bf75e3779918297ba0ffa6dd05394ef5b2bf5fb73aa9c86a7e2f'
+'3e5ba8c0a70a4bc673deec0c61eb2b58f05a4c784cbdb7c8118be1eb6580db6d'
+'5390304b5f544868985ce00a3ec082d4ece2dacb1c73cdb35dd4facfea12449a'
+'771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1'
+'58c41713eb6fb33b6eef120f4324fa1fb8123b1fbc4ecbe5662f1f9779b9b6af'
+ 

[arch-commits] Commit in (18 files)

2018-12-15 Thread Balló György via arch-commits
Date: Saturday, December 15, 2018 @ 10:17:35
  Author: bgyorgy
Revision: 416354

Move fragments, gnome-passwordsafe and gnome-podcasts from AUR

And move their dependencies: libhandy, python-argon2_cffi, python-pykeepass.

Added:
  fragments/
  fragments/trunk/
  fragments/trunk/PKGBUILD
  gnome-passwordsafe/
  gnome-passwordsafe/trunk/
  gnome-passwordsafe/trunk/PKGBUILD
  gnome-podcasts/
  gnome-podcasts/trunk/
  gnome-podcasts/trunk/PKGBUILD
  libhandy/
  libhandy/trunk/
  libhandy/trunk/PKGBUILD
  python-argon2_cffi/
  python-argon2_cffi/trunk/
  python-argon2_cffi/trunk/PKGBUILD
  python-pykeepass/
  python-pykeepass/trunk/
  python-pykeepass/trunk/PKGBUILD

---+
 fragments/trunk/PKGBUILD  |   63 
 gnome-passwordsafe/trunk/PKGBUILD |   32 ++
 gnome-podcasts/trunk/PKGBUILD |   37 +
 libhandy/trunk/PKGBUILD   |   29 
 python-argon2_cffi/trunk/PKGBUILD |   59 +
 python-pykeepass/trunk/PKGBUILD   |   31 +
 6 files changed, 251 insertions(+)

Added: fragments/trunk/PKGBUILD
===
--- fragments/trunk/PKGBUILD(rev 0)
+++ fragments/trunk/PKGBUILD2018-12-15 10:17:35 UTC (rev 416354)
@@ -0,0 +1,63 @@
+# Maintainer: Balló György 
+
+pkgname=fragments
+pkgver=1.2
+pkgrel=1
+pkgdesc="BitTorrent client for GNOME"
+arch=(x86_64)
+url="https://github.com/haecker-felix/Fragments;
+license=(GPL3)
+depends=(curl libevent libhandy libnatpmp miniupnpc)
+makedepends=(cmake git meson vala)
+_commit=2e9b61e6c25cdfbcbe23032fa0242e76fb1d5ffd  # tags/1.2
+source=("git+https://github.com/haecker-felix/Fragments#commit=$_commit;
+"git+https://github.com/transmission/transmission;
+"git+https://github.com/transmission/dht;
+"git+https://github.com/transmission/libb64;
+"git+https://github.com/transmission/libevent;
+"git+https://github.com/transmission/libnatpmp;
+"git+https://github.com/transmission/libutp;
+"git+https://github.com/transmission/miniupnpc;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+'SKIP')
+
+pkgver() {
+  cd Fragments
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd Fragments
+  git submodule init
+  git config --local submodule.submodules/transmission.url 
"$srcdir/transmission"
+  git submodule update
+
+  cd submodules/transmission
+  git submodule init
+  git config --local submodule.third-party/dht.url "$srcdir/dht"
+  git config --local submodule.third-party/libb64.url "$srcdir/libb64"
+  git config --local submodule.third-party/libevent.url "$srcdir/libevent"
+  git config --local submodule.third-party/libnatpmp.url "$srcdir/libnatpmp"
+  git config --local submodule.third-party/libutp.url "$srcdir/libutp"
+  git config --local submodule.third-party/miniupnpc.url "$srcdir/miniupnpc"
+  git submodule update
+}
+
+build() {
+  arch-meson Fragments build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


Property changes on: fragments/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: gnome-passwordsafe/trunk/PKGBUILD
===
--- gnome-passwordsafe/trunk/PKGBUILD   (rev 0)
+++ gnome-passwordsafe/trunk/PKGBUILD   2018-12-15 10:17:35 UTC (rev 416354)
@@ -0,0 +1,32 @@
+# Maintainer: Balló György 
+
+pkgname=gnome-passwordsafe
+pkgver=3.30.2
+pkgrel=1
+pkgdesc="Password manager for GNOME which makes use of the KeePass v.4 format"
+arch=(any)
+url="https://gitlab.gnome.org/World/PasswordSafe;
+license=(GPL3)
+depends=(libhandy python-pykeepass)
+makedepends=(git gobject-introspection meson)
+_commit=a480c5b1b7746e45f26ec682f571d10195ea3eb7  # tags/3.30.2
+source=("git+https://gitlab.gnome.org/World/PasswordSafe.git/#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd PasswordSafe
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  arch-meson PasswordSafe build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


Property changes on: gnome-passwordsafe/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: gnome-podcasts/trunk/PKGBUILD
===
--- gnome-podcasts/trunk/PKGBUILD   (rev 0)
+++ gnome-podcasts/trunk/PKGBUILD   2018-12-15 10:17:35 UTC (rev 416354)
@@ -0,0 +1,37 @@
+# Maintainer: Balló György 
+

[arch-commits] Commit in (18 files)

2018-03-05 Thread Eli Schwartz via arch-commits
Date: Tuesday, March 6, 2018 @ 04:06:54
  Author: eschwartz
Revision: 302869

Fix various packages failing to build from source due to broken source links.

Modified:
  ccze/repos/community-x86_64/PKGBUILD
  ccze/trunk/PKGBUILD
  flobopuyo/repos/community-x86_64/PKGBUILD
  flobopuyo/trunk/PKGBUILD
  guichan/repos/community-x86_64/PKGBUILD
  guichan/trunk/PKGBUILD
  httptunnel/repos/community-x86_64/PKGBUILD
  httptunnel/trunk/PKGBUILD
  ibus-pinyin/repos/community-x86_64/PKGBUILD
  ibus-pinyin/trunk/PKGBUILD
  os-prober/repos/community-x86_64/PKGBUILD
  os-prober/trunk/PKGBUILD
  rogue/repos/community-x86_64/PKGBUILD
  rogue/trunk/PKGBUILD
  wvdial/repos/community-x86_64/PKGBUILD
  wvdial/trunk/PKGBUILD
  zh-autoconvert/repos/community-x86_64/PKGBUILD
  zh-autoconvert/trunk/PKGBUILD

+
 ccze/repos/community-x86_64/PKGBUILD   |6 +++---
 ccze/trunk/PKGBUILD|4 ++--
 flobopuyo/repos/community-x86_64/PKGBUILD  |   12 ++--
 flobopuyo/trunk/PKGBUILD   |   12 ++--
 guichan/repos/community-x86_64/PKGBUILD|6 +++---
 guichan/trunk/PKGBUILD |4 ++--
 httptunnel/repos/community-x86_64/PKGBUILD |2 +-
 httptunnel/trunk/PKGBUILD  |4 ++--
 ibus-pinyin/repos/community-x86_64/PKGBUILD|7 +++
 ibus-pinyin/trunk/PKGBUILD |7 +++
 os-prober/repos/community-x86_64/PKGBUILD  |5 ++---
 os-prober/trunk/PKGBUILD   |7 +++
 rogue/repos/community-x86_64/PKGBUILD  |6 ++
 rogue/trunk/PKGBUILD   |4 +---
 wvdial/repos/community-x86_64/PKGBUILD |2 +-
 wvdial/trunk/PKGBUILD  |4 ++--
 zh-autoconvert/repos/community-x86_64/PKGBUILD |   11 +--
 zh-autoconvert/trunk/PKGBUILD  |9 -
 18 files changed, 51 insertions(+), 61 deletions(-)

Modified: ccze/repos/community-x86_64/PKGBUILD
===
--- ccze/repos/community-x86_64/PKGBUILD2018-03-06 04:01:02 UTC (rev 
302868)
+++ ccze/repos/community-x86_64/PKGBUILD2018-03-06 04:06:54 UTC (rev 
302869)
@@ -1,16 +1,16 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau  
+# Maintainer: Jaroslav Lichtblau 
 
 pkgname=ccze
 pkgver=0.2.1
 pkgrel=9
 pkgdesc="Robust and modular log colorizer with many plugins"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="http://freshmeat.net/projects/ccze/;
 license=('GPL')
 depends=('ncurses' 'pcre')
 makedepends=('patch')
-source=(ftp://ftp.debian.org/debian/pool/main/c/$pkgname/${pkgname}_${pkgver}.orig.tar.gz
 \
+source=(http://http.debian.net/debian/pool/main/c/$pkgname/${pkgname}_${pkgver}.orig.tar.gz
 \
 $pkgname-fix-segfault.diff)
 sha256sums=('8263a11183fd356a033b6572958d5a6bb56bfd2dba801ed0bff276cfae528aa3'
 '730e63e312178cf9777970bff0fa8d3030ee40deb1ebdf753c5053824f9d011c')

Modified: ccze/trunk/PKGBUILD
===
--- ccze/trunk/PKGBUILD 2018-03-06 04:01:02 UTC (rev 302868)
+++ ccze/trunk/PKGBUILD 2018-03-06 04:06:54 UTC (rev 302869)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau  
+# Maintainer: Jaroslav Lichtblau 
 
 pkgname=ccze
 pkgver=0.2.1
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('ncurses' 'pcre')
 makedepends=('patch')
-source=(ftp://ftp.debian.org/debian/pool/main/c/$pkgname/${pkgname}_${pkgver}.orig.tar.gz
 \
+source=(http://http.debian.net/debian/pool/main/c/$pkgname/${pkgname}_${pkgver}.orig.tar.gz
 \
 $pkgname-fix-segfault.diff)
 sha256sums=('8263a11183fd356a033b6572958d5a6bb56bfd2dba801ed0bff276cfae528aa3'
 '730e63e312178cf9777970bff0fa8d3030ee40deb1ebdf753c5053824f9d011c')

Modified: flobopuyo/repos/community-x86_64/PKGBUILD
===
--- flobopuyo/repos/community-x86_64/PKGBUILD   2018-03-06 04:01:02 UTC (rev 
302868)
+++ flobopuyo/repos/community-x86_64/PKGBUILD   2018-03-06 04:06:54 UTC (rev 
302869)
@@ -7,17 +7,17 @@
 pkgver=0.20
 pkgrel=9
 pkgdesc="Clone of the famous PuyoPuyo"
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url="http://freshmeat.net/projects/$pkgname/;
 license=('GPL')
 depends=('glu' 'sdl_image' 'sdl_mixer')
 makedepends=('mesa' 'patch')
 changelog=$pkgname.changelog
-source=(http://www.sourcefiles.org/Games/Puzzle/$pkgname-$pkgver.tgz
-   $pkgname-makefile.patch $pkgname-0.20-gcc4.patch
-   $pkgname-0.20-libs.patch
-   $pkgname.desktop
-   $pkgname.png)
+source=(https://www.fovea.cc/files/$pkgname/$pkgname-$pkgver.tgz
+$pkgname-makefile.patch $pkgname-0.20-gcc4.patch
+$pkgname-0.20-libs.patch
+$pkgname.desktop
+$pkgname.png)
 

[arch-commits] Commit in (18 files)

2017-12-17 Thread Antonio Rojas via arch-commits
Date: Sunday, December 17, 2017 @ 09:58:12
  Author: arojas
Revision: 313221

Drop obsolete KDE4 applications

Deleted:
  kdeaccessibility-jovie/
  kdeaccessibility-kaccessible/
  kdeaccessibility-kmouth/
  kdegames-kolf/
  kdegames-ksirk/
  kdegames-palapeli/
  kdegraphics-ksaneplugin/
  kdemultimedia-juk/
  kdemultimedia-kmix/
  kdemultimedia-kscd/
  kdenetwork-kget/
  kdenetwork-kppp/
  kdenetwork-zeroconf-ioslave/
  kdeutils-kremotecontrol/
  kdeutils-sweeper/
  kdewebdev-kfilereplace/
  kdewebdev-kimagemapeditor/
  kdewebdev-klinkstatus/


[arch-commits] Commit in (18 files)

2016-06-24 Thread Antonio Rojas
Date: Friday, June 24, 2016 @ 06:17:19
  Author: arojas
Revision: 270549

Not needed anymore

Modified:
  akonadi-calendar/trunk/PKGBUILD
  akonadi/trunk/PKGBUILD
  calendarsupport/trunk/PKGBUILD
  eventviews/trunk/PKGBUILD
  incidenceeditor/trunk/PKGBUILD
  kalarmcal/trunk/PKGBUILD
  kblog/trunk/PKGBUILD
  kcalcore/trunk/PKGBUILD
  kcalutils/trunk/PKGBUILD
  kdepim-apps-libs/trunk/PKGBUILD
  kdepimlibs/trunk/PKGBUILD
  libgravatar/trunk/PKGBUILD
  libkdepim/trunk/PKGBUILD
  libksieve/trunk/PKGBUILD
  mailcommon/trunk/PKGBUILD
  mailimporter/trunk/PKGBUILD
  messagelib/trunk/PKGBUILD
  pimcommon/trunk/PKGBUILD

-+
 akonadi-calendar/trunk/PKGBUILD |1 -
 akonadi/trunk/PKGBUILD  |1 -
 calendarsupport/trunk/PKGBUILD  |1 -
 eventviews/trunk/PKGBUILD   |1 -
 incidenceeditor/trunk/PKGBUILD  |1 -
 kalarmcal/trunk/PKGBUILD|1 -
 kblog/trunk/PKGBUILD|1 -
 kcalcore/trunk/PKGBUILD |1 -
 kcalutils/trunk/PKGBUILD|1 -
 kdepim-apps-libs/trunk/PKGBUILD |1 -
 kdepimlibs/trunk/PKGBUILD   |1 -
 libgravatar/trunk/PKGBUILD  |1 -
 libkdepim/trunk/PKGBUILD|1 -
 libksieve/trunk/PKGBUILD|1 -
 mailcommon/trunk/PKGBUILD   |1 -
 mailimporter/trunk/PKGBUILD |1 -
 messagelib/trunk/PKGBUILD   |1 -
 pimcommon/trunk/PKGBUILD|1 -
 18 files changed, 18 deletions(-)

Modified: akonadi/trunk/PKGBUILD
===
--- akonadi/trunk/PKGBUILD  2016-06-24 03:20:33 UTC (rev 270548)
+++ akonadi/trunk/PKGBUILD  2016-06-24 06:17:19 UTC (rev 270549)
@@ -29,7 +29,6 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DBUILD_TESTING=OFF
   make
 }

Modified: akonadi-calendar/trunk/PKGBUILD
===
--- akonadi-calendar/trunk/PKGBUILD 2016-06-24 03:20:33 UTC (rev 270548)
+++ akonadi-calendar/trunk/PKGBUILD 2016-06-24 06:17:19 UTC (rev 270549)
@@ -22,7 +22,6 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DBUILD_TESTING=OFF
   make
 }

Modified: calendarsupport/trunk/PKGBUILD
===
--- calendarsupport/trunk/PKGBUILD  2016-06-24 03:20:33 UTC (rev 270548)
+++ calendarsupport/trunk/PKGBUILD  2016-06-24 06:17:19 UTC (rev 270549)
@@ -23,7 +23,6 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DBUILD_TESTING=OFF
   make
 }

Modified: eventviews/trunk/PKGBUILD
===
--- eventviews/trunk/PKGBUILD   2016-06-24 03:20:33 UTC (rev 270548)
+++ eventviews/trunk/PKGBUILD   2016-06-24 06:17:19 UTC (rev 270549)
@@ -23,7 +23,6 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DBUILD_TESTING=OFF
   make
 }

Modified: incidenceeditor/trunk/PKGBUILD
===
--- incidenceeditor/trunk/PKGBUILD  2016-06-24 03:20:33 UTC (rev 270548)
+++ incidenceeditor/trunk/PKGBUILD  2016-06-24 06:17:19 UTC (rev 270549)
@@ -23,7 +23,6 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DBUILD_TESTING=OFF
   make
 }

Modified: kalarmcal/trunk/PKGBUILD
===
--- kalarmcal/trunk/PKGBUILD2016-06-24 03:20:33 UTC (rev 270548)
+++ kalarmcal/trunk/PKGBUILD2016-06-24 06:17:19 UTC (rev 270549)
@@ -22,7 +22,6 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DBUILD_TESTING=OFF
   make
 }

Modified: kblog/trunk/PKGBUILD
===
--- kblog/trunk/PKGBUILD2016-06-24 03:20:33 UTC (rev 270548)
+++ kblog/trunk/PKGBUILD2016-06-24 06:17:19 UTC (rev 270549)
@@ -22,7 +22,6 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 -DBUILD_TESTING=OFF
   make
 }

Modified: kcalcore/trunk/PKGBUILD
===
--- kcalcore/trunk/PKGBUILD 2016-06-24 03:20:33 UTC (rev 270548)
+++ kcalcore/trunk/PKGBUILD 2016-06-24 06:17:19 UTC (rev 270549)
@@ -22,7 +22,6 @@
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
 

[arch-commits] Commit in (18 files)

2015-11-01 Thread Balló György
Date: Monday, November 2, 2015 @ 06:37:51
  Author: bgyorgy
Revision: 145539

Add back GNOME Flashback to the [community] repository

It became usable with GNOME 3.18.

Added:
  gnome-applets/
  gnome-applets/trunk/
  gnome-applets/trunk/0001-stickynotes-don-t-ignore-font-type.patch
  gnome-applets/trunk/PKGBUILD
  gnome-applets/trunk/gnome-applets.install
  gnome-flashback/
  gnome-flashback/trunk/
  gnome-flashback/trunk/PKGBUILD
  gnome-flashback/trunk/gnome-flashback.install
  gnome-panel/
  gnome-panel/trunk/
  gnome-panel/trunk/PKGBUILD
  gnome-panel/trunk/gnome-panel.install
  sensors-applet/
  sensors-applet/trunk/
  sensors-applet/trunk/0001-Fix-help-file-installation.patch
  sensors-applet/trunk/PKGBUILD
  sensors-applet/trunk/sensors-applet.install

---+
 gnome-applets/trunk/0001-stickynotes-don-t-ignore-font-type.patch |   48 
 gnome-applets/trunk/PKGBUILD  |   36 
 gnome-applets/trunk/gnome-applets.install |   12 
 gnome-flashback/trunk/PKGBUILD|   32 
 gnome-flashback/trunk/gnome-flashback.install |   11 
 gnome-panel/trunk/PKGBUILD|   30 
 gnome-panel/trunk/gnome-panel.install |   12 
 sensors-applet/trunk/0001-Fix-help-file-installation.patch| 1511 
++
 sensors-applet/trunk/PKGBUILD |   37 
 sensors-applet/trunk/sensors-applet.install   |   13 
 10 files changed, 1742 insertions(+)

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


[arch-commits] Commit in (18 files)

2014-08-12 Thread Rémy Oudompheng
Date: Tuesday, August 12, 2014 @ 09:02:57
  Author: remy
Revision: 219604

New split CJK packages for TeXLive 2014.

These packages replace texlive-langcjk.

Added:
  texlive-langchinese/
  texlive-langchinese/repos/
  texlive-langchinese/trunk/
  texlive-langchinese/trunk/PKGBUILD
  texlive-langchinese/trunk/texlive-langchinese.maps
  texlive-langchinese/trunk/texlive.install
  texlive-langjapanese/
  texlive-langjapanese/repos/
  texlive-langjapanese/trunk/
  texlive-langjapanese/trunk/PKGBUILD
  texlive-langjapanese/trunk/texlive-langjapanese.maps
  texlive-langjapanese/trunk/texlive.install
  texlive-langkorean/
  texlive-langkorean/repos/
  texlive-langkorean/trunk/
  texlive-langkorean/trunk/PKGBUILD
  texlive-langkorean/trunk/texlive-langkorean.maps
  texlive-langkorean/trunk/texlive.install

--+
 texlive-langchinese/trunk/PKGBUILD   |   46 
 texlive-langchinese/trunk/texlive-langchinese.maps   |4 +
 texlive-langchinese/trunk/texlive.install|   52 ++
 texlive-langjapanese/trunk/PKGBUILD  |   63 +
 texlive-langjapanese/trunk/texlive-langjapanese.maps |   12 +++
 texlive-langjapanese/trunk/texlive.install   |   52 ++
 texlive-langkorean/trunk/PKGBUILD|   60 
 texlive-langkorean/trunk/texlive-langkorean.maps |2 
 texlive-langkorean/trunk/texlive.install |   52 ++
 9 files changed, 343 insertions(+)

Added: texlive-langchinese/trunk/PKGBUILD
===
--- texlive-langchinese/trunk/PKGBUILD  (rev 0)
+++ texlive-langchinese/trunk/PKGBUILD  2014-08-12 07:02:57 UTC (rev 219604)
@@ -0,0 +1,46 @@
+# Maintainer: Firmicus firmicus āt gmx dōt net
+# Maintainer: Rémy Oudompheng r...@archlinux.org
+
+pkgname=texlive-langchinese
+pkgver=2014.34415
+_revnr=${pkgver#2014.}
+pkgrel=1
+pkgdesc=TeX Live - Fonts and macro packages to typeset Chinese texts
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=(ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
$pkgname.maps)
+options=('!emptydirs')
+options=(!strip)
+install=texlive.install
+md5sums=('d175a2c8f7d9cea0c778d33288ea3084'
+ '85b5573d46b8b5651c6de9e69b3434fb')
+
+build() {
+   cd $srcdir
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d  [[ $d != texmf* ]]  echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Added: texlive-langchinese/trunk/texlive-langchinese.maps
===
--- texlive-langchinese/trunk/texlive-langchinese.maps  
(rev 0)
+++ texlive-langchinese/trunk/texlive-langchinese.maps  2014-08-12 07:02:57 UTC 
(rev 219604)
@@ -0,0 +1,4 @@
+Map bkaiu.map
+Map bsmiu.map
+Map gbsnu.map
+Map gkaiu.map

Added: texlive-langchinese/trunk/texlive.install
===
--- texlive-langchinese/trunk/texlive.install   (rev 0)
+++ texlive-langchinese/trunk/texlive.install   2014-08-12 07:02:57 UTC (rev 
219604)
@@ -0,0 +1,52 @@
+PKGNAME=texlive-langcjk
+UPDMAP=etc/texmf/web2c/updmap.cfg
+UPDMAPLOCAL=etc/texmf/web2c/updmap-local.cfg
+SYNCWITHTREES=''
+
+MAPFILE=var/lib/texmf/arch/installedpkgs/$PKGNAME.maps
+
+post_install() {
+  TMPFILE=`mktemp`
+  echo texlive: saving updmap.cfg as $TMPFILE...
+  cp $UPDMAP $TMPFILE
+  echo texlive: regenerating updmap.cfg (custom additions should go
+  echo into /etc/texmf/web2c/updmap-local.cfg
+  cp usr/share/texmf-dist/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP
+  [ -f $UPDMAPLOCAL ]  cat $UPDMAPLOCAL  $UPDMAP
+  echo texlive: updating the filename database...
+  usr/bin/mktexlsr
+  echo texlive: updating the fontmap files with updmap...
+  usr/bin/updmap-sys --quiet --nohash
+  echo done. 
+}
+
+post_upgrade() {

[arch-commits] Commit in (18 files)

2013-07-29 Thread Maxime Gauduin
Date: Monday, July 29, 2013 @ 23:12:28
  Author: alucryd
Revision: 94738

Push beets and its deps

Added:
  beets/
  beets/trunk/
  beets/trunk/PKGBUILD
  python2-munkres/
  python2-munkres/trunk/
  python2-munkres/trunk/PKGBUILD
  python2-musicbrainzngs/
  python2-musicbrainzngs/trunk/
  python2-musicbrainzngs/trunk/PKGBUILD
  python2-pyacoustid/
  python2-pyacoustid/trunk/
  python2-pyacoustid/trunk/PKGBUILD
  python2-pylast/
  python2-pylast/trunk/
  python2-pylast/trunk/PKGBUILD
  python2-unidecode/
  python2-unidecode/trunk/
  python2-unidecode/trunk/PKGBUILD

---+
 beets/trunk/PKGBUILD  |   42 
 python2-munkres/trunk/PKGBUILD|   39 +
 python2-musicbrainzngs/trunk/PKGBUILD |   34 +
 python2-pyacoustid/trunk/PKGBUILD |   36 +++
 python2-pylast/trunk/PKGBUILD |   31 +++
 python2-unidecode/trunk/PKGBUILD  |   30 ++
 6 files changed, 212 insertions(+)

Added: beets/trunk/PKGBUILD
===
--- beets/trunk/PKGBUILD(rev 0)
+++ beets/trunk/PKGBUILD2013-07-29 21:12:28 UTC (rev 94738)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Adrian Sampson adr...@radbox.org
+
+pkgname=beets
+pkgver=1.2.1
+pkgrel=2
+pkgdesc=Flexible music library manager and tagger
+arch=('any')
+url=http://beets.radbox.org/;
+license=('MIT')
+depends=('mutagen' 'python2-distribute' 'python2-munkres' 
'python2-musicbrainzngs' 'python2-unidecode' 'python2-yaml')
+optdepends=('gstreamer0.10-python: BPD audio player plugin'
+'python2-flask: Web interface'
+'python2-pyacoustid: Acoustic fingerprinting'
+'python2-pylast: Lastgenre plugin')
+source=(http://pypi.python.org/packages/source/b/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('7424708a7ebd0884141537970b31cd41a09c5b799d9ce5d00d3704ce8aa520b6')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  python2 setup.py install --root=${pkgdir} --optimize=1
+
+# Manpages
+  install -dm 755 ${pkgdir}/usr/share/man/man{1,5}
+  install -m 644 man/beet.1 ${pkgdir}/usr/share/man/man1/beet.1
+  install -m 644 man/beetsconfig.5 ${pkgdir}/usr/share/man/man5/beetsconfig.5
+  gzip -9 ${pkgdir}/usr/share/man/man{1/beet.1,5/beetsconfig.5}
+
+# License
+  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m 644 {,${pkgdir}/usr/share/licenses/${pkgname}/}LICENSE
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: beets/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: python2-munkres/trunk/PKGBUILD
===
--- python2-munkres/trunk/PKGBUILD  (rev 0)
+++ python2-munkres/trunk/PKGBUILD  2013-07-29 21:12:28 UTC (rev 94738)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Adrian Sampson adr...@radbox.org
+
+pkgname=python2-munkres
+pkgver=1.0.5.4
+pkgrel=2
+pkgdesc='Munkres algorithm for the assignment problem'
+arch=('any')
+url='http://bmc.github.com/munkres/'
+license=('BSD')
+depends=('python2')
+makedepends=('python2-distribute')
+source=(http://pypi.python.org/packages/source/m/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz;)
+md5sums=('cb9d114fb523428bab4742e88bc83696')
+
+prepare() {
+  cd ${pkgname#*-}-${pkgver}
+
+  sed -i 's|^#!.*python$|#!/usr/bin/python2|' $(grep -rl '^#!.*python')
+}
+
+build() {
+  cd ${pkgname#*-}-${pkgver}
+
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname#*-}-${pkgver}
+
+  python2 setup.py install --root=${pkgdir} --optimize=1
+
+# License
+  install -dm 755 ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m 644 {,${pkgdir}/usr/share/licenses/${pkgname}/}LICENSE
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: python2-munkres/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: python2-musicbrainzngs/trunk/PKGBUILD
===
--- python2-musicbrainzngs/trunk/PKGBUILD   (rev 0)
+++ python2-musicbrainzngs/trunk/PKGBUILD   2013-07-29 21:12:28 UTC (rev 
94738)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Adrian Sampson adr...@radbox.org
+
+pkgname=python2-musicbrainzngs
+pkgver=0.4
+pkgrel=3
+pkgdesc='Bindings for the MusicBrainz NGS service'
+arch=('any')

[arch-commits] Commit in (18 files)

2013-06-17 Thread Daniel Wallace
Date: Tuesday, June 18, 2013 @ 02:45:16
  Author: dwallace
Revision: 92884

move xen from aur to community

Added:
  xen/
  xen/repos/
  xen/trunk/
  xen/trunk/09_xen
  xen/trunk/PKGBUILD
  xen/trunk/gdbsx-glibc-2.17.patch
  xen/trunk/proc-xen.mount
  xen/trunk/qemu-makefile.patch
  xen/trunk/texi2html.patch
  xen/trunk/timer-add-lrt-lm.patch
  xen/trunk/tmpfiles.d-xen.conf
  xen/trunk/var-lib-xenstored.mount
  xen/trunk/xen.conf
  xen/trunk/xen.install
  xen/trunk/xenconsoled.service
  xen/trunk/xendomU@.service
  xen/trunk/xendomains.service
  xen/trunk/xenstored.service

-+
 09_xen  |  121 +++
 PKGBUILD|  142 ++
 gdbsx-glibc-2.17.patch  |   10 +++
 proc-xen.mount  |9 ++
 qemu-makefile.patch |   10 +++
 texi2html.patch |   10 +++
 timer-add-lrt-lm.patch  |   11 +++
 tmpfiles.d-xen.conf |1 
 var-lib-xenstored.mount |   10 +++
 xen.conf|   19 ++
 xen.install |   31 ++
 xenconsoled.service |   18 +
 xendomU@.service|   12 +++
 xendomains.service  |   15 
 xenstored.service   |   19 ++
 15 files changed, 438 insertions(+)

Added: xen/trunk/09_xen
===
--- xen/trunk/09_xen(rev 0)
+++ xen/trunk/09_xen2013-06-18 00:45:16 UTC (rev 92884)
@@ -0,0 +1,121 @@
+#! /bin/sh -e
+
+if [ -f /usr/share/grub/grub-mkconfig_lib ]; then
+. /usr/share/grub/grub-mkconfig_lib
+else
+  # no grub file, so we notify and exit gracefully
+echo Cannot find grub config file, exiting. 2
+exit 0
+fi
+
+XEN_HYPERVISOR_CMDLINE=xsave=1
+XEN_LINUX_CMDLINE=console=tty0
+[ -r /etc/xen/grub.conf ]  . /etc/xen/grub.conf
+
+CLASS=--class gnu-linux --class gnu --class os
+
+if [ x${GRUB_DISTRIBUTOR} = x ] ; then
+OS=GNU/Linux
+else
+OS=${GRUB_DISTRIBUTOR} GNU/Linux
+CLASS=--class $(echo ${GRUB_DISTRIBUTOR} | tr '[A-Z]' '[a-z]' | cut -d' ' 
-f1) ${CLASS}
+fi
+
+# loop-AES arranges things so that /dev/loop/X can be our root device, but
+# the initrds that Linux uses don't like that.
+case ${GRUB_DEVICE} in
+/dev/loop/*|/dev/loop[0-9])
+GRUB_DEVICE=`losetup ${GRUB_DEVICE} | sed -e 
s/^[^(]*(\([^)]\+\)).*/\1/`
+;;
+esac
+
+if [ x${GRUB_DEVICE_UUID} = x ] || [ x${GRUB_DISABLE_LINUX_UUID} = 
xtrue ] \
+|| ! test -e /dev/disk/by-uuid/${GRUB_DEVICE_UUID} \
+|| [ `grub-probe -t abstraction --device ${GRUB_DEVICE} | sed -e 
's,.*\(lvm\).*,\1,'` = lvm  ] ; then
+LINUX_ROOT_DEVICE=${GRUB_DEVICE}
+else
+LINUX_ROOT_DEVICE=UUID=${GRUB_DEVICE_UUID}
+fi
+
+xen_entry ()
+{
+os=$1
+xen_version=$2
+version=$3
+xen_args=$4
+args=$5
+printf menuentry 'Xen %s / %s, with Linux %s' --class xen ${CLASS} {\n 
${xen_version} ${os} ${version}
+save_default_entry | sed -e s/^/\t/
+
+if [ -z ${prepare_boot_cache} ]; then
+prepare_boot_cache=$(prepare_grub_to_access_device 
${GRUB_DEVICE_BOOT} | sed -e s/^/\t/)
+fi
+printf '%s\n' ${prepare_boot_cache}
+cat  EOF
+   echo'$(printf Loading Xen %s ... ${xen_version})'
+   multiboot   ${rel_dirname}/${xen_basename} 
${rel_dirname}/${xen_basename} ${xen_args}
+   echo$(printf $(gettext Loading Linux %s ...) ${version})
+   module  ${rel_dirname}/${basename} ${rel_dirname}/${basename} 
root=${linux_root_device_thisversion} ro ${args}
+EOF
+if test -n ${initrd} ; then
+cat  EOF
+   echoLoading initial ramdisk ...
+   module  ${rel_dirname}/${initrd}
+EOF
+fi
+cat  EOF
+}
+EOF
+}
+
+xen_list=`for i in /boot/xen-*.gz /xen-*.gz ; do
+   if grub_file_is_not_garbage $i ; then echo -n $i ; fi
+done`
+prepare_boot_cache=
+
+while [ x$xen_list != x ] ; do
+xen=`version_find_latest $xen_list`
+echo Found Xen hypervisor image: $xen 2
+xen_basename=`basename $xen`
+xen_dirname=`dirname $xen`
+rel_xen_dirname=`make_system_path_relative_to_its_root $xen_dirname`
+xen_version=`echo $xen_basename | sed -e s,^[^0-9]*-,,g | sed -e 
s,.gz,,g`
+alt_xen_version=`echo $xen_version | sed -e s,\.old$,,g`
+
+list=/boot/vmlinuz-linux;
+
+while [ x$list != x ] ; do
+linux=`version_find_latest $list`
+echo -e \tFound linux image: $linux 2
+basename=`basename $linux`
+dirname=`dirname $linux`
+rel_dirname=`make_system_path_relative_to_its_root $dirname`
+version=`echo $basename | sed -e s,^[^0-9]*-,,g`
+base_init=`echo $basename | sed -e s,vmlinuz,initramfs,g`
+alt_version=${base_init}-fallback
+linux_root_device_thisversion=${LINUX_ROOT_DEVICE}
+initrd=
+
+for i in ${base_init}.img; do
+if test -e ${dirname}/${i} ; then
+initrd=$i
+break
+fi
+done
+if test 

[arch-commits] Commit in (18 files)

2012-12-08 Thread Andrea Scarpino
Date: Saturday, December 8, 2012 @ 12:04:08
  Author: andrea
Revision: 173011

kdepim dependencies (FS#31196)

Added:
  libkolab/
  libkolab/repos/
  libkolab/trunk/
  libkolab/trunk/PKGBUILD
  libkolabxml/
  libkolabxml/repos/
  libkolabxml/trunk/
  libkolabxml/trunk/PKGBUILD
  uuid/
  uuid/repos/
  uuid/trunk/
  uuid/trunk/PKGBUILD
  uuid/trunk/ossp.patch
  xsd/
  xsd/repos/
  xsd/trunk/
  xsd/trunk/PKGBUILD
  xsd/trunk/xsdcxx.patch

+
 libkolab/trunk/PKGBUILD|   29 ++
 libkolabxml/trunk/PKGBUILD |   29 ++
 uuid/trunk/PKGBUILD|   37 +++
 uuid/trunk/ossp.patch  |  207 +++
 xsd/trunk/PKGBUILD |   32 ++
 xsd/trunk/xsdcxx.patch |  128 ++
 6 files changed, 462 insertions(+)

Added: libkolab/trunk/PKGBUILD
===
--- libkolab/trunk/PKGBUILD (rev 0)
+++ libkolab/trunk/PKGBUILD 2012-12-08 17:04:08 UTC (rev 173011)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkolab
+pkgver=0.3.1
+pkgrel=1
+pkgdesc=Advanced Kolab Object Handling Library
+url='http://git.kolab.org/libkolab/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libkolabxml')
+makedepends=('cmake')
+source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
+md5sums=('4b895743db368b50cf80b49e555fb113'
+ '73df97a3efb0da1013d18490d5828aaf')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


Property changes on: libkolab/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: libkolabxml/trunk/PKGBUILD
===
--- libkolabxml/trunk/PKGBUILD  (rev 0)
+++ libkolabxml/trunk/PKGBUILD  2012-12-08 17:04:08 UTC (rev 173011)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkolabxml
+pkgver=0.8.1
+pkgrel=1
+pkgdesc=Kolab XML Format Schema Definitions Library
+url='http://git.kolab.org/libkolabxml/'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('xerces-c' 'uuid' 'xsd')
+makedepends=('cmake')
+source=(http://mirror.kolabsys.com/pub/releases/${pkgname}-${pkgver}.tar.gz{,.gpg})
+md5sums=('c30a876fed5e42feb33794b3c093a8a2'
+ 'f5e9bc4a21a5bf06baec084435812cc4')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


Property changes on: libkolabxml/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: uuid/trunk/PKGBUILD
===
--- uuid/trunk/PKGBUILD (rev 0)
+++ uuid/trunk/PKGBUILD 2012-12-08 17:04:08 UTC (rev 173011)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer:
+# Contributor: Jeff Cook j...@deserettechnology.com
+# Contributor: Michael Asher  michael at we solve every thing dot com  
+# Contributor: William Díaz wd...@archlinux.us
+
+pkgname=uuid
+pkgver=1.6.2
+pkgrel=9
+pkgdesc=OSSP Universally Unique Identifier
+arch=('i686' 'x86_64')
+url=http://www.ossp.org/pkg/lib/uuid;
+license=('MIT')
+depends=('sh')
+options=('!libtool')
+source=(http://old-www.mirrorservice.org/sites/ftp.ossp.org/pkg/lib/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+ossp.patch)
+md5sums=('5db0d43a9022a6ebbbc25337ae28942f'
+ '6f0591cfa3e6d5f70c290963d2c5a0a0')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # Rename because conflicts with util-linux
+  patch -p1 -i ${srcdir}/ossp.patch
+
+  ./configure --prefix=/usr
+  make 
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  install -Dm644 README \
+${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


Property changes on: uuid/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: uuid/trunk/ossp.patch
===
--- uuid/trunk/ossp.patch   (rev 0)
+++ uuid/trunk/ossp.patch   2012-12-08 17:04:08 UTC (rev 173011)
@@ -0,0 +1,207 @@
+diff -up uuid-1.6.1/uuid-config.in.BAD uuid-1.6.1/uuid-config.in
+--- uuid-1.6.1/uuid-config.in.BAD  2008-03-06 11:56:13.0 -0500
 uuid-1.6.1/uuid-config.in  2008-03-06 11:56:25.0 -0500
+@@ -121,7 +121,7 @@ do
+ output_extra=$output_extra $uuid_ldflags
+ ;;
+ --libs)
+-  

[arch-commits] Commit in (18 files)

2011-05-16 Thread Andrea Scarpino
Date: Monday, May 16, 2011 @ 18:04:11
  Author: andrea
Revision: 124141

prepare the calligra suite

Added:
  calligra/
  calligra/kde-unstable/
  calligra/kde-unstable/PKGBUILD
  calligra/kde-unstable/calligra-braindump.install
  calligra/kde-unstable/calligra-filters.install
  calligra/kde-unstable/calligra-flow.install
  calligra/kde-unstable/calligra-karbon.install
  calligra/kde-unstable/calligra-kexi.install
  calligra/kde-unstable/calligra-kformula.install
  calligra/kde-unstable/calligra-kplato.install
  calligra/kde-unstable/calligra-krita.install
  calligra/kde-unstable/calligra-namcap.txt
  calligra/kde-unstable/calligra-stage.install
  calligra/kde-unstable/calligra-tools.install
  calligra/kde-unstable/calligra-words.install
  calligra/kde-unstable/calligra.install
  calligra/repos/
  calligra/trunk/

+
 PKGBUILD   |  341 +
 calligra-braindump.install |   12 +
 calligra-filters.install   |   11 +
 calligra-flow.install  |   12 +
 calligra-karbon.install|   12 +
 calligra-kexi.install  |   11 +
 calligra-kformula.install  |   12 +
 calligra-kplato.install|   12 +
 calligra-krita.install |   13 +
 calligra-namcap.txt|  443 +++
 calligra-stage.install |   12 +
 calligra-tools.install |   12 +
 calligra-words.install |   12 +
 calligra.install   |   11 +
 14 files changed, 926 insertions(+)

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


[arch-commits] Commit in (18 files)

2011-01-10 Thread Rémy Oudompheng
Date: Monday, January 10, 2011 @ 06:19:06
  Author: remy
Revision: 105549

Change to a simpler updmap.cfg generation logic, use a updmap-local.cfg file.

Modified:
  texlive-games/trunk/PKGBUILD
  texlive-games/trunk/texlive.install
  texlive-langcjk/trunk/PKGBUILD
  texlive-langcjk/trunk/texlive.install
  texlive-langcyrillic/trunk/PKGBUILD
  texlive-langcyrillic/trunk/texlive.install
  texlive-langextra/trunk/PKGBUILD
  texlive-langextra/trunk/texlive.install
  texlive-langgreek/trunk/PKGBUILD
  texlive-langgreek/trunk/texlive.install
  texlive-latexextra/trunk/PKGBUILD
  texlive-latexextra/trunk/texlive.install
  texlive-music/trunk/PKGBUILD
  texlive-music/trunk/texlive.install
  texlive-pictures/trunk/PKGBUILD
  texlive-pictures/trunk/texlive.install
  texlive-science/trunk/PKGBUILD
  texlive-science/trunk/texlive.install

+
 texlive-games/trunk/PKGBUILD   |2 
 texlive-games/trunk/texlive.install|   84 +-
 texlive-langcjk/trunk/PKGBUILD |2 
 texlive-langcjk/trunk/texlive.install  |   96 +
 texlive-langcyrillic/trunk/PKGBUILD|2 
 texlive-langcyrillic/trunk/texlive.install |   84 +-
 texlive-langextra/trunk/PKGBUILD   |2 
 texlive-langextra/trunk/texlive.install|  101 +--
 texlive-langgreek/trunk/PKGBUILD   |2 
 texlive-langgreek/trunk/texlive.install|   89 +--
 texlive-latexextra/trunk/PKGBUILD  |2 
 texlive-latexextra/trunk/texlive.install   |   86 +-
 texlive-music/trunk/PKGBUILD   |2 
 texlive-music/trunk/texlive.install|   84 +-
 texlive-pictures/trunk/PKGBUILD|2 
 texlive-pictures/trunk/texlive.install |   85 +-
 texlive-science/trunk/PKGBUILD |2 
 texlive-science/trunk/texlive.install  |   87 +--
 18 files changed, 323 insertions(+), 491 deletions(-)

Modified: texlive-games/trunk/PKGBUILD
===
--- texlive-games/trunk/PKGBUILD2011-01-10 11:10:07 UTC (rev 105548)
+++ texlive-games/trunk/PKGBUILD2011-01-10 11:19:06 UTC (rev 105549)
@@ -2,7 +2,7 @@
 
 pkgname=texlive-games
 pkgver=2010.20619
-pkgrel=1
+pkgrel=2
 pkgdesc=TeX Live - Setups for typesetting various board games, including 
chess
 license=('GPL')
 arch=(any)

Modified: texlive-games/trunk/texlive.install
===
--- texlive-games/trunk/texlive.install 2011-01-10 11:10:07 UTC (rev 105548)
+++ texlive-games/trunk/texlive.install 2011-01-10 11:19:06 UTC (rev 105549)
@@ -1,66 +1,52 @@
 PKGNAME=texlive-games
-UPDMAP=/etc/texmf/web2c/updmap.cfg
+UPDMAP=etc/texmf/web2c/updmap.cfg
+UPDMAPLOCAL=etc/texmf/web2c/updmap-local.cfg
 SYNCWITHTREES=''
-NEWMAPS=`mktemp`
-cat EOF  $NEWMAPS
-Map SkakNew.map
-EOF
 
-pre_install() {
-   cat $NEWMAPS  $UPDMAP
-}
+MAPFILE=var/lib/texmf/arch/installedpkgs/$PKGNAME.maps
 
 post_install() {
-   echo texlive: updating the filename database...
-   /usr/bin/mktexlsr
-   echo texlive: updating the fontmap files with updmap...
-   /usr/bin/updmap-sys --quiet --nohash
-   echo done. 
+  TMPFILE=`mktemp`
+  echo texlive: saving updmap.cfg as $TMPFILE...
+  cp $UPDMAP $TMPFILE
+  echo texlive: regenerating updmap.cfg (custom additions shoud go
+  echo into /etc/texmf/web2c/updmap-local.cfg
+  cp usr/share/texmf/web2c/updmap-hdr.cfg $UPDMAP
+  cat var/lib/texmf/arch/installedpkgs/*.maps  $UPDMAP
+  [ -f $UPDMAPLOCAL ]  cat $UPDMAPLOCAL  $UPDMAP
+  echo texlive: updating the filename database...
+  usr/bin/mktexlsr
+  echo texlive: updating the fontmap files with updmap...
+  usr/bin/updmap-sys --quiet --nohash
+  echo done. 
 }
 
-
-pre_upgrade() {
-  if [[ $2 == 200* ]]; then
-OLDMAPS=/usr/share/texmf-var/arch/installedpkgs/$PKGNAME.maps
-  else # = 2010
-OLDMAPS=/var/lib/texmf/arch/installedpkgs/$PKGNAME.maps
-  fi
-  if [ -f $OLDMAPS ] ; then
-MAPSDIFF=`mktemp`
-TOADD=`mktemp`
-diff -B $OLDMAPS $NEWMAPS | sed 's/\s\+/ /g'  $MAPSDIFF
-TOREMOVE=`cat $MAPSDIFF | egrep '^' | cut -d' ' -f3`
-cat $MAPSDIFF | egrep '^' | sed 's/^ //'  $TOADD
-if [ x$TOREMOVE != x ]; then
-  for map in $TOREMOVE; do
-sed -i /\s$map/d $UPDMAP
-  done
-fi
-if [ -s $TOADD ]; then
-   cat $TOADD  $UPDMAP
-fi
-  else
-echo Warning: file $OLDMAPS not found 
-echo (ignore the above if updating from TL2008 or from TL2009 in testing)
-SYNCWITHTREES=--syncwithtrees
-  fi
-}
-
-
 post_upgrade() {
-   echo texlive: updating the filename database...
-   /usr/bin/mktexlsr
-   echo texlive: updating the fontmap files with updmap...
-   /usr/bin/updmap-sys