[arch-commits] Commit in (9 files)

2020-12-07 Thread Nicola Squartini via arch-commits
Date: Tuesday, December 8, 2020 @ 05:09:04
  Author: tensor5
Revision: 771736

addpkg: electron10 10.1.7

Added:
  electron10/
  electron10/repos/
  electron10/trunk/
  electron10/trunk/PKGBUILD
  electron10/trunk/chromium-skia-harmony.patch
  electron10/trunk/default_app-icon.patch
  electron10/trunk/electron10.desktop
  electron10/trunk/media-Set-allocation-limit-compatible-with-FFmpeg-4.3.patch
  electron10/trunk/use-system-libraries-in-node.patch

-+
 PKGBUILD|  196 ++
 chromium-skia-harmony.patch |   14 
 default_app-icon.patch  |   21 +
 electron10.desktop  |7 
 media-Set-allocation-limit-compatible-with-FFmpeg-4.3.patch |   43 ++
 use-system-libraries-in-node.patch  |   57 ++
 6 files changed, 338 insertions(+)

Added: electron10/trunk/PKGBUILD
===
--- electron10/trunk/PKGBUILD   (rev 0)
+++ electron10/trunk/PKGBUILD   2020-12-08 05:09:04 UTC (rev 771736)
@@ -0,0 +1,196 @@
+# Maintainer: Nicola Squartini 
+
+pkgname=electron10
+pkgver=10.1.7
+_commit=e24e77f4a2517b25e739dcaba7b237bc40b5ab5d
+_chromiumver=85.0.4183.121
+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' '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')
+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'
+"${pkgname}.desktop"
+'default_app-icon.patch'
+'use-system-libraries-in-node.patch'
+'chromium-skia-harmony.patch'
+'media-Set-allocation-limit-compatible-with-FFmpeg-4.3.patch'
+   )
+sha256sums=('SKIP'
+'SKIP'
+'5b7dd19adc360baa9e89bee514c0e8e183252a9ad78eae810ede7378a3b40b08'
+'dd2d248831dd4944d385ebf008426e66efe61d6fdf66f8932c963a12167947b4'
+'50884820e07f7ce5ce55ee1ecdf610367a737e076c5029da0ab0d23154e7661d'
+'771292942c0901092a402cc60ee883877a99fb804cb54d568c8c6c94565a48e1'
+'0f041d655335cd2a4773ae7ca5e301a0ff12c6c53f57b7cf6651c268e0420a1c'
+   )
+
+_system_libs=('ffmpeg'
+  'flac'
+  'fontconfig'
+  'freetype'
+  'harfbuzz-ng'
+  'icu'
+  'libdrm'
+  'libevent'
+  'libjpeg'
+  'libpng'
+#  'libvpx'
+  'libwebp'
+  'libxml'
+  'libxslt'
+#  'openh264'
+  'opus'
+  're2'
+  'snappy'
+  'zlib'
+ )
+
+prepare() {
+  mkdir -p "${srcdir}"/python2-path
+  ln -sf /usr/bin/python2 "${srcdir}/python2-path/python"
+  export PATH="${srcdir}/python2-path:${PATH}:${srcdir}/depot_tools"
+
+  echo "Fetching chromium..."
+  git clone --branch=${_chromiumver} --depth=1 \
+  https://chromium.googlesource.com/chromium/src.git
+
+  echo "solutions = [
+  {
+\"name\": \"src/electron\",
+\"url\": \"file://${srcdir}/electron@${_commit}\",
+\"deps_file\": \"DEPS\",
+\"managed\": False,
+\"custom_deps\": {
+  \"src\": None,
+},
+\"custom_vars\": {},
+  },
+]" > .gclient
+
+  python2 "${srcdir}/depot_tools/gclient.py" sync \
+  --with_branch_heads \
+  --with_tags \
+  --nohooks
+
+  sed -e "s/'am'/'apply'/" -i src/electron/script/lib/git.py
+
+  echo "Running hooks..."
+  # python2 "${srcdir}/depot_tools/gclient.py" runhooks
+  python2 src/build/landmines.py
+  python2 src/build/util/lastchange.py -o src/build/util/LASTCHANGE
+  python2 src/build/util/lastchange.py -m GPU_LISTS_VERSION \
+--revision-id-only --header src/gpu/config/gpu_lists_version.h
+  python2 src/build/util/lastchange.py -m SKIA_COMMIT_HASH \
+-s src/third_party/skia --header src/skia/ext/skia_commit_hash.h
+  # Create sysmlink to system clang-format
+  ln -s /usr/bin/clang-format src/buildtools/linux64
+  # Create sysmlink to system Node.js
+  mkdir -p src/third_party/node/linux/node-linux-x64/bin
+  ln -sf /usr/bin/node src/third_party/node/linux/node-linux-x64/bin
+  python2 src/third_party/depot_tools/download_from_google_storage.py \
+ 

[arch-commits] Commit in (9 files)

2020-10-09 Thread Alexander Rødseth via arch-commits
Date: Friday, October 9, 2020 @ 08:40:32
  Author: arodseth
Revision: 722275

Add FreeCAD (251 votes on AUR)

Added:
  freecad/
  freecad/repos/
  freecad/repos/community-x86_64/
  freecad/trunk/
  freecad/trunk/FindPySide2Tools.cmake
  freecad/trunk/PKGBUILD
  freecad/trunk/freecad.desktop
  freecad/trunk/freecad.xml
Deleted:
  freecad/

+
 FindPySide2Tools.cmake |  112 +++
 PKGBUILD   |  105 
 freecad.desktop|   14 +
 freecad.xml|9 +++
 4 files changed, 240 insertions(+)

Added: freecad/trunk/FindPySide2Tools.cmake
===
--- freecad/trunk/FindPySide2Tools.cmake(rev 0)
+++ freecad/trunk/FindPySide2Tools.cmake2020-10-09 08:40:32 UTC (rev 
722275)
@@ -0,0 +1,112 @@
+# Try to find PySide2 utilities, PYSIDE2UIC and PYSIDE2RCC:
+# PYSIDE2UICBINARY - Location of PYSIDE2UIC executable
+# PYSIDE2RCCBINARY - Location of PYSIDE2RCC executable
+# PYSIDE2_TOOLS_FOUND - PySide2 utilities found.
+
+# Also provides macro similar to FindQt4.cmake's WRAP_UI and WRAP_RC,
+# for the automatic generation of Python code from Qt4's user interface
+# ('.ui') and resource ('.qrc') files. These macros are called:
+# - PYSIDE_WRAP_UI
+# - PYSIDE_WRAP_RC
+
+IF(PYSIDE2UICBINARY AND PYSIDE2RCCBINARY)
+  # Already in cache, be silent
+  set(PYSIDE2_TOOLS_FOUND_QUIETLY TRUE)
+ENDIF(PYSIDE2UICBINARY AND PYSIDE2RCCBINARY)
+
+if(WIN32 OR ${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
+#pyside2 tools are often in same location as python interpreter
+get_filename_component(PYTHON_BIN_DIR ${PYTHON_EXECUTABLE} PATH)
+set(PYSIDE_BIN_DIR ${PYTHON_BIN_DIR})
+endif(WIN32 OR ${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
+
+# Since Qt v5.14, pyside2-uic and pyside2-rcc are directly provided by Qt5Core 
uic and rcc, with '-g python' option
+# We test Qt5Core version to act accordingly
+
+FIND_PACKAGE(Qt5Core)
+
+IF(Qt5Core_VERSION VERSION_LESS 5.14)
+  # Legacy (< 5.14)
+  FIND_PROGRAM(PYSIDE2UICBINARY NAMES python2-pyside2-uic pyside2-uic 
pyside2-uic-${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR} pyuic5 HINTS 
${PYSIDE_BIN_DIR})
+  FIND_PROGRAM(PYSIDE2RCCBINARY NAMES pyside2-rcc 
pyside2-rcc-${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR} pyrcc5 HINTS 
${PYSIDE_BIN_DIR})
+  set(UICOPTIONS "")
+  set(RCCOPTIONS "")
+ELSE(Qt5Core_VERSION VERSION_LESS 5.14)
+  # New (>= 5.14)
+  FIND_PROGRAM(PYSIDE2UICBINARY NAMES uic-qt5 uic pyside2-uic)
+  set(UICOPTIONS "--generator=python")
+  FIND_PROGRAM(PYSIDE2RCCBINARY NAMES rcc-qt5 rcc pyside2-rcc)
+  set(RCCOPTIONS "--generator=python" "--compress-algo=zlib" "--compress=1")
+ENDIF(Qt5Core_VERSION VERSION_LESS 5.14)
+
+MACRO(PYSIDE_WRAP_UI outfiles)
+  FOREACH(it ${ARGN})
+GET_FILENAME_COMPONENT(outfile ${it} NAME_WE)
+GET_FILENAME_COMPONENT(infile ${it} ABSOLUTE)
+SET(outfile ${CMAKE_CURRENT_BINARY_DIR}/ui_${outfile}.py)
+#ADD_CUSTOM_TARGET(${it} ALL
+#  DEPENDS ${outfile}
+#)
+if(WIN32 OR APPLE)
+ADD_CUSTOM_COMMAND(OUTPUT ${outfile}
+  COMMAND ${PYSIDE2UICBINARY} ${UICOPTIONS} ${infile} -o ${outfile}
+  MAIN_DEPENDENCY ${infile}
+)
+else()
+# Especially on Open Build Service we don't want changing date like
+# pyside2-uic generates in comments at beginning., which is why
+# we follow the tool command with in-place sed.
+ADD_CUSTOM_COMMAND(OUTPUT ${outfile}
+  COMMAND "${PYSIDE2UICBINARY}" ${UICOPTIONS} "${infile}" -o 
"${outfile}"
+  COMMAND sed -i "/^# /d" "${outfile}"
+  MAIN_DEPENDENCY "${infile}"
+)
+endif()
+list(APPEND ${outfiles} ${outfile})
+  ENDFOREACH(it)
+ENDMACRO (PYSIDE_WRAP_UI)
+
+MACRO(PYSIDE_WRAP_RC outfiles)
+  FOREACH(it ${ARGN})
+GET_FILENAME_COMPONENT(outfile ${it} NAME_WE)
+GET_FILENAME_COMPONENT(infile ${it} ABSOLUTE)
+SET(outfile "${CMAKE_CURRENT_BINARY_DIR}/${outfile}_rc.py")
+#ADD_CUSTOM_TARGET(${it} ALL
+#  DEPENDS ${outfile}
+#)
+if(WIN32 OR APPLE)
+ADD_CUSTOM_COMMAND(OUTPUT ${outfile}
+  COMMAND ${PYSIDE2RCCBINARY} ${RCCOPTIONS} ${infile} -o ${outfile}
+  MAIN_DEPENDENCY ${infile}
+)
+else()
+# Especially on Open Build Service we don't want changing date like
+# pyside-rcc generates in comments at beginning, which is why
+# we follow the tool command with in-place sed.
+ADD_CUSTOM_COMMAND(OUTPUT "${outfile}"
+  COMMAND "${PYSIDE2RCCBINARY}" ${RCCOPTIONS} "${infile}" 
${PY_ATTRIBUTE} -o "${outfile}"
+  COMMAND sed -i "/^# /d" "${outfile}"
+  MAIN_DEPENDENCY "${infile}"
+)
+endif()
+list(APPEND ${outfiles} ${outfile})
+  ENDFOREACH(it)
+ENDMACRO (PYSIDE_WRAP_RC)
+
+IF(EXISTS ${PYSIDE2UICBINARY} AND EXISTS ${PYSIDE2RCCBINARY})
+   set(PYSIDE2_TOOLS_FOUND TRUE)

[arch-commits] Commit in (9 files)

2020-06-02 Thread Nicola Squartini via arch-commits
Date: Tuesday, June 2, 2020 @ 06:58:27
  Author: tensor5
Revision: 637953

Rename parity-ethereum to openethereum and upgrade to 3.0.1-1

Added:
  openethereum/
  openethereum/trunk/config.toml
(from rev 637952, parity-ethereum/trunk/parity.toml)
  openethereum/trunk/openethereum-system.service
(from rev 637952, parity-ethereum/trunk/parity-system.service)
  openethereum/trunk/openethereum-user.service
(from rev 637952, parity-ethereum/trunk/parity-user.service)
Modified:
  openethereum/trunk/PKGBUILD
Deleted:
  openethereum/trunk/parity-system.service
  openethereum/trunk/parity-user.service
  openethereum/trunk/parity.toml
  parity-ethereum/

+
 openethereum/trunk/config.toml |3 +
 openethereum/trunk/openethereum-system.service |   19 ++
 openethereum/trunk/openethereum-user.service   |   14 +++
 trunk/PKGBUILD |   42 +++
 trunk/parity-system.service|   19 --
 trunk/parity-user.service  |   14 ---
 trunk/parity.toml  |3 -
 7 files changed, 57 insertions(+), 57 deletions(-)

Modified: openethereum/trunk/PKGBUILD
===
--- parity-ethereum/trunk/PKGBUILD  2020-06-02 04:46:22 UTC (rev 637952)
+++ openethereum/trunk/PKGBUILD 2020-06-02 06:58:27 UTC (rev 637953)
@@ -1,27 +1,27 @@
 # Maintainer: Nicola Squartini 
 
-pkgname=parity-ethereum
-pkgver=2.7.2
-_commit=2662d1925ec794f3ad7c5759b2412ff5128d259b
+pkgname=openethereum
+pkgver=3.0.1
+_commit=8ca8089e9b83692b3e449319db2d00ae3699613c
 pkgrel=1
-pkgdesc='Fast, light, robust Ethereum implementation'
+pkgdesc='Fast and feature-rich multi-network Ethereum client'
 arch=('x86_64')
-url='https://parity.io/'
+url='https://parity.io/ethereum'
 license=('GPL3')
 depends=('gcc-libs')
 makedepends=('clang' 'cmake' 'git' 'rust')
-provides=('parity')
-conflicts=('parity')
-replaces=('parity')
-backup=('etc/parity.toml')
-source=("git+https://github.com/paritytech/parity-ethereum.git#commit=${_commit};
-'parity-system.service'
-'parity-user.service'
-'parity.toml')
+provides=('parity' 'parity-ethereum')
+conflicts=('parity' 'parity-ethereum')
+replaces=('parity' 'parity-ethereum')
+backup=('etc/openethereum/config.toml')
+source=("git+https://github.com/openethereum/openethereum.git#commit=${_commit};
+'config.toml'
+'openethereum-system.service'
+'openethereum-user.service')
 sha256sums=('SKIP'
-'b2382103002707202324a40d1de186d35de7317c5112d9e5d197f97075c6c109'
-'7d979968367564dc48636344350403984ceb85f88a0b7d838bc047686e767289'
-'f4efce76a180b5a26b7e9bceee1d192b1d4d4790b711fa928fd8c9172d0cd290')
+'03f0e3a001927cdd25cf12956e8e3a13bd55bad937a9f2509ccbc1fc58f10899'
+'dca7c5e537d29c27f83ddbe4483cbadaff7835afc14ce0d11872fbfb03f23298'
+'4bbad4dc416759013e91edcb3acdc9a1c656f0b47e2c6c8fa9a0e3a354846a0b')
 
 build() {
 cd ${pkgname}
@@ -36,11 +36,11 @@
 cd ${pkgname}
 
 install -Dm755 -t "${pkgdir}"/usr/bin \
-target/release/{ethstore,parity,parity-evm}
-install -Dm755 target/release/ethkey "${pkgdir}"/usr/bin/parity-ethkey
+target/release/{ethstore,openethereum,openethereum-evm}
+install -Dm755 target/release/ethkey 
"${pkgdir}"/usr/bin/openethereum-ethkey
 for type in system user; do
-install -Dm644 ../parity-${type}.service \
-"${pkgdir}/usr/lib/systemd/${type}/parity.service"
+install -Dm644 ../openethereum-${type}.service \
+"${pkgdir}/usr/lib/systemd/${type}/openethereum.service"
 done
-install -Dm644 -t "${pkgdir}/etc" ../parity.toml
+install -Dm644 -t "${pkgdir}/etc/openethereum" ../config.toml
 }

Copied: openethereum/trunk/config.toml (from rev 637952, 
parity-ethereum/trunk/parity.toml)
===
--- openethereum/trunk/config.toml  (rev 0)
+++ openethereum/trunk/config.toml  2020-06-02 06:58:27 UTC (rev 637953)
@@ -0,0 +1,3 @@
+[parity]
+# Blockchain and settings will be stored in /var/lib/openethereum.
+base_path = "/var/lib/openethereum"

Copied: openethereum/trunk/openethereum-system.service (from rev 637952, 
parity-ethereum/trunk/parity-system.service)
===
--- openethereum/trunk/openethereum-system.service  
(rev 0)
+++ openethereum/trunk/openethereum-system.service  2020-06-02 06:58:27 UTC 
(rev 637953)
@@ -0,0 +1,19 @@
+[Unit]
+Description=OpenEthereum Daemon
+After=network.target
+
+[Service]
+User=openethereum
+Group=openethereum
+DynamicUser=on
+StateDirectory=openethereum
+
+ExecStart=/usr/bin/openethereum --config /etc/openethereum/config.toml
+Restart=on-failure
+
+# 

[arch-commits] Commit in (9 files)

2020-05-28 Thread Maxime Gauduin via arch-commits
Date: Thursday, May 28, 2020 @ 14:10:20
  Author: alucryd
Revision: 636325

add nut

Added:
  nut/
  nut/trunk/
  nut/trunk/PKGBUILD
  nut/trunk/nut-lowspeed-buffer-size.patch
  nut/trunk/nut-no-libdummy.patch
  nut/trunk/nut-openssl-1.1.patch
  nut/trunk/nut-snmp-usb-order.patch
  nut/trunk/nut.sysusers
  nut/trunk/nut.tmpfiles

+
 PKGBUILD   |  129 +
 nut-lowspeed-buffer-size.patch |   19 
 nut-no-libdummy.patch  |   14 +++
 nut-openssl-1.1.patch  |  151 +++
 nut-snmp-usb-order.patch   |   38 +
 nut.sysusers   |2 
 nut.tmpfiles   |4 +
 7 files changed, 357 insertions(+)

Added: nut/trunk/PKGBUILD
===
--- nut/trunk/PKGBUILD  (rev 0)
+++ nut/trunk/PKGBUILD  2020-05-28 14:10:20 UTC (rev 636325)
@@ -0,0 +1,129 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Florian Bruhin 
+# Contributor: Alex Reznichenko 
+# Contributor: Roman Kyrylych 
+# Contributor: Giuseppe Lucarelli 
+# Contributor: Dan Ziemba 
+
+pkgname=nut
+pkgver=2.7.4
+pkgrel=1
+pkgdesc='A collection of programs which provide a common interface for 
monitoring and administering UPS, PDU and SCD hardware'
+arch=(x86_64)
+url=https://networkupstools.org/
+license=(
+  GPL2
+  GPL3
+)
+depends=(
+  gcc-libs
+  glibc
+  libtool
+  libusb-compat
+  neon
+  net-snmp
+  openssl
+)
+makedepends=(
+  asciidoc
+  gd
+  git
+  python
+)
+optdepends=('gd: CGI support')
+provides=(network-ups-tools)
+conflicts=(network-ups-tools)
+replaces=(network-ups-tools)
+options=(!makeflags)
+backup=(
+  etc/nut/hosts.conf
+  etc/nut/nut.conf
+  etc/nut/ups.conf
+  etc/nut/upsd.conf
+  etc/nut/upsd.users
+  etc/nut/upsmon.conf
+  etc/nut/upssched.conf
+  etc/nut/upsstats.html
+  etc/nut/upsstats-single.html
+)
+source=(
+  
git+https://github.com/networkupstools/nut.git#tag=0b4bfddbc609c59ac0a117c758e6893635121166
+  nut.sysusers
+  nut.tmpfiles
+  nut-lowspeed-buffer-size.patch
+  nut-no-libdummy.patch
+  nut-openssl-1.1.patch
+  nut-snmp-usb-order.patch
+)
+sha256sums=('SKIP'
+'3001e24969545136361670c5d615684d2b37830525e090c2ab3bcfa90d90e4ac'
+'bdf4409b5b9bfad1338d587c7639c43be838d37d4942c69879e85eb3a827bb25'
+'40d6fc328ad2e127f580bb359bd5c2fb721a2c6cf1860334be96c18552d6f8f7'
+'b35a8d28fde10668e8e54e97be9c5505f296c989e67da847c5abf1acab6a219b'
+'717e116aa93f42ccca901de920da3ff97407672003f721b4976caf525f3e5f08'
+'c2c7d3b72f94f9c7987ab047bba466923c63ddb80b468485f100b1e44997ec84')
+
+pkgver() {
+  cd nut
+
+  git describe --tags | sed 's/^v//'
+}
+
+prepare() {
+  cd nut
+
+  git cherry-pick -n eea0c5e9e5566c36a8b1e364ed4909231901a8f5
+  patch -Np1 -i ../nut-lowspeed-buffer-size.patch
+  patch -Np1 -i ../nut-no-libdummy.patch
+  patch -Np1 -i ../nut-openssl-1.1.patch
+  patch -Np1 -i ../nut-snmp-usb-order.patch
+
+  ./autogen.sh
+}
+
+build() {
+  cd nut
+
+  ./configure \
+--prefix=/usr \
+--datadir=/usr/share/nut \
+--sbindir=/usr/bin \
+--sysconfdir=/etc/nut \
+--disable-static \
+--with-user=nut \
+--with-group=nut \
+--with-altpidpath=/run/nut \
+--with-cgipath=/usr/share/nut/cgi \
+--with-drvpath=/usr/lib/nut \
+--with-htmlpath=/usr/share/nut/html \
+--with-pidpath=/run/nut \
+--with-statepath=/var/lib/nut \
+--with-systemdsystemunitdir=/usr/lib/systemd/system \
+--with-udev-dir=/usr/lib/udev \
+--with-cgi \
+--with-dev \
+--with-doc=html-single \
+--with-libltdl \
+--with-neon \
+--with-openssl \
+--with-serial \
+--with-snmp \
+--with-usb \
+--without-avahi \
+--without-doc \
+--without-ipmi \
+--without-freeipmi \
+--without-powerman \
+--without-wrap
+  make -j1
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C nut install
+  find "${pkgdir}"/etc/nut -name *.sample -exec rename '.sample' '' {} \;
+
+  install -Dm 644 nut.sysusers "${pkgdir}"/usr/lib/sysusers.d/nut.conf
+  install -Dm 644 nut.tmpfiles "${pkgdir}"/usr/lib/tmpfiles.d/nut.conf
+}
+
+# vim: ts=2 sw=2 et:

Added: nut/trunk/nut-lowspeed-buffer-size.patch
===
--- nut/trunk/nut-lowspeed-buffer-size.patch(rev 0)
+++ nut/trunk/nut-lowspeed-buffer-size.patch2020-05-28 14:10:20 UTC (rev 
636325)
@@ -0,0 +1,19 @@
+http://bugs.gentoo.org/show_bug.cgi?id=318937
+http://boxster.ghz.cc/projects/nut/changeset/2407
+
+Respun from nut-2.4.3-lowspeed-buffer-size.patch
+
+Index: a/drivers/libhid.c
+===
+--- a/drivers/libhid.c
 b/drivers/libhid.c
+@@ -477,7 +477,7 @@
+  */
+ int HIDGetEvents(hid_dev_handle_t udev, HIDData_t **event, int eventsize)
+ {
+-  unsigned char   buf[SMALLBUF];

[arch-commits] Commit in (9 files)

2020-05-26 Thread Antonio Rojas via arch-commits
Date: Tuesday, May 26, 2020 @ 10:37:15
  Author: arojas
Revision: 635020

Qt 5.15 rebuild

Modified:
  deepin-menu/trunk/PKGBUILD
  deepin-qt-dbus-factory/trunk/PKGBUILD
  dtkgui/trunk/PKGBUILD
  dtkwm/trunk/PKGBUILD
  fcitx-qt5/trunk/PKGBUILD
  gcin/trunk/PKGBUILD
  googlemaps/trunk/PKGBUILD
  qt5ct/trunk/PKGBUILD
  skrooge/trunk/PKGBUILD

---+
 deepin-menu/trunk/PKGBUILD|2 +-
 deepin-qt-dbus-factory/trunk/PKGBUILD |2 +-
 dtkgui/trunk/PKGBUILD |2 +-
 dtkwm/trunk/PKGBUILD  |2 +-
 fcitx-qt5/trunk/PKGBUILD  |2 +-
 gcin/trunk/PKGBUILD   |2 +-
 googlemaps/trunk/PKGBUILD |2 +-
 qt5ct/trunk/PKGBUILD  |2 +-
 skrooge/trunk/PKGBUILD|2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

Modified: deepin-menu/trunk/PKGBUILD
===
--- deepin-menu/trunk/PKGBUILD  2020-05-26 09:53:27 UTC (rev 635019)
+++ deepin-menu/trunk/PKGBUILD  2020-05-26 10:37:15 UTC (rev 635020)
@@ -4,7 +4,7 @@
 
 pkgname=deepin-menu
 pkgver=5.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Deepin menu service for building beautiful menus"
 arch=('x86_64')
 url="https://github.com/linuxdeepin/deepin-menu;

Modified: deepin-qt-dbus-factory/trunk/PKGBUILD
===
--- deepin-qt-dbus-factory/trunk/PKGBUILD   2020-05-26 09:53:27 UTC (rev 
635019)
+++ deepin-qt-dbus-factory/trunk/PKGBUILD   2020-05-26 10:37:15 UTC (rev 
635020)
@@ -4,7 +4,7 @@
 
 pkgname=deepin-qt-dbus-factory
 pkgver=5.1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A repository stores auto-generated Qt5 dbus code (libdframeworkdbus)'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dde-qt-dbus-factory;

Modified: dtkgui/trunk/PKGBUILD
===
--- dtkgui/trunk/PKGBUILD   2020-05-26 09:53:27 UTC (rev 635019)
+++ dtkgui/trunk/PKGBUILD   2020-05-26 10:37:15 UTC (rev 635020)
@@ -2,7 +2,7 @@
 
 pkgname=dtkgui
 pkgver=5.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Deepin Toolkit, gui module for DDE look and feel'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dtkgui;

Modified: dtkwm/trunk/PKGBUILD
===
--- dtkwm/trunk/PKGBUILD2020-05-26 09:53:27 UTC (rev 635019)
+++ dtkwm/trunk/PKGBUILD2020-05-26 10:37:15 UTC (rev 635020)
@@ -4,7 +4,7 @@
 
 pkgname=dtkwm
 pkgver=2.0.12
-pkgrel=7
+pkgrel=8
 pkgdesc='Deepin Tool Kit Wm'
 arch=('x86_64')
 url="https://github.com/linuxdeepin/dtkwm;

Modified: fcitx-qt5/trunk/PKGBUILD
===
--- fcitx-qt5/trunk/PKGBUILD2020-05-26 09:53:27 UTC (rev 635019)
+++ fcitx-qt5/trunk/PKGBUILD2020-05-26 10:37:15 UTC (rev 635020)
@@ -2,7 +2,7 @@
 
 pkgname=fcitx-qt5
 pkgver=1.2.4
-pkgrel=4
+pkgrel=5
 pkgdesc="Qt5 IM Module for Fcitx"
 arch=('x86_64')
 url="https://github.com/fcitx/fcitx-qt5;

Modified: gcin/trunk/PKGBUILD
===
--- gcin/trunk/PKGBUILD 2020-05-26 09:53:27 UTC (rev 635019)
+++ gcin/trunk/PKGBUILD 2020-05-26 10:37:15 UTC (rev 635020)
@@ -6,7 +6,7 @@
 
 pkgname=gcin
 pkgver=2.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Input method server supporting various input methods'
 url='https://hyperrate.com/dir.php?eid=67'
 license=('LGPL')

Modified: googlemaps/trunk/PKGBUILD
===
--- googlemaps/trunk/PKGBUILD   2020-05-26 09:53:27 UTC (rev 635019)
+++ googlemaps/trunk/PKGBUILD   2020-05-26 10:37:15 UTC (rev 635020)
@@ -3,7 +3,7 @@
 pkgname=googlemaps
 pkgver=20180602
 _commit=54a357f9590d9cf011bf1713589f66bad65e00eb
-pkgrel=12
+pkgrel=13
 pkgdesc='Google Maps plugin for QtLocation'
 url='https://github.com/vladest/googlemaps'
 license=('MIT')

Modified: qt5ct/trunk/PKGBUILD
===
--- qt5ct/trunk/PKGBUILD2020-05-26 09:53:27 UTC (rev 635019)
+++ qt5ct/trunk/PKGBUILD2020-05-26 10:37:15 UTC (rev 635020)
@@ -4,7 +4,7 @@
 
 pkgname=qt5ct
 pkgver=0.41
-pkgrel=2
+pkgrel=3
 pkgdesc="Qt5 Configuration Utility"
 arch=(x86_64)
 url="https://qt5ct.sourceforge.io/;

Modified: skrooge/trunk/PKGBUILD
===
--- skrooge/trunk/PKGBUILD  2020-05-26 09:53:27 UTC (rev 635019)
+++ skrooge/trunk/PKGBUILD  2020-05-26 10:37:15 UTC (rev 635020)
@@ -5,7 +5,7 @@
 
 pkgname=skrooge
 pkgver=2.21.1
-pkgrel=4
+pkgrel=5
 pkgdesc="A personal finances manager for KDE"
 arch=('x86_64')
 url="https://skrooge.org/;


[arch-commits] Commit in (9 files)

2020-03-29 Thread Antonio Rojas via arch-commits
Date: Sunday, March 29, 2020 @ 12:49:38
  Author: arojas
Revision: 605900

Add pari data packages, needed for sage development

Added:
  pari-elldata/
  pari-elldata/trunk/
  pari-elldata/trunk/PKGBUILD
  pari-galpol/
  pari-galpol/trunk/
  pari-galpol/trunk/PKGBUILD
  pari-seadata/
  pari-seadata/trunk/
  pari-seadata/trunk/PKGBUILD

-+
 pari-elldata/trunk/PKGBUILD |   20 
 pari-galpol/trunk/PKGBUILD  |   20 
 pari-seadata/trunk/PKGBUILD |   21 +
 3 files changed, 61 insertions(+)

Added: pari-elldata/trunk/PKGBUILD
===
--- pari-elldata/trunk/PKGBUILD (rev 0)
+++ pari-elldata/trunk/PKGBUILD 2020-03-29 12:49:38 UTC (rev 605900)
@@ -0,0 +1,20 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Taekyung Kim 
+
+pkgname=pari-elldata
+pkgver=20190912
+pkgrel=2
+pkgdesc="PARI/GP version of J. E. Cremona Elliptic Curve Data"
+arch=(any)
+url="http://pari.math.u-bordeaux.fr/;
+license=(GPL)
+depends=(pari)
+source=("http://pari.math.u-bordeaux.fr/pub/pari/packages/elldata.tgz"{,.asc})
+validpgpkeys=('42028EA404A2E9D80AC453148F0E7C2B4522E387') # Bill Allombert 

+sha256sums=('c5757bbeba779fbf4c69718bccbe039fd98159bf2c8d13017284cf8b5a10ddc4'
+'SKIP')
+
+package() {
+  mkdir -p "$pkgdir"/usr/share/pari
+  cp -r data/elldata "$pkgdir"/usr/share/pari
+}

Added: pari-galpol/trunk/PKGBUILD
===
--- pari-galpol/trunk/PKGBUILD  (rev 0)
+++ pari-galpol/trunk/PKGBUILD  2020-03-29 12:49:38 UTC (rev 605900)
@@ -0,0 +1,20 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Taekyung Kim 
+
+pkgname=pari-galpol
+pkgver=20180625
+pkgrel=2
+pkgdesc="PARI package of the GALPOL database of polynomials defining Galois 
extensions of the rationals"
+arch=(any)
+url="http://pari.math.u-bordeaux.fr/;
+license=(GPL)
+depends=(pari)
+source=("http://pari.math.u-bordeaux.fr/pub/pari/packages/galpol.tgz"{,.asc})
+sha256sums=('562af28316ee335ee38c1172c2d5ecccb79f55c368fb9f2c6f40fc0f416bb01b'
+'SKIP')
+validpgpkeys=('42028EA404A2E9D80AC453148F0E7C2B4522E387') # Bill Allombert 

+
+package() {
+  mkdir -p "$pkgdir"/usr/share/pari
+  cp -r data/galpol "$pkgdir"/usr/share/pari
+}

Added: pari-seadata/trunk/PKGBUILD
===
--- pari-seadata/trunk/PKGBUILD (rev 0)
+++ pari-seadata/trunk/PKGBUILD 2020-03-29 12:49:38 UTC (rev 605900)
@@ -0,0 +1,21 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Taekyung Kim 
+
+pkgname=pari-seadata
+pkgver=20090618
+pkgrel=2
+pkgdesc='PARI/GP package needed by ellap for large primes'
+url="http://pari.math.u-bordeaux.fr/packages.html;
+license=(GPL)
+arch=(any)
+depends=(pari-seadata-small)
+source=("http://pari.math.u-bordeaux.fr/pub/pari/packages/seadata.tgz"{,.asc})
+sha256sums=('c9282a525ea3f92c1f9c6c69e37ac5a87b48fb9ccd943cfd7c881a3851195833'
+'SKIP')
+validpgpkeys=('4940AE28C5F8E8A35E4D8D287833ECF1B5444815') # Bill Allombert 

+
+package() {
+  mkdir -p "$pkgdir"/usr/share/pari
+  cp -r data/seadata "$pkgdir"/usr/share/pari
+  rm "$pkgdir"/usr/share/pari/seadata/{README,sea0,sea2} # provided by 
pari-seadata-small
+}


[arch-commits] Commit in (9 files)

2020-02-16 Thread Maxime Gauduin via arch-commits
Date: Monday, February 17, 2020 @ 07:51:50
  Author: alucryd
Revision: 375729

add tomcat9

Added:
  tomcat9/
  tomcat9/trunk/
  tomcat9/trunk/PKGBUILD
  tomcat9/trunk/tomcat9.install
  tomcat9/trunk/tomcat9.service
  tomcat9/trunk/tomcat9.sysusers
  tomcat9/trunk/tomcat9.tmpfiles
Modified:
  tomcat7/trunk/PKGBUILD
  tomcat8/trunk/PKGBUILD

+
 tomcat7/trunk/PKGBUILD |8 +--
 tomcat8/trunk/PKGBUILD |1 
 tomcat9/trunk/PKGBUILD |   91 +++
 tomcat9/trunk/tomcat9.install  |   16 ++
 tomcat9/trunk/tomcat9.service  |   35 +++
 tomcat9/trunk/tomcat9.sysusers |1 
 tomcat9/trunk/tomcat9.tmpfiles |5 ++
 7 files changed, 152 insertions(+), 5 deletions(-)

Modified: tomcat7/trunk/PKGBUILD
===
--- tomcat7/trunk/PKGBUILD  2020-02-17 07:39:21 UTC (rev 375728)
+++ tomcat7/trunk/PKGBUILD  2020-02-17 07:51:50 UTC (rev 375729)
@@ -53,7 +53,7 @@
 
   # Tomcat general files
   install -dm 755 "${pkgdir}"/usr/share/{,java/}tomcat7
-  cp -r bin "${pkgdir}"/usr/share/tomcat7
+  cp -dr --no-preserve=ownership bin "${pkgdir}"/usr/share/tomcat7
   # commons-daemon and tomcat-natives are packaged on their own
   rm 
"${pkgdir}"/usr/share/tomcat7/bin/{*.bat,commons-daemon*,tomcat-native.tar.gz}
   ln -s /usr/share/java/commons-daemon.jar 
"${pkgdir}"/usr/share/tomcat7/bin/commons-daemon.jar
@@ -71,9 +71,9 @@
   touch "${pkgdir}"/var/log/tomcat7/catalina.{out,err}
   chgrp ${_gid_log} "${pkgdir}"/var/log/tomcat7/catalina.{out,err}
 
-  install -dm775 "${pkgdir}"/etc/tomcat7
-  install -g ${_gid_tomcat} -m 640 conf/* "${pkgdir}"/etc/tomcat7
-  install -d -g ${_gid_tomcat} -m 775 "${pkgdir}"/etc/tomcat7/Catalina
+  install -dm 775 "${pkgdir}"/etc/tomcat7
+  install -m 640 -g ${_gid_tomcat} conf/* "${pkgdir}"/etc/tomcat7
+  install -dm 775 -g ${_gid_tomcat} "${pkgdir}"/etc/tomcat7/Catalina
   ln -s /etc/tomcat7 "${pkgdir}"/usr/share/tomcat7/conf
 
   install -dm 775 "${pkgdir}"/var/lib/tomcat7

Modified: tomcat8/trunk/PKGBUILD
===
--- tomcat8/trunk/PKGBUILD  2020-02-17 07:39:21 UTC (rev 375728)
+++ tomcat8/trunk/PKGBUILD  2020-02-17 07:51:50 UTC (rev 375729)
@@ -35,7 +35,6 @@
   A9C5DF4D22E8D9875A5110C01C5A2F6059E7 # Mark E D Thomas
   713DA88BE50911535FE716F5208B0AB1D63011C7 # Violeta Georgieva Georgieva
 )
-
 sha256sums=(
   836ecd816605e281636cae78c5b494ccaeb168c24f8266a72e9e704b2204affe
   SKIP

Added: tomcat9/trunk/PKGBUILD
===
--- tomcat9/trunk/PKGBUILD  (rev 0)
+++ tomcat9/trunk/PKGBUILD  2020-02-17 07:51:50 UTC (rev 375729)
@@ -0,0 +1,91 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Olli 
+
+pkgname=tomcat9
+pkgver=9.0.31
+pkgrel=1
+pkgdesc='Open source implementation of the Java Servlet 4.0 and JavaServer 
Pages 2.3 technologies'
+arch=(any)
+url=https://tomcat.apache.org/
+license=(APACHE)
+depends=(
+  'java-runtime>=8'
+  java-jsvc
+  java-commons-daemon
+  eclipse-ecj
+)
+optdepends=('tomcat-native: to allow optimal performance in production 
environments')
+backup=(
+  etc/tomcat9/catalina.policy
+  etc/tomcat9/catalina.properties
+  etc/tomcat9/context.xml
+  etc/tomcat9/logging.properties
+  etc/tomcat9/server.xml
+  etc/tomcat9/tomcat-users.xml
+  etc/tomcat9/web.xml
+)
+install=tomcat9.install
+source=(
+  
https://archive.apache.org/dist/tomcat/tomcat-9/v${pkgver}/bin/apache-tomcat-${pkgver}.tar.gz{,.asc}
+  tomcat9.service
+  tomcat9.sysusers
+  tomcat9.tmpfiles
+)
+validpgpkeys=(
+  A9C5DF4D22E8D9875A5110C01C5A2F6059E7 # Mark E D Thomas
+  713DA88BE50911535FE716F5208B0AB1D63011C7 # Violeta Georgieva Georgieva
+)
+sha256sums=('1b111d890f8c0b3f3eb7f8f8f557a8e163ef6b06bca3e262ba1062808467cb43'
+'SKIP'
+'df2199080b3e4061eb8d454045428d7d340e527972c497309f69392ab2e3186f'
+'63d8a28af96e6c7232595e7eab3bb7930f0eebcd89a5b1e3bc17b80cb2580db5'
+'5cf1be7e6975c909d9935b2226a5aec4f783de154d910d3b65860286a3ce2a7b')
+_gid_log=19
+_gid_tomcat=58
+_uid_tomcat=58
+
+package() {
+  cd apache-tomcat-${pkgver}
+
+  # Tomcat general files
+  install -dm 755 "${pkgdir}"/usr/share/{,java/}tomcat9
+  cp -dr --no-preserve=ownership bin "${pkgdir}"/usr/share/tomcat9
+  # commons-daemon and tomcat-natives are packaged on their own
+  rm 
"${pkgdir}"/usr/share/tomcat9/bin/{*.bat,commons-daemon*,tomcat-native.tar.gz}
+  ln -s /usr/share/java/commons-daemon.jar 
"${pkgdir}"/usr/share/tomcat9/bin/commons-daemon.jar
+
+  install -m 644 lib/* "${pkgdir}"/usr/share/java/tomcat9
+  # eclipse-ecj is packaged on its own
+  rm "${pkgdir}"/usr/share/java/tomcat9/ecj-*.jar
+  ln -s ../eclipse-ecj.jar "${pkgdir}"/usr/share/java/tomcat9/ecj.jar
+
+  ln -s /usr/share/java/tomcat9 "${pkgdir}"/usr/share/tomcat9/lib
+
+  # We log through systemd 

[arch-commits] Commit in (9 files)

2020-01-07 Thread David Runge via arch-commits
Date: Wednesday, January 8, 2020 @ 01:43:49
  Author: dvzrv
Revision: 550149

Adding juce from the AUR.

Added:
  juce/
  juce/repos/
  juce/trunk/
  juce/trunk/PKGBUILD
  juce/trunk/juce-5.4.5-disable_update_check.patch
  juce/trunk/juce-5.4.5-disable_usage_data.patch
  juce/trunk/juce-5.4.5-fix_include_defines.patch
  juce/trunk/juce-5.4.5-jucepath.patch
  juce/trunk/juce-5.4.5-link_to_systemlibs.patch

---+
 PKGBUILD  |   91 +++
 juce-5.4.5-disable_update_check.patch |   23 ++
 juce-5.4.5-disable_usage_data.patch   |   28 
 juce-5.4.5-fix_include_defines.patch  |  106 
 juce-5.4.5-jucepath.patch |   22 ++
 juce-5.4.5-link_to_systemlibs.patch   |   69 
 6 files changed, 339 insertions(+)

Added: juce/trunk/PKGBUILD
===
--- juce/trunk/PKGBUILD (rev 0)
+++ juce/trunk/PKGBUILD 2020-01-08 01:43:49 UTC (rev 550149)
@@ -0,0 +1,91 @@
+# Maintainer: David Runge 
+
+_name=JUCE
+pkgname=juce
+pkgver=5.4.5
+pkgrel=1
+pkgdesc="Cross-platform C++ framework"
+arch=('x86_64')
+url="https://github.com/weareroli/juce/;
+license=('Apache' 'BSD' 'GPL3' 'ISC')
+depends=('atk' 'cairo' 'gcc-libs' 'gdk-pixbuf2' 'glib2' 'glibc' 'gtk3'
+'harfbuzz' 'libfreetype.so' 'libjpeg-turbo' 'libpng' 'libsoup' 'libx11'
+'libxext' 'libxinerama' 'pango' 'webkit2gtk' 'zlib')
+makedepends=('doxygen' 'gendesk' 'graphviz' 'python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/weareroli/${pkgname}/archive/${pkgver}.tar.gz;
+"$pkgname-5.4.5-disable_update_check.patch"
+"$pkgname-5.4.5-disable_usage_data.patch"
+"$pkgname-5.4.5-fix_include_defines.patch"
+"$pkgname-5.4.5-link_to_systemlibs.patch"
+"$pkgname-5.4.5-jucepath.patch")
+sha512sums=('4fcd6b9d6d43c00683fdd9cabbbdba61094eee61d50738fb89d7330c95552712f876a9b76e2557a390060a875b9f771f3ffe8135d2b2a5b60e2e01586a79ccbf'
+
'5e7516d37deeb6faf9bd7ccf6b0da68f610992b9a4dfb8010baec1dba56cf2310c390c3d0876b5e2f30c89c69555ad34c07a0254c59f121d2af38334b3d3'
+
'85ca210a4d904a00de0830385a9e103493d47981acdb24335494fddc4af3f8b89cc05d1935cc4695c9e136bce5f91c1568c2135a8fe4ce565f396c3ba0153460'
+
'69bc445275e88594ab6077285442bb3af97e2e4a7776f409d5e0ce2aae214a0eadedb82960c666ee45ea459f8ffb519873ecb0577eecf11e4728ee46e6ee042f'
+
'062197ee6860c2c9cf655131df042df536d0b9aab58b304ca35a9d335231932dc49d92cb439c347f3dc863fc60ae6ae2357fbca8d057b9ce3b06fdbf16ff05df'
+
'c7ad5fadedd09f6f810cc27736f0def236f3b107de00079fb24509fc27750b26225bed7e9b19b0fa9873d5dae7b686cd9929298bb0107fd44645aad1a69c9168')
+
+prepare() {
+  mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  # setting juce path
+  patch -Np1 -i "../$pkgname-5.4.5-jucepath.patch"
+  # disable checking for update in projucer
+  patch -Np1 -i "../$pkgname-5.4.5-disable_update_check.patch"
+  # disable sending usage data in projucer
+  patch -Np1 -i "../$pkgname-5.4.5-disable_usage_data.patch"
+  # fix include defines in projucer
+  patch -Np1 -i "../$pkgname-5.4.5-fix_include_defines.patch"
+  # link to system libs, if flac, jack, libogg, vorbis, libjpeg, libpng or zlib
+  # are in use
+  patch -Np1 -i "../$pkgname-5.4.5-link_to_systemlibs.patch"
+  # disabling -march=native
+  sed -e 's/\-march=native//g' \
+  -i extras/Projucer/Builds/LinuxMakefile/Makefile
+  gendesk -n \
+  --pkgname "com.juce_projucer" \
+  --name "Projucer" \
+  --pkgdesc "Cross-platform project manager and C++ code editor" \
+  --exec "Projucer" \
+  --icon "Projucer" \
+  --genericname "Code manager and editor" \
+  --categories "Development"
+  # devendor bundled sources for flac, libogg, vorbis, libjpeg, libpng and zlib
+  rm -rvf modules/juce_audio_formats/codecs/flac/ \
+modules/juce_audio_formats/codecs/oggvorbis/ \
+modules/juce_audio_plugin_client/AU/ \
+modules/juce_graphics/image_formats/jpglib/ \
+modules/juce_graphics/image_formats/pnglib/ \
+modules/juce_core/zip/zlib/
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  # enabling GPL mode via CPPFLAGS
+  CPPFLAGS+=" -DJUCER_ENABLE_GPL_MODE=1" \
+  LDFLAGS+=" $(pkg-config --libs libjpeg libpng zlib)" \
+  make -C extras/Projucer/Builds/LinuxMakefile/ V=1
+  cd doxygen
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  install -vDm 755 extras/Projucer/Builds/LinuxMakefile/build/Projucer \
+-t "${pkgdir}/usr/bin"
+  # xdg desktop integration
+  install -vDm 644 *.desktop -t "${pkgdir}/usr/share/applications/"
+  install -vDm 644 examples/Assets/juce_icon.png \
+"${pkgdir}/usr/share/icons/hicolor/512x512/apps/Projucer.png"
+  # modules
+  install -vDm 644 ChangeList.txt -t "${pkgdir}/usr/share/${pkgname}"
+  install -vdm 755 "${pkgdir}/usr/share/${pkgname}/modules"
+  cp 

[arch-commits] Commit in (9 files)

2019-12-24 Thread Antonio Rojas via arch-commits
Date: Tuesday, December 24, 2019 @ 12:26:29
  Author: arojas
Revision: 372213

Add full set of pyqt bindings

Added:
  pyqt3d/
  pyqt3d/trunk/
  pyqt3d/trunk/PKGBUILD
  pyqtdatavisualization/
  pyqtdatavisualization/trunk/
  pyqtdatavisualization/trunk/PKGBUILD
  pyqtpurchasing/
  pyqtpurchasing/trunk/
  pyqtpurchasing/trunk/PKGBUILD

--+
 pyqt3d/trunk/PKGBUILD|   29 +
 pyqtdatavisualization/trunk/PKGBUILD |   29 +
 pyqtpurchasing/trunk/PKGBUILD|   29 +
 3 files changed, 87 insertions(+)

Added: pyqt3d/trunk/PKGBUILD
===
--- pyqt3d/trunk/PKGBUILD   (rev 0)
+++ pyqt3d/trunk/PKGBUILD   2019-12-24 12:26:29 UTC (rev 372213)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgbase=pyqt3d
+pkgname=(python-pyqt3d)
+pkgver=5.14.0
+pkgrel=1
+pkgdesc="Python bindings for Qt3D"
+arch=(x86_64)
+url="https://www.riverbankcomputing.com/software/pyqt3d/intro;
+license=(GPL3)
+depends=(qt5-3d python-pyqt5)
+makedepends=(sip5 pyqt-builder)
+source=("https://pypi.python.org/packages/source/P/PyQt3D/PyQt3D-$pkgver.tar.gz;)
+sha256sums=('b9eb54a5f57250bca18ca3675e9b312de9724a2e51a7e86ae10af75d72b5d7fe')
+
+build() {
+  cd "$srcdir"/PyQt3D-$pkgver
+  sip-build \
+--no-make \
+--api-dir /usr/share/qt/qsci/api/python
+  cd build
+  make
+}
+
+package_python-pyqt3d(){
+  cd PyQt3D-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install -j1
+}

Added: pyqtdatavisualization/trunk/PKGBUILD
===
--- pyqtdatavisualization/trunk/PKGBUILD(rev 0)
+++ pyqtdatavisualization/trunk/PKGBUILD2019-12-24 12:26:29 UTC (rev 
372213)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgbase=pyqtdatavisualization
+pkgname=(python-pyqtdatavisualization)
+pkgver=5.14.0
+pkgrel=1
+pkgdesc="Python bindings for QtDataVisualization"
+arch=(x86_64)
+url="https://www.riverbankcomputing.com/software/pyqtdatavisualization/intro;
+license=(GPL3)
+depends=(qt5-datavis3d python-pyqt5)
+makedepends=(sip5 pyqt-builder)
+source=("https://pypi.python.org/packages/source/P/PyQtDataVisualization/PyQtDataVisualization-$pkgver.tar.gz;)
+sha256sums=('1370c57a511ec4ec165d6948c63868ce40184b9e9b64ef0377ea1f8b8b57583a')
+
+build() {
+  cd "$srcdir"/PyQtDataVisualization-$pkgver
+  sip-build \
+--no-make \
+--api-dir /usr/share/qt/qsci/api/python
+  cd build
+  make
+}
+
+package_python-pyqtdatavisualization(){
+  cd PyQtDataVisualization-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install
+}

Added: pyqtpurchasing/trunk/PKGBUILD
===
--- pyqtpurchasing/trunk/PKGBUILD   (rev 0)
+++ pyqtpurchasing/trunk/PKGBUILD   2019-12-24 12:26:29 UTC (rev 372213)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgbase=pyqtpurchasing
+pkgname=(python-pyqtpurchasing)
+pkgver=5.14.0
+pkgrel=1
+pkgdesc="Python bindings for QtPurchasing"
+arch=(x86_64)
+url="https://www.riverbankcomputing.com/software/pyqtpurchasing/intro;
+license=(GPL3)
+depends=(qt5-purchasing python-pyqt5)
+makedepends=(sip5 pyqt-builder)
+source=("https://pypi.python.org/packages/source/P/PyQtPurchasing/PyQtPurchasing-$pkgver.tar.gz;)
+sha256sums=('8fc60b86c3d24c9262fbfedcf6ad5469fdc64d6ce47aeadc0c1700a9070364a1')
+
+build() {
+  cd "$srcdir"/PyQtPurchasing-$pkgver
+  sip-build \
+--no-make \
+--api-dir /usr/share/qt/qsci/api/python
+  cd build
+  make
+}
+
+package_python-pyqtpurchasing(){
+  cd PyQtPurchasing-$pkgver/build
+  make INSTALL_ROOT="$pkgdir" install
+}


[arch-commits] Commit in (9 files)

2019-08-04 Thread Rémy Oudompheng via arch-commits
Date: Monday, August 5, 2019 @ 05:46:05
  Author: remy
Revision: 359154

Use HTTPS instead of HTTP in URLs

Modified:
  perl-business-isbn-data/trunk/PKGBUILD
  perl-config-autoconf/trunk/PKGBUILD
  perl-extutils-libbuilder/trunk/PKGBUILD
  perl-file-slurper/trunk/PKGBUILD
  perl-lingua-translit/trunk/PKGBUILD
  perl-number-compare/trunk/PKGBUILD
  perl-text-bibtex/trunk/PKGBUILD
  perl-text-roman/trunk/PKGBUILD
  perl-tie-cycle/trunk/PKGBUILD

-+
 perl-business-isbn-data/trunk/PKGBUILD  |2 +-
 perl-config-autoconf/trunk/PKGBUILD |2 +-
 perl-extutils-libbuilder/trunk/PKGBUILD |2 +-
 perl-file-slurper/trunk/PKGBUILD|2 +-
 perl-lingua-translit/trunk/PKGBUILD |2 +-
 perl-number-compare/trunk/PKGBUILD  |4 ++--
 perl-text-bibtex/trunk/PKGBUILD |2 +-
 perl-text-roman/trunk/PKGBUILD  |2 +-
 perl-tie-cycle/trunk/PKGBUILD   |2 +-
 9 files changed, 10 insertions(+), 10 deletions(-)

Modified: perl-business-isbn-data/trunk/PKGBUILD
===
--- perl-business-isbn-data/trunk/PKGBUILD  2019-08-04 21:55:02 UTC (rev 
359153)
+++ perl-business-isbn-data/trunk/PKGBUILD  2019-08-05 05:46:05 UTC (rev 
359154)
@@ -13,7 +13,7 @@
 license=('PerlArtistic')
 depends=('perl')
 options=(purge '!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/${_dist}-${pkgver}.tar.gz)
+source=(https://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/${_dist}-${pkgver}.tar.gz)
 md5sums=('e45aba8cb0ed856c8633d874a0bf1f5b')
 
 build() {

Modified: perl-config-autoconf/trunk/PKGBUILD
===
--- perl-config-autoconf/trunk/PKGBUILD 2019-08-04 21:55:02 UTC (rev 359153)
+++ perl-config-autoconf/trunk/PKGBUILD 2019-08-05 05:46:05 UTC (rev 359154)
@@ -13,7 +13,7 @@
 depends=('perl-capture-tiny')
 makedepends=('bison' 'flex' 'gawk' 'grep' 'pkg-config' 'sed')
 url='https://metacpan.org/release/Config-AutoConf'
-source=("http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/${_dist}-${pkgver}.tar.gz;)
+source=("https://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/${_dist}-${pkgver}.tar.gz;)
 md5sums=('29f87fc7803f1725f6daafcf416089ce')
 sha256sums=('01e4b22d2fecb7cfd3cc1f4dabe95cd137cf249cc5e38184f88556e5c98a9ce1')
 

Modified: perl-extutils-libbuilder/trunk/PKGBUILD
===
--- perl-extutils-libbuilder/trunk/PKGBUILD 2019-08-04 21:55:02 UTC (rev 
359153)
+++ perl-extutils-libbuilder/trunk/PKGBUILD 2019-08-05 05:46:05 UTC (rev 
359154)
@@ -11,7 +11,7 @@
 depends=('perl')
 makedepends=('perl-module-build')
 url="https://metacpan.org/release/${_dist};
-source=("http://search.cpan.org/CPAN/authors/id/A/AM/AMBS/${_dist}-${pkgver}.tar.gz;)
+source=("https://search.cpan.org/CPAN/authors/id/A/AM/AMBS/${_dist}-${pkgver}.tar.gz;)
 sha1sums=('c15d93062c43bc83e1b3b0d52869bb0aa6919f2b')
 
 build() {

Modified: perl-file-slurper/trunk/PKGBUILD
===
--- perl-file-slurper/trunk/PKGBUILD2019-08-04 21:55:02 UTC (rev 359153)
+++ perl-file-slurper/trunk/PKGBUILD2019-08-05 05:46:05 UTC (rev 359154)
@@ -11,7 +11,7 @@
 depends=('perl')
 checkdepends=('perl-test-warnings')
 options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/${_dist}-${pkgver}.tar.gz)
+source=(https://search.cpan.org/CPAN/authors/id/L/LE/LEONT/${_dist}-${pkgver}.tar.gz)
 md5sums=('5742c63096392dfee50b8db314bcca18')
 sha256sums=('4efb2ea416b110a1bda6f8133549cc6ea3676402e3caf7529fce0313250aa578')
 

Modified: perl-lingua-translit/trunk/PKGBUILD
===
--- perl-lingua-translit/trunk/PKGBUILD 2019-08-04 21:55:02 UTC (rev 359153)
+++ perl-lingua-translit/trunk/PKGBUILD 2019-08-05 05:46:05 UTC (rev 359154)
@@ -11,7 +11,7 @@
 license=('PerlArtistic' 'GPL')
 depends=('perl')
 options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/A/AL/ALINKE/${_dist}-${pkgver}.tar.gz)
+source=(https://search.cpan.org/CPAN/authors/id/A/AL/ALINKE/${_dist}-${pkgver}.tar.gz)
 md5sums=('090cecd52ff9c1f9d4b370ba653b9da1')
 sha256sums=('113f91d8fc2c630437153a49fb7a52b023af8f6278ed96c070b1f60824b8eae1')
 

Modified: perl-number-compare/trunk/PKGBUILD
===
--- perl-number-compare/trunk/PKGBUILD  2019-08-04 21:55:02 UTC (rev 359153)
+++ perl-number-compare/trunk/PKGBUILD  2019-08-05 05:46:05 UTC (rev 359154)
@@ -12,8 +12,8 @@
 options=('!emptydirs')
 depends=('perl')
 makedepends=()
-url='http://search.mcpan.org/dist/Number-Compare'
-source=('http://search.mcpan.org/CPAN/authors/id/R/RC/RCLAMP/Number-Compare-0.03.tar.gz')
+url='https://search.mcpan.org/dist/Number-Compare'
+source=('https://search.mcpan.org/CPAN/authors/id/R/RC/RCLAMP/Number-Compare-0.03.tar.gz')
 

[arch-commits] Commit in (9 files)

2019-07-16 Thread Maxime Gauduin via arch-commits
Date: Tuesday, July 16, 2019 @ 13:13:06
  Author: alucryd
Revision: 490034

add deps for home-assistant

Added:
  python-astral/
  python-astral/trunk/
  python-astral/trunk/PKGBUILD
  python-slugify/
  python-slugify/trunk/
  python-slugify/trunk/PKGBUILD
  python-voluptuous-serialize/
  python-voluptuous-serialize/trunk/
  python-voluptuous-serialize/trunk/PKGBUILD

+
 python-astral/trunk/PKGBUILD   |   35 +
 python-slugify/trunk/PKGBUILD  |   34 
 python-voluptuous-serialize/trunk/PKGBUILD |   37 +++
 3 files changed, 106 insertions(+)

Added: python-astral/trunk/PKGBUILD
===
--- python-astral/trunk/PKGBUILD(rev 0)
+++ python-astral/trunk/PKGBUILD2019-07-16 13:13:06 UTC (rev 490034)
@@ -0,0 +1,35 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Ekin Dursun 
+# Contributor: Gregoire Seux 
+
+pkgname=python-astral
+pkgver=1.10.1
+pkgrel=1
+pkgdesc='Python calculations for the position of the sun and moon'
+arch=(any)
+url=https://github.com/sffjunkie/astral
+license=(APACHE)
+depends=(
+  python-pytz
+  python-requests
+)
+makedepends=(
+  git
+  python-setuptools
+)
+source=(git+https://github.com/sffjunkie/astral.git#tag=${pkgver})
+sha256sums=('SKIP')
+
+build() {
+  cd astral
+
+  python setup.py build
+}
+
+package() {
+  cd astral
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:

Added: python-slugify/trunk/PKGBUILD
===
--- python-slugify/trunk/PKGBUILD   (rev 0)
+++ python-slugify/trunk/PKGBUILD   2019-07-16 13:13:06 UTC (rev 490034)
@@ -0,0 +1,34 @@
+# Maintainer: Maxime Gauduin 
+# Contributor: Thomas Jost 
+# Contributor: Andrey Mikhaylenko 
+
+pkgname=python-slugify
+pkgver=3.0.2
+pkgrel=1
+pkgdesc='A Python slugify application that handles unicode'
+arch=(any)
+url=https://github.com/un33k/python-slugify
+license=(MIT)
+depends=(python-text-unidecode)
+makedepends=(
+  git
+  python-setuptools
+)
+optdepends=('python-unidecode: Unidecode support')
+source=(git+https://github.com/un33k/python-slugify.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  cd python-slugify
+
+  python setup.py build
+}
+
+package() {
+  cd python-slugify
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-slugify/
+}
+
+# vim: ts=2 sw=2 et:

Added: python-voluptuous-serialize/trunk/PKGBUILD
===
--- python-voluptuous-serialize/trunk/PKGBUILD  (rev 0)
+++ python-voluptuous-serialize/trunk/PKGBUILD  2019-07-16 13:13:06 UTC (rev 
490034)
@@ -0,0 +1,37 @@
+# Maintainer: Jameson Pugh 
+
+pkgname=python-voluptuous-serialize
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Convert voluptuous schemas to JSON'
+arch=(any)
+url=https://github.com/balloob/voluptuous-serialize
+license=(APACHE)
+depends=(python-voluptuous)
+makedepends=(
+  git
+  python-setuptools
+)
+checkdepends=(python-pytest)
+source=(git+https://github.com/balloob/voluptuous-serialize.git#tag=${pkgver})
+sha256sums=(SKIP)
+
+build() {
+  cd voluptuous-serialize
+
+  python setup.py build
+}
+
+check() {
+  cd voluptuous-serialize
+
+  python setup.py test
+}
+
+package() {
+  cd voluptuous-serialize
+
+  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (9 files)

2019-03-04 Thread Maxime Gauduin via arch-commits
Date: Monday, March 4, 2019 @ 20:57:49
  Author: alucryd
Revision: 437617

fix plug names

Modified:
  switchboard-plug-bluetooth/trunk/PKGBUILD
  switchboard-plug-keyboard/trunk/PKGBUILD
  switchboard-plug-locale/trunk/PKGBUILD
  switchboard-plug-mouse-touchpad/trunk/PKGBUILD
  switchboard-plug-notifications/trunk/PKGBUILD
  switchboard-plug-power/trunk/PKGBUILD
  switchboard-plug-printers/trunk/PKGBUILD
  switchboard-plug-security-privacy/trunk/PKGBUILD
  switchboard-plug-sharing/trunk/PKGBUILD

--+
 switchboard-plug-bluetooth/trunk/PKGBUILD|2 +-
 switchboard-plug-keyboard/trunk/PKGBUILD |2 +-
 switchboard-plug-locale/trunk/PKGBUILD   |2 +-
 switchboard-plug-mouse-touchpad/trunk/PKGBUILD   |2 +-
 switchboard-plug-notifications/trunk/PKGBUILD|2 +-
 switchboard-plug-power/trunk/PKGBUILD|2 +-
 switchboard-plug-printers/trunk/PKGBUILD |2 +-
 switchboard-plug-security-privacy/trunk/PKGBUILD |2 +-
 switchboard-plug-sharing/trunk/PKGBUILD  |2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

Modified: switchboard-plug-bluetooth/trunk/PKGBUILD
===
--- switchboard-plug-bluetooth/trunk/PKGBUILD   2019-03-04 20:54:55 UTC (rev 
437616)
+++ switchboard-plug-bluetooth/trunk/PKGBUILD   2019-03-04 20:57:49 UTC (rev 
437617)
@@ -3,7 +3,7 @@
 pkgname=switchboard-plug-bluetooth
 pkgver=2.2.1
 pkgrel=1
-pkgdesc='Bluetooth plug for Switchboard'
+pkgdesc='Switchboard Bluetooth Plug'
 arch=(x86_64)
 url=https://github.com/elementary/switchboard-plug-bluetooth
 license=(GPL3)

Modified: switchboard-plug-keyboard/trunk/PKGBUILD
===
--- switchboard-plug-keyboard/trunk/PKGBUILD2019-03-04 20:54:55 UTC (rev 
437616)
+++ switchboard-plug-keyboard/trunk/PKGBUILD2019-03-04 20:57:49 UTC (rev 
437617)
@@ -3,7 +3,7 @@
 pkgname=switchboard-plug-keyboard
 pkgver=2.3.4
 pkgrel=1
-pkgdesc='Keyboard plug for Switchboard'
+pkgdesc='Switchboard Keyboard Plug'
 arch=(x86_64)
 url=https://github.com/elementary/switchboard-plug-keyboard
 license=(GPL3)

Modified: switchboard-plug-locale/trunk/PKGBUILD
===
--- switchboard-plug-locale/trunk/PKGBUILD  2019-03-04 20:54:55 UTC (rev 
437616)
+++ switchboard-plug-locale/trunk/PKGBUILD  2019-03-04 20:57:49 UTC (rev 
437617)
@@ -3,7 +3,7 @@
 pkgname=switchboard-plug-locale
 pkgver=2.4.1
 pkgrel=1
-pkgdesc='Locale plug for Switchboard'
+pkgdesc='Switchboard Locale Plug'
 arch=(x86_64)
 url=https://github.com/elementary/switchboard-plug-locale
 license=(GPL3)

Modified: switchboard-plug-mouse-touchpad/trunk/PKGBUILD
===
--- switchboard-plug-mouse-touchpad/trunk/PKGBUILD  2019-03-04 20:54:55 UTC 
(rev 437616)
+++ switchboard-plug-mouse-touchpad/trunk/PKGBUILD  2019-03-04 20:57:49 UTC 
(rev 437617)
@@ -3,7 +3,7 @@
 pkgname=switchboard-plug-mouse-touchpad
 pkgver=2.1.4
 pkgrel=1
-pkgdesc='Mouse & Touchpad plug for Switchboard'
+pkgdesc='Switchboard Mouse & Touchpad Plug'
 arch=(x86_64)
 url=https://github.com/elementary/switchboard-plug-mouse-touchpad
 license=(GPL3)

Modified: switchboard-plug-notifications/trunk/PKGBUILD
===
--- switchboard-plug-notifications/trunk/PKGBUILD   2019-03-04 20:54:55 UTC 
(rev 437616)
+++ switchboard-plug-notifications/trunk/PKGBUILD   2019-03-04 20:57:49 UTC 
(rev 437617)
@@ -3,7 +3,7 @@
 pkgname=switchboard-plug-notifications
 pkgver=2.1.5
 pkgrel=1
-pkgdesc='Notifications plug for Switchboard'
+pkgdesc='Switchboard Notifications Plug'
 arch=(x86_64)
 url=https://github.com/elementary/switchboard-plug-notifications
 license=(GPL3)

Modified: switchboard-plug-power/trunk/PKGBUILD
===
--- switchboard-plug-power/trunk/PKGBUILD   2019-03-04 20:54:55 UTC (rev 
437616)
+++ switchboard-plug-power/trunk/PKGBUILD   2019-03-04 20:57:49 UTC (rev 
437617)
@@ -3,7 +3,7 @@
 pkgname=switchboard-plug-power
 pkgver=2.3.5
 pkgrel=1
-pkgdesc='Power plug for Switchboard'
+pkgdesc='Switchboard Power Plug'
 arch=(x86_64)
 url=https://github.com/elementary/switchboard-plug-power
 license=(GPL3)

Modified: switchboard-plug-printers/trunk/PKGBUILD
===
--- switchboard-plug-printers/trunk/PKGBUILD2019-03-04 20:54:55 UTC (rev 
437616)
+++ switchboard-plug-printers/trunk/PKGBUILD2019-03-04 20:57:49 UTC (rev 
437617)
@@ -3,7 +3,7 @@
 pkgname=switchboard-plug-printers
 pkgver=2.1.6
 pkgrel=1
-pkgdesc='Printers plug for Switchboard'
+pkgdesc='Switchboard Printers Plug'
 arch=(x86_64)
 url=https://github.com/elementary/switchboard-plug-printers
 license=(GPL3)

Modified: 

[arch-commits] Commit in (9 files)

2018-10-04 Thread Bruno Pagani via arch-commits
Date: Thursday, October 4, 2018 @ 21:24:26
  Author: archange
Revision: 389680

Initial addition of gitea in [community]

Added:
  gitea/
  gitea/repos/
  gitea/trunk/
  gitea/trunk/PKGBUILD
  gitea/trunk/gitea-disable-u2f.patch
  gitea/trunk/gitea-ldflags.patch
  gitea/trunk/gitea-repos.patch
  gitea/trunk/gitea.service
  gitea/trunk/gitea.tmpfiles

-+
 PKGBUILD|   66 ++
 gitea-disable-u2f.patch |   16 +++
 gitea-ldflags.patch |   19 +
 gitea-repos.patch   |   11 +++
 gitea.service   |   29 
 gitea.tmpfiles  |7 
 6 files changed, 148 insertions(+)

Added: gitea/trunk/PKGBUILD
===
--- gitea/trunk/PKGBUILD(rev 0)
+++ gitea/trunk/PKGBUILD2018-10-04 21:24:26 UTC (rev 389680)
@@ -0,0 +1,66 @@
+# Maintainer: Bruno Pagani 
+# Maintainer: Maxime Gauduin 
+# Contributor: Frederik Schwan 
+
+pkgname=gitea
+pkgver=1.5.1
+pkgrel=2
+pkgdesc="Painless self-hosted Git service. Community managed fork of Gogs."
+arch=('x86_64')
+url="https://gitea.io;
+license=('MIT')
+depends=('git')
+makedepends=('go-pie' 'go-bindata')
+optdepends=(
+  'mariadb: MariaDB support'
+  'memcached: MemCached support'
+  'openssh: GIT over SSH support'
+  'pam: Authentication via PAM support'
+  'postgresql: PostgreSQL support'
+  'redis: Redis support'
+  'sqlite: SQLite support'
+)
+backup=('etc/gitea/app.ini')
+_commit=38d8b8cf49ce62dd7cfc806f1995d00e6fecc707  # tags/1.5.1^0
+source=("git+https://github.com/go-gitea/gitea.git#commit=${_commit};
+gitea.tmpfiles
+gitea.service
+gitea-repos.patch
+gitea-ldflags.patch
+gitea-disable-u2f.patch)
+sha256sums=('SKIP'
+'da04ca25b76bcfc443c49da056393240d94d8c7e3b4bd63d4cf10e5aea001239'
+'49c6da593d9c463d39bec47aa2496a636944d5c673c2983be731466d4dbbf578'
+'66c5a84fbbe56dd8b3bca3a779aaaf5d4855573f0dd2b273018a8983d7951a72'
+'f062d395b3122edcbcb51f6bac59da70ef57bfcf4693c17bde14ee35b1ef5e92'
+'d6842efd13b6971b77d233ff3ac2bd3d81c5d26c348ae1f2a2b19b0e7237726e')
+
+prepare() {
+  mkdir -p gopath/src/code.gitea.io
+  ln -rTsf ${pkgname} gopath/src/code.gitea.io/${pkgname}
+
+  cd ${pkgname}
+  # Change default repos path for ArchLinux
+  patch -Np1 -i ../gitea-repos.patch
+  # Fix LDFLAGS not being respected by Go
+  patch -Np1 -i ../gitea-ldflags.patch
+  # https://github.com/go-gitea/gitea/issues/4692
+  patch -Np1 -i ../gitea-disable-u2f.patch
+}
+
+build() {
+  export GOPATH="${srcdir}"/gopath
+  cd gopath/src/code.gitea.io/gitea
+  make generate
+  EXTRA_GOFLAGS="-gcflags all=-trimpath=${GOPATH} -asmflags 
all=-trimpath=${GOPATH}" \
+  make GOFLAGS="-v" TAGS="bindata sqlite tidb pam" build
+}
+
+package() {
+  install -Dm755 ${pkgname}/${pkgname} -t "${pkgdir}"/usr/bin/
+  install -Dm644 ${pkgname}/LICENSE -t 
"${pkgdir}"/usr/share/licenses/${pkgname}/
+  install -Dm644 ${pkgname}.service -t "${pkgdir}"/usr/lib/systemd/system/
+  install -Dm644 ${pkgname}.tmpfiles 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
+  install -dm755 -o root -g git "${pkgdir}"/etc/gitea
+  install -m 660 -o root -g git ${pkgname}/custom/conf/app.ini.sample 
"${pkgdir}"/etc/gitea/app.ini
+}

Added: gitea/trunk/gitea-disable-u2f.patch
===
--- gitea/trunk/gitea-disable-u2f.patch (rev 0)
+++ gitea/trunk/gitea-disable-u2f.patch 2018-10-04 21:24:26 UTC (rev 389680)
@@ -0,0 +1,16 @@
+--- a/custom/conf/app.ini.sample
 b/custom/conf/app.ini.sample
+@@ -628,13 +628,6 @@ sr-SP = sr
+ sv-SE = sv
+ ko-KR = ko
+ 
+-[U2F]
+-; Two Factor authentication with security keys
+-; https://developers.yubico.com/U2F/App_ID.html
+-APP_ID = %(PROTOCOL)s://%(DOMAIN)s:%(HTTP_PORT)s/
+-; Comma seperated list of truisted facets
+-TRUSTED_FACETS = %(PROTOCOL)s://%(DOMAIN)s:%(HTTP_PORT)s/
+-
+ ; Extension mapping to highlight class
+ ; e.g. .toml=ini
+ [highlight.mapping]

Added: gitea/trunk/gitea-ldflags.patch
===
--- gitea/trunk/gitea-ldflags.patch (rev 0)
+++ gitea/trunk/gitea-ldflags.patch 2018-10-04 21:24:26 UTC (rev 389680)
@@ -0,0 +1,19 @@
+--- a/Makefile
 b/Makefile
+@@ -33,6 +33,7 @@ else
+   GITEA_VERSION := $(shell git describe --tags --always | sed 's/-/+/' | 
sed 's/^v//')
+ endif
+ 
++EXTLDFLAGS := ${LDFLAGS}
+ LDFLAGS := -X "main.Version=$(GITEA_VERSION)" -X "main.Tags=$(TAGS)"
+ 
+ PACKAGES ?= $(filter-out code.gitea.io/gitea/integrations,$(shell $(GO) list 
./... | grep -v /vendor/))
+@@ -240,7 +241,7 @@ install: $(wildcard *.go)
+ build: $(EXECUTABLE)
+ 
+ $(EXECUTABLE): $(SOURCES)
+-  $(GO) build $(GOFLAGS) $(EXTRA_GOFLAGS) -tags '$(TAGS)' -ldflags '-s -w 
$(LDFLAGS)' -o $@
++ 

[arch-commits] Commit in (9 files)

2018-09-20 Thread Kyle Keen via arch-commits
Date: Thursday, September 20, 2018 @ 11:41:44
  Author: kkeen
Revision: 383573

bringing back opencascade for kicad

Added:
  opencascade/
  opencascade/repos/
  opencascade/trunk/
  opencascade/trunk/PKGBUILD
  opencascade/trunk/cmake-fix-variable.patch
  opencascade/trunk/ffmpeg4.patch
  opencascade/trunk/fix-install-dir-references.patch
  opencascade/trunk/opencascade.sh
  opencascade/trunk/vtk7.patch

--+
 PKGBUILD |   67 +
 cmake-fix-variable.patch |   12 ++
 ffmpeg4.patch|   22 
 fix-install-dir-references.patch |   24 +
 opencascade.sh   |   24 +
 vtk7.patch   |   48 ++
 6 files changed, 197 insertions(+)

Added: opencascade/trunk/PKGBUILD
===
--- opencascade/trunk/PKGBUILD  (rev 0)
+++ opencascade/trunk/PKGBUILD  2018-09-20 11:41:44 UTC (rev 383573)
@@ -0,0 +1,67 @@
+# Maintainer: Kyle Keen 
+# Contributor: Gabriel Souza Franco 
+# Contributor: Florian Pritz 
+# Contributor: Giuseppe Borzi 
+# Contributor: Brice Méalier 
+# Contributor: Michele Mocciola 
+
+pkgname=opencascade
+pkgver=7.3.0
+_pkgver=V${pkgver//./_}
+pkgrel=3
+pkgdesc="Open CASCADE Technology, 3D modeling & numerical simulation"
+arch=('x86_64')
+url="http://www.opencascade.org;
+license=('custom')
+depends=('tk' 'vtk' 'gl2ps' 'ffmpeg' 'freeimage' 'intel-tbb')
+makedepends=('cmake' 'qt5-base') # VTK requires Qt5 to build
+source=("opencascade-${pkgver}.tgz::http://git.dev.opencascade.org/gitweb/?p=occt.git;a=snapshot;h=refs/tags/${_pkgver};sf=tgz;
+'opencascade.sh' 'fix-install-dir-references.patch'
+'vtk7.patch' 'ffmpeg4.patch' 'cmake-fix-variable.patch')
+sha256sums=('7298c5eadc6dd0aeb6265ff2958e8e742d6e3aa65227acce8094f96f1bf6d2ac'
+'2064536a85d46fee368a8f1a712b2c6c77ca79c5bffcc68cba79d70d36efa2f4'
+'afb584aa453993ae8d9e2b983594558531ede735a5892754b812be30650c9fb5'
+'bd230962173a80a971c8da9d3dc07238f249544bb67ee834be7d6466391d0315'
+'461c44a1b635c09f23283c0b8f583a0d38079a1e20338c009776a621d0ed6efe'
+'c7427082400b2d1ac58c59549d4dd1ee5b27d06847b7907842e9e2f2b68980fa')
+
+prepare() {
+  cd "occt-${_pkgver}"
+  patch -Np1 -i "$srcdir/fix-install-dir-references.patch"
+  patch -Np1 -i "$srcdir/vtk7.patch"
+  patch -Np1 -i "$srcdir/ffmpeg4.patch"
+  patch -Np1 -i "$srcdir/cmake-fix-variable.patch"
+}
+
+build() {
+  cd "occt-${_pkgver}"
+  mkdir -p build && cd build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DUSE_GL2PS=ON \
+-DUSE_FREEIMAGE=ON \
+-DUSE_FFMPEG=ON \
+-DUSE_VTK=ON \
+-DUSE_TBB=ON
+
+  make
+}
+
+package() {
+  cd "occt-${_pkgver}/build"
+
+  make DESTDIR="$pkgdir" install
+
+  cd ..
+
+  install -Dm755 "$srcdir/opencascade.sh" 
"$pkgdir/etc/profile.d/opencascade.sh"
+  install -dm755 "$pkgdir/usr/share/licenses/$pkgname/"
+  mv "$pkgdir/usr/share/doc/opencascade/"* 
"$pkgdir/usr/share/licenses/$pkgname"
+  rm -r "$pkgdir/usr/share/doc"
+
+  rm "$pkgdir/usr/bin/"*.sh
+}
+
+# vim:set ts=2 sw=2 et:

Added: opencascade/trunk/cmake-fix-variable.patch
===
--- opencascade/trunk/cmake-fix-variable.patch  (rev 0)
+++ opencascade/trunk/cmake-fix-variable.patch  2018-09-20 11:41:44 UTC (rev 
383573)
@@ -0,0 +1,12 @@
+diff -Naur occt-V7_3_0/adm/templates/OpenCASCADEConfig.cmake.in 
occt-V7_3_0_new/adm/templates/OpenCASCADEConfig.cmake.in
+--- occt-V7_3_0/adm/templates/OpenCASCADEConfig.cmake.in   2018-05-29 
12:14:02.0 +0200
 occt-V7_3_0.new/adm/templates/OpenCASCADEConfig.cmake.in   2018-05-29 
12:14:02.0 +0200
+@@ -26,7 +26,7 @@
+ if (OpenCASCADE_INSTALL_PREFIX MATCHES "/cmake$")
+   get_filename_component (OpenCASCADE_INSTALL_PREFIX 
"${OpenCASCADE_INSTALL_PREFIX}" PATH)
+ endif()
+-if (OpenCASCADE_INSTALL_PREFIX MATCHES "/lib$")
++if (OpenCASCADE_INSTALL_PREFIX MATCHES "/lib(64)?$")
+   get_filename_component (OpenCASCADE_INSTALL_PREFIX 
"${OpenCASCADE_INSTALL_PREFIX}" PATH)
+ endif()
+ 

Added: opencascade/trunk/ffmpeg4.patch
===
--- opencascade/trunk/ffmpeg4.patch (rev 0)
+++ opencascade/trunk/ffmpeg4.patch 2018-09-20 11:41:44 UTC (rev 383573)
@@ -0,0 +1,22 @@
+diff -Naur a/src/Image/Image_VideoRecorder.cxx 
b/src/Image/Image_VideoRecorder.cxx
+--- a/src/Image/Image_VideoRecorder.cxx2017-10-04 14:26:07.0 
+0200
 b/src/Image/Image_VideoRecorder.cxx2017-10-04 14:26:07.0 
+0200
+@@ -276,7 +276,7 @@
+   // some formats want stream headers to be separate
+   if (myAVContext->oformat->flags & AVFMT_GLOBALHEADER)
+   {
+-aCodecCtx->flags |= 

[arch-commits] Commit in (9 files)

2018-07-29 Thread David Runge via arch-commits
Date: Sunday, July 29, 2018 @ 16:44:59
  Author: dvzrv
Revision: 364860

Adding realtime-privileges.

Added:
  realtime-privileges/
  realtime-privileges/repos/
  realtime-privileges/trunk/
  realtime-privileges/trunk/40-realtime-privileges.rules
  realtime-privileges/trunk/99-realtime-privileges.conf
  realtime-privileges/trunk/ChangeLog
  realtime-privileges/trunk/PKGBUILD
  realtime-privileges/trunk/realtime-privileges.install
  realtime-privileges/trunk/sysusers-realtime-privileges.conf

---+
 40-realtime-privileges.rules  |6 ++
 99-realtime-privileges.conf   |2 ++
 ChangeLog |7 +++
 PKGBUILD  |   30 ++
 realtime-privileges.install   |7 +++
 sysusers-realtime-privileges.conf |3 +++
 6 files changed, 55 insertions(+)

Added: realtime-privileges/trunk/40-realtime-privileges.rules
===
--- realtime-privileges/trunk/40-realtime-privileges.rules  
(rev 0)
+++ realtime-privileges/trunk/40-realtime-privileges.rules  2018-07-29 
16:44:59 UTC (rev 364860)
@@ -0,0 +1,6 @@
+# rw access to /dev/cpu_dma_latency to prevent CPUs from going into idle state
+KERNEL=="cpu_dma_latency", GROUP="realtime"
+# rw access to /dev/rtc0
+KERNEL=="rtc0", GROUP="realtimrealtimee"
+# rw access to /dev/hpet0
+KERNEL=="hpet", GROUP="realtime"

Added: realtime-privileges/trunk/99-realtime-privileges.conf
===
--- realtime-privileges/trunk/99-realtime-privileges.conf   
(rev 0)
+++ realtime-privileges/trunk/99-realtime-privileges.conf   2018-07-29 
16:44:59 UTC (rev 364860)
@@ -0,0 +1,2 @@
+@realtime - rtprio 98
+@realtime - memlock unlimited

Added: realtime-privileges/trunk/ChangeLog
===
--- realtime-privileges/trunk/ChangeLog (rev 0)
+++ realtime-privileges/trunk/ChangeLog 2018-07-29 16:44:59 UTC (rev 364860)
@@ -0,0 +1,7 @@
+Changes with 1:
+   * Adding dedicated 'realtime' group using sysusers.d.
+   * Adding limits.conf drop in file. This adds rtprio 98 and memlock 
unlimited
+   for the realtime group.
+   * Adding access to /dev/cpu_dma_latency for group 'realtime' with the 
help
+   of a udev rule. This enables applications to stop the CPU from 
going to
+   idle states.

Added: realtime-privileges/trunk/PKGBUILD
===
--- realtime-privileges/trunk/PKGBUILD  (rev 0)
+++ realtime-privileges/trunk/PKGBUILD  2018-07-29 16:44:59 UTC (rev 364860)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: David Runge 
+pkgname=realtime-privileges
+pkgver=1
+pkgrel=1
+pkgdesc="Realtime privileges for users"
+arch=('any')
+url="https://wiki.archlinux.org/index.php/Realtime_process_management;
+license=('GPL')
+groups=('pro-audio' 'realtime')
+install="${pkgname}.install"
+changelog=ChangeLog
+source=("99-${pkgname}.conf"
+"sysusers-${pkgname}.conf"
+"40-${pkgname}.rules"
+'ChangeLog')
+sha512sums=('4d812d89561519fe79613d03b531408122a3ae729eba631187848c3480d6235b483102e8c647e6eb2f579293f462b0dae7f4f04d56e085063e24d69f3ed96b4a'
+
'2f4d048a3e3c6de75bb7432092e1943143507110ff33aa9f7f2ca4ed3f028536c8f910735f5218f0fa6cc89e8eae70699bcce18c0dadc07e518fc3cf33611518'
+
'10e047ec557540c3847ed8c1e494d59d52dc2d102a58d8cf210cbad6042740782172bd7e674c19f1f6048f5210576b075a494f9b4bba9cc5fd3e78f61fa35cc4'
+
'05a958946d691861e6803c1cfe4147159c09a43d6a9eca7169ad4c23009c4bea2890243307e21f3798746e65d877ba9b37f4f3e444a8560ef60b7f052296b27f')
+
+package() {
+  # realtime group installed through sysusers.d
+  install -vDm 644 "sysusers-${pkgname}.conf" \
+"${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
+  # limits for realtime group
+  install -vDm 644 "99-${pkgname}.conf" -t "${pkgdir}/etc/security/limits.d/"
+  # udev rules, giving access to devices to realtime group
+  install -vDm 644 "40-${pkgname}.rules" -t "${pkgdir}/usr/lib/udev/rules.d/"
+}


Property changes on: realtime-privileges/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: realtime-privileges/trunk/realtime-privileges.install
===
--- realtime-privileges/trunk/realtime-privileges.install   
(rev 0)
+++ realtime-privileges/trunk/realtime-privileges.install   2018-07-29 
16:44:59 UTC (rev 364860)
@@ -0,0 +1,7 @@
+post_install() {
+  echo "The 'realtime' group has been created. Add your user to it and 
re-login to use realtime privileges."
+}
+
+post_remove() {
+  echo "Privileges for realtime 

[arch-commits] Commit in (9 files)

2018-05-26 Thread Felix Yan via arch-commits
Date: Saturday, May 26, 2018 @ 19:33:34
  Author: felixonmars
Revision: 331051

remove old haskell packages

Deleted:
  cabal-helper/
  haskell-conduit-combinators/
  haskell-ghc-syb-utils/
  haskell-hastache/
  haskell-hit/
  haskell-mtl/
  haskell-parsec/
  haskell-stm/
  haskell-text/


[arch-commits] Commit in (9 files)

2018-04-24 Thread Balló György via arch-commits
Date: Tuesday, April 24, 2018 @ 08:01:18
  Author: bgyorgy
Revision: 317497

Move gpodder from AUR with 143 votes

Also move its dependencies: python-mygpoclient, python-podcastparser.

Added:
  gpodder/
  gpodder/trunk/
  gpodder/trunk/PKGBUILD
  python-mygpoclient/
  python-mygpoclient/trunk/
  python-mygpoclient/trunk/PKGBUILD
  python-podcastparser/
  python-podcastparser/trunk/
  python-podcastparser/trunk/PKGBUILD

-+
 gpodder/trunk/PKGBUILD  |   25 ++
 python-mygpoclient/trunk/PKGBUILD   |   37 ++
 python-podcastparser/trunk/PKGBUILD |   32 +
 3 files changed, 94 insertions(+)

Added: gpodder/trunk/PKGBUILD
===
--- gpodder/trunk/PKGBUILD  (rev 0)
+++ gpodder/trunk/PKGBUILD  2018-04-24 08:01:18 UTC (rev 317497)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Jan Magnus Brevik 
+
+pkgname=gpodder
+pkgver=3.10.1
+pkgrel=1
+pkgdesc='Podcast client written in Python using GTK+'
+arch=(any)
+url='https://gpodder.github.io/'
+license=(GPL3)
+depends=(gtk3 python-cairo python-dbus python-gobject python-mygpoclient 
python-podcastparser)
+makedepends=(intltool)
+source=($pkgname-$pkgver.tar.gz::http://github.com/gpodder/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('cd3f65146fa202c2861d8f0a2fa212323830c6c437a272f6f88a5e03581e9e0b')
+
+build() {
+  cd $pkgname-$pkgver
+  make messages
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


Property changes on: gpodder/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: python-mygpoclient/trunk/PKGBUILD
===
--- python-mygpoclient/trunk/PKGBUILD   (rev 0)
+++ python-mygpoclient/trunk/PKGBUILD   2018-04-24 08:01:18 UTC (rev 317497)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Muges 
+# Contributor: Alexis "Horgix" Chotad 
+# Contributor: Allan McRae 
+# Contributor: Jonas Heinrich 
+# Contributor: Markus Golser 
+
+_pkgbase=mygpoclient
+pkgbase=python-$_pkgbase
+pkgname=(python-mygpoclient python2-mygpoclient)
+pkgver=1.8
+pkgrel=1
+pkgdesc='Python client Library for the gpodder.net web service'
+arch=(any)
+url='https://github.com/gpodder/mygpoclient'
+license=(GPL3)
+depends=(python python2)
+source=($pkgbase-$pkgver.tar.gz::https://github.com/gpodder/$_pkgbase/archive/$pkgver.tar.gz)
+sha256sums=('65fcb3ab220a2ba2d32a77f969b423a2f663413b6c485b7b02e5a955b28e68d2')
+
+package_python-mygpoclient() {
+  depends=(python)
+
+  cd $_pkgbase-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-mygpoclient() {
+  depends=(python2)
+
+  cd $_pkgbase-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  for file in "$pkgdir"/usr/bin/*; do mv "$file" "${file}2"; done
+  mv "$pkgdir"/usr/share/man/man1/mygpo-bpsync{,2}.1
+}


Property changes on: python-mygpoclient/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: python-podcastparser/trunk/PKGBUILD
===
--- python-podcastparser/trunk/PKGBUILD (rev 0)
+++ python-podcastparser/trunk/PKGBUILD 2018-04-24 08:01:18 UTC (rev 317497)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Jan Magnus Brevik 
+
+_pkgbase=podcastparser
+pkgbase=python-$_pkgbase
+pkgname=(python-podcastparser python2-podcastparser)
+pkgver=0.6.3
+pkgrel=1
+pkgdesc='Simplified, fast RSS parsing library in Python'
+arch=(any)
+url='https://github.com/gpodder/podcastparser'
+license=(ISC)
+depends=(python python2)
+source=($pkgbase-$pkgver.tar.gz::https://github.com/gpodder/$_pkgbase/archive/$pkgver.tar.gz)
+sha256sums=('5cd36182bf0c8ec5b36fb309b23bb1c67b507909d94ef402f04f08e64e545489')
+
+package_python-podcastparser() {
+  depends=(python)
+
+  cd $_pkgbase-$pkgver
+  python3 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-podcastparser() {
+  depends=(python2)
+
+  cd $_pkgbase-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


Property changes on: python-podcastparser/trunk/PKGBUILD
___
Added: 

[arch-commits] Commit in (9 files)

2018-02-20 Thread Sergej Pupykin via arch-commits
Date: Tuesday, February 20, 2018 @ 18:09:51
  Author: spupykin
Revision: 296535

add psi-l10n and psi-plugins packages

Added:
  psi-l10n/
  psi-l10n/repos/
  psi-l10n/trunk/
  psi-l10n/trunk/PKGBUILD
  psi-plugins/
  psi-plugins/repos/
  psi-plugins/trunk/
  psi-plugins/trunk/PKGBUILD
  psi-plugins/trunk/psiplugin.pri

-+
 psi-l10n/trunk/PKGBUILD |   30 
 psi-plugins/trunk/PKGBUILD  |   47 ++
 psi-plugins/trunk/psiplugin.pri |   18 ++
 3 files changed, 95 insertions(+)

Added: psi-l10n/trunk/PKGBUILD
===
--- psi-l10n/trunk/PKGBUILD (rev 0)
+++ psi-l10n/trunk/PKGBUILD 2018-02-20 18:09:51 UTC (rev 296535)
@@ -0,0 +1,30 @@
+# $Id: PKGBUILD 264278 2017-10-25 15:45:36Z spupykin $
+# Maintainer: Sergej Pupykin 
+
+pkgname=psi-l10n
+pkgver=1.3
+pkgrel=1
+pkgdesc="Language packs for Psi+ (Qt 5.x build)"
+arch=('any')
+url="http://psi-plus.com;
+license=('GPL2')
+depends=('psi')
+conflicts=('psi-l10n')
+replaces=('psi-l10n')
+makedepends=('qt5-tools' 'git')
+options=('!strip' '!zipman')
+source=("git://github.com/psi-plus/psi-plus-l10n.git#tag=$pkgver")
+sha256sums=('SKIP')
+
+build() {
+   cd psi-plus-l10n/translations
+   for langfile in *.ts; do
+   lrelease-qt5 "$langfile"
+   done
+}
+
+package() {
+   cd psi-plus-l10n/translations
+   install -v -dm755 "$pkgdir/usr/share/psi-plus/translations"
+   install -v -m644 *.qm "$pkgdir/usr/share/psi-plus/translations"
+}

Added: psi-plugins/trunk/PKGBUILD
===
--- psi-plugins/trunk/PKGBUILD  (rev 0)
+++ psi-plugins/trunk/PKGBUILD  2018-02-20 18:09:51 UTC (rev 296535)
@@ -0,0 +1,47 @@
+# $Id: PKGBUILD 266875 2017-11-15 14:29:11Z foutrelis $
+# Maintainer: Sergej Pupykin 
+
+pkgname=psi-plugins
+pkgver=1.3
+pkgrel=1
+pkgdesc="Additional plugins for Psi+ (built with Qt 5.x)"
+arch=('x86_64')
+url="http://psi-plus.com;
+license=('GPL2')
+depends=('qt5-base' 'qt5-webkit' 'qt5-multimedia' 'psi' 'qt5-webengine')
+conflicts=('psi-plus-plugins-git' 'psi-plus-plugins-qt5-git' 
'psi-plus-plugins')
+replaces=('psi-plus-plugins')
+makedepends=('libotr' 'tidyhtml' 'git')
+optdepends=('libotr: for OTR plugin'
+'tidyhtml: for OTR plugin')
+source=("psi-plus-plugins::git://github.com/psi-im/plugins.git#tag=$pkgver"
+'psiplugin.pri')
+sha256sums=('SKIP'
+'2be7b26400faecf69d552b89ed8470cb461ba1c8c56e3e8646d166feb0de56c6')
+
+prepare() {
+cp -v psiplugin.pri psi-plus-plugins/
+}
+
+build() {
+cd psi-plus-plugins
+# Kill broken plugins
+rm -rf generic/juickplugin
+for plugin in generic/*; do
+if [ -d "$srcdir/psi-plus-plugins/$plugin" ]; then
+cd "$srcdir/psi-plus-plugins/$plugin"
+qmake-qt5 PREFIX="/usr" QMAKE_STRIP=
+make
+fi
+done
+}
+
+package() {
+cd psi-plus-plugins
+for plugin in generic/* unix/*; do
+if [ -d "$srcdir/psi-plus-plugins/$plugin" ]; then
+cd "$srcdir/psi-plus-plugins/$plugin"
+make INSTALL_ROOT="$pkgdir" install
+fi
+done
+}

Added: psi-plugins/trunk/psiplugin.pri
===
--- psi-plugins/trunk/psiplugin.pri (rev 0)
+++ psi-plugins/trunk/psiplugin.pri 2018-02-20 18:09:51 UTC (rev 296535)
@@ -0,0 +1,18 @@
+TEMPLATE = lib
+CONFIG += plugin
+QT += xml
+QT += widgets
+
+MOC_DIR = .moc/
+OBJECTS_DIR = .obj/
+RCC_DIR = .rcc/
+UI_DIR = .ui/
+
+INCLUDEPATH += .ui/
+
+target.path = /usr/lib/psi-plus/plugins
+INSTALLS += target
+
+INCLUDEPATH += /usr/include/psi-plus/plugins
+
+DEFINES += HAVE_QT5
\ No newline at end of file


[arch-commits] Commit in (9 files)

2018-02-05 Thread Balló György via arch-commits
Date: Tuesday, February 6, 2018 @ 01:12:10
  Author: bgyorgy
Revision: 289329

Move mailnag from AUR with 12 votes

Added:
  mailnag-gnome-shell/
  mailnag-gnome-shell/trunk/
  mailnag-gnome-shell/trunk/PKGBUILD
  mailnag-goa-plugin/
  mailnag-goa-plugin/trunk/
  mailnag-goa-plugin/trunk/PKGBUILD
  mailnag/
  mailnag/trunk/
  mailnag/trunk/PKGBUILD

+
 mailnag-gnome-shell/trunk/PKGBUILD |   25 +
 mailnag-goa-plugin/trunk/PKGBUILD  |   24 
 mailnag/trunk/PKGBUILD |   28 
 3 files changed, 77 insertions(+)

Added: mailnag/trunk/PKGBUILD
===
--- mailnag/trunk/PKGBUILD  (rev 0)
+++ mailnag/trunk/PKGBUILD  2018-02-06 01:12:10 UTC (rev 289329)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Patrick Ulbrich 
+# Contributor: rasmus 
+
+pkgname=mailnag
+pkgver=1.2.1
+pkgrel=2
+pkgdesc="Extensible mail notification daemon"
+arch=('any')
+url="https://github.com/pulb/mailnag;
+license=('GPL')
+depends=('gst-plugins-base' 'gtk3' 'libgnome-keyring' 'libnotify' 
'python2-dbus' 'python2-gobject' 'python2-xdg')
+optdepends=('gnome-keyring: safe password storage in GNOME'
+'mailnag-goa-plugin: GNOME Online Accounts integration'
+'mailnag-gnome-shell: GNOME Shell integration')
+source=("$pkgname-$pkgver::https://github.com/pulb/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('ec7ac027d93bc7d88fc270858f5a181453a6ff07f43cab20563d185818801fee')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


Property changes on: mailnag/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mailnag-gnome-shell/trunk/PKGBUILD
===
--- mailnag-gnome-shell/trunk/PKGBUILD  (rev 0)
+++ mailnag-gnome-shell/trunk/PKGBUILD  2018-02-06 01:12:10 UTC (rev 289329)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Patrick Ulbrich 
+
+pkgname=mailnag-gnome-shell
+pkgver=3.26.0
+pkgrel=2
+pkgdesc="Mailnag GNOME Shell extension"
+arch=('x86_64')
+url="https://github.com/pulb/mailnag-gnome-shell;
+license=('GPL')
+depends=('folks' 'gnome-shell' 'mailnag')
+makedepends=('vala')
+source=("https://github.com/pulb/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('06ae10d50553f43fa2a44a40bee8349c8e617f3cb36973682fc3d3d44679279c')
+
+build() {
+   cd $pkgname-$pkgver
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make prefix="$pkgdir"/usr install
+}


Property changes on: mailnag-gnome-shell/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mailnag-goa-plugin/trunk/PKGBUILD
===
--- mailnag-goa-plugin/trunk/PKGBUILD   (rev 0)
+++ mailnag-goa-plugin/trunk/PKGBUILD   2018-02-06 01:12:10 UTC (rev 289329)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Patrick Ulbrich 
+
+pkgname=mailnag-goa-plugin
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="Mailnag GNOME Online Accounts plugin"
+arch=('any')
+url="https://github.com/pulb/mailnag-goa-plugin;
+license=('GPL')
+depends=('gnome-online-accounts' 'mailnag')
+source=("https://github.com/pulb/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('39a8178d956d69e919927cbb77ca1cd0dc65957cd610417717c5bfeeb7c5e380')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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


[arch-commits] Commit in (9 files)

2018-01-09 Thread Sergej Pupykin via arch-commits
Date: Tuesday, January 9, 2018 @ 17:23:04
  Author: spupykin
Revision: 280716

add php71

Added:
  php71/
  php71/trunk/
  php71/trunk/PKGBUILD
  php71/trunk/apache.conf
  php71/trunk/apache.patch
  php71/trunk/generate_patches
  php71/trunk/php-fpm.patch
  php71/trunk/php-fpm.tmpfiles
  php71/trunk/php.ini.patch

--+
 PKGBUILD |  347 +
 apache.conf  |   13 +
 apache.patch |   20 +++
 generate_patches |   48 +++
 php-fpm.patch|   74 +++
 php-fpm.tmpfiles |1 
 php.ini.patch|   97 ++
 7 files changed, 600 insertions(+)

Added: php71/trunk/PKGBUILD
===
--- php71/trunk/PKGBUILD(rev 0)
+++ php71/trunk/PKGBUILD2018-01-09 17:23:04 UTC (rev 280716)
@@ -0,0 +1,347 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgbase=php71
+pkgname=('php71'
+ 'php71-cgi'
+ 'php71-apache'
+ 'php71-fpm'
+ 'php71-embed'
+ 'php71-phpdbg'
+ 'php71-dblib'
+ 'php71-enchant'
+ 'php71-gd'
+ 'php71-imap'
+ 'php71-intl'
+ 'php71-mcrypt'
+ 'php71-odbc'
+ 'php71-pgsql'
+ 'php71-pspell'
+ 'php71-snmp'
+ 'php71-sqlite'
+ 'php71-tidy'
+ 'php71-xsl')
+pkgver=7.1.13
+pkgrel=1
+arch=('x86_64')
+license=('PHP')
+url='http://www.php.net'
+makedepends=('apache' 'aspell' 'c-client' 'db' 'enchant' 'gd' 'gmp' 'icu' 
'libmcrypt' 'libxslt' 'libzip' 'net-snmp'
+ 'postgresql-libs' 'sqlite' 'systemd' 'tidy' 'unixodbc' 'curl' 
'libtool' 'postfix' 'freetds' 'pcre')
+checkdepends=('procps-ng')
+validpgpkeys=('1729F83938DA44E27BA0F4D3DBDB397470D12172')
+source=("https://php.net/distributions/${pkgbase%71}-${pkgver}.tar.xz"{,.asc}
+'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch')
+sha256sums=('1a0b3f2fb61959b57a3ee01793a77ed3f19bde5aa90c43dcacc85ea32f64fc10'
+'SKIP'
+'258b33b6531b1128d9804c8b608b6013423a421edcf764747042d07e79ec6df3'
+'ebc0af1ef3a6baccb013d0ccb29923895a7b22ff2d032e3bba802dc6328301ce'
+'7d982a3cefb3eaec0b3458340e4991c2959c10d1518ecb7c1d041884b14efc73'
+'640dba0d960bfeaae9ad38d2826d3f6b5d6c175a4d3e16664eefff29141faad5'
+'78f60b1d9f3a0ef8af77208feed76e303b3a13e93b80613c1e5a729004a5343c')
+
+prepare() {
+   cd ${srcdir}/${pkgbase%71}-${pkgver}
+
+   patch -p0 -i ${srcdir}/apache.patch
+   patch -p0 -i ${srcdir}/php-fpm.patch
+   patch -p0 -i ${srcdir}/php.ini.patch
+}
+
+build() {
+   local _phpconfig="--srcdir=../${pkgbase%71}-${pkgver} \
+   --config-cache \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --sysconfdir=/etc/php \
+   --localstatedir=/var \
+   --with-layout=GNU \
+   --with-config-file-path=/etc/php \
+   --with-config-file-scan-dir=/etc/php/conf.d \
+   --disable-rpath \
+   --mandir=/usr/share/man \
+   --without-pear \
+   "
+
+   local _phpextensions="\
+   --enable-bcmath=shared \
+   --enable-calendar=shared \
+   --enable-dba=shared \
+   --enable-exif=shared \
+   --enable-ftp=shared \
+   --enable-gd-native-ttf \
+   --enable-intl=shared \
+   --enable-mbstring \
+   --enable-shmop=shared \
+   --enable-soap=shared \
+   --enable-sockets=shared \
+   --enable-sysvmsg=shared \
+   --enable-sysvsem=shared \
+   --enable-sysvshm=shared \
+   --enable-zip=shared \
+   --with-bz2=shared \
+   --with-curl=shared \
+   --with-db4=/usr \
+   --with-enchant=shared,/usr \
+   --with-freetype-dir=/usr \
+   --with-gd=shared,/usr \
+   --with-gdbm \
+   --with-gettext=shared \
+   --with-gmp=shared \
+   --with-iconv=shared \
+   --with-imap-ssl \
+   --with-imap=shared \
+   --with-kerberos=/usr \
+   --with-ldap=shared \
+   --with-ldap-sasl \
+   --with-libzip \
+   --with-mcrypt=shared \
+   --with-mhash \
+   --with-mysql-sock=/run/mysqld/mysqld.sock \
+   --with-mysqli=shared,mysqlnd \
+   --with-openssl \
+   --with-pcre-regex=/usr \
+   --with-pdo-dblib=shared,/usr \
+   --with-pdo-mysql=shared,mysqlnd \
+   --with-pdo-odbc=shared,unixODBC,/usr \
+   --with-pdo-pgsql=shared \
+   --with-pdo-sqlite=shared,/usr \
+   --with-pgsql=shared \
+ 

[arch-commits] Commit in (9 files)

2017-09-12 Thread Levente Polyak
Date: Tuesday, September 12, 2017 @ 13:09:35
  Author: anthraxx
Revision: 257109

addpkg: logstash 5.6.0-1

Added:
  logstash/
  logstash/repos/
  logstash/trunk/
  logstash/trunk/PKGBUILD
  logstash/trunk/bundle.config
  logstash/trunk/logstash-sysuser.conf
  logstash/trunk/logstash-tmpfile.conf
  logstash/trunk/logstash.service
  logstash/trunk/logstash@.service

---+
 PKGBUILD  |   70 
 bundle.config |4 ++
 logstash-sysuser.conf |1 
 logstash-tmpfile.conf |5 +++
 logstash.service  |   23 +++
 logstash@.service |7 
 6 files changed, 110 insertions(+)

Added: logstash/trunk/PKGBUILD
===
--- logstash/trunk/PKGBUILD (rev 0)
+++ logstash/trunk/PKGBUILD 2017-09-12 13:09:35 UTC (rev 257109)
@@ -0,0 +1,70 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=logstash
+pkgver=5.6.0
+pkgrel=1
+pkgdesc='Tool for managing events and logs'
+url='https://www.elastic.co/products/logstash/'
+arch=('i686' 'x86_64')
+license=('Apache')
+depends=('java-runtime-headless>=8' 'ruby' 'ruby-bundler')
+makedepends=('java-environment>=8' 'gradle' 'git')
+backup=('etc/conf.d/logstash'
+'etc/logstash/logstash.yml')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/elastic/logstash/archive/v${pkgver}.tar.gz
+logstash.service
+logstash@.service
+logstash-sysuser.conf
+logstash-tmpfile.conf
+bundle.config)
+sha256sums=('c0dbb175773af340c6079a8fe69a1c080835e0e66e6cb92706611beac13d1d67'
+'2b8b29297202334c784fdd7f2eb8d7e776c24c783b3c9f8387b500ab0039335c'
+'a01ea29d4f53d785f6eb926ebfe445e64ed5b3dab5d0418848589dd79502d876'
+'18a68a59ddb0ce19778e83b65e68dd568d65b7180bf45b4cf298fb332d69eb26'
+'b0c334b9f6f5450d0d6e801dbe43972bf32ead92705a389df891a32aa803a55f'
+'fe05315345e4489458c3eecac43726800109c1e390e74a14584096f6c041fee1')
+sha512sums=('fa80d7d01a7b1bce786f918147ebfe0417251f9ffb130431f59a700f5bcb98f50e14692b6e7987bae45fd5a8f1b0a0f2f2017837a90397d42c6f743a2620'
+
'817097565519dc7c5eac7521339947c74c6148683ca594356dd2ceb3274a1e94f8e7318ce310e0fe5789d7ab0d4c23404f814bef31036a11ddfec08d16814c69'
+
'ce2cef4a784845b00d7c867273555811450bc459669abb5be944bfbbb02708129983e45376a9b308d6db22b2c7b4a7a212827a4826f2a27bc7e143cebc9abfe0'
+
'd811dc3b18d0032b79b4669c9f6aefca49963897c309d83cbf87616c7b8cb5944c17c8072980bcd115d0fb57ef1624d98259ff1082d402d308c33e766ee89699'
+
'6b67bc195da2b137d63de9ee79033e0a0f56a822b6f620827d3ee9dcf7f1174cff2716f27dc055580dcda345a5c876ea551444858b2a8fa6c9e4df7d551cdb6b'
+
'5091aa34cc31acd50fd2865714080cf6e67c2d437424f27e001bb409c2885a0e82eabe4ce17461d60c181f460a16df0a03d53bac6015fb731b3e5225735fd4da')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  rm bin/*.bat
+   sed -e 's|LS_SETTINGS_DIR=.*|LS_SETTINGS_DIR="/etc/logstash"|' -i 
config/startup.options
+  sed -e '1i [ -f /etc/profile.d/jre.sh ] && . /etc/profile.d/jre.sh' -i 
bin/logstash.lib.sh
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  rake bootstrap
+  rake plugin:install-default
+
+  rm -r vendor/_ build ci logstash-core/{build,src,spec} qa pkg spec rakelib 
tools vendor/bundle/jruby/*/cache
+  cd vendor/jruby/lib/jni
+  rm -r *Darwin *Windows *SunOS *FreeBSD arm-* ppc64*
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -dm 755 "${pkgdir}"/usr/share "${pkgdir}"/etc/conf.d
+  mv config/startup.options "${pkgdir}/etc/conf.d/logstash"
+  mv config "${pkgdir}/etc/logstash"
+  chmod 750 "${pkgdir}/etc/logstash"
+  cp -a . "${pkgdir}/usr/share/logstash"
+
+  install -Dm 644 "${srcdir}"/{logstash.service,logstash@.service} -t 
"${pkgdir}/usr/lib/systemd/system"
+   install -Dm 644 "${srcdir}/logstash-sysuser.conf" 
"${pkgdir}/usr/lib/sysusers.d/logstash.conf"
+   install -Dm 644 "${srcdir}/logstash-tmpfile.conf" 
"${pkgdir}/usr/lib/tmpfiles.d/logstash.conf"
+  install -Dm 644 "${srcdir}/bundle.config" 
"${pkgdir}/usr/share/logstash/.bundle/config"
+
+  install -dm 755 "${pkgdir}/var/lib/logstash"
+  install -dm 755 "${pkgdir}/var/log/logstash"
+  install -dm 755 "${pkgdir}/etc/logstash/conf.d"
+}
+
+# vim: ts=2 sw=2 et:

Added: logstash/trunk/bundle.config
===
--- logstash/trunk/bundle.config(rev 0)
+++ logstash/trunk/bundle.config2017-09-12 13:09:35 UTC (rev 257109)
@@ -0,0 +1,4 @@
+---
+BUNDLE_PATH: /usr/share/logstash/vendor/bundle
+BUNDLE_WITHOUT: build:development
+BUNDLE_GEMFILE: /usr/share/logstash/Gemfile

Added: logstash/trunk/logstash-sysuser.conf
===
--- logstash/trunk/logstash-sysuser.conf 

[arch-commits] Commit in (9 files)

2017-06-26 Thread Balló György
Date: Tuesday, June 27, 2017 @ 00:01:11
  Author: bgyorgy
Revision: 241058

Add foxtrotgps 12 votes

And its optional gpscorrelate dependency.

Added:
  foxtrotgps/
  foxtrotgps/trunk/
  foxtrotgps/trunk/PKGBUILD
  foxtrotgps/trunk/fixes.patch
  foxtrotgps/trunk/maps-for-free.patch
  gpscorrelate/
  gpscorrelate/trunk/
  gpscorrelate/trunk/PKGBUILD
  gpscorrelate/trunk/gtk3-port.patch

--+
 foxtrotgps/trunk/PKGBUILD|   44 +++
 foxtrotgps/trunk/fixes.patch |   50 
 foxtrotgps/trunk/maps-for-free.patch |   13 ++
 gpscorrelate/trunk/PKGBUILD  |   36 +
 gpscorrelate/trunk/gtk3-port.patch   |  202 +
 5 files changed, 345 insertions(+)

Added: foxtrotgps/trunk/PKGBUILD
===
--- foxtrotgps/trunk/PKGBUILD   (rev 0)
+++ foxtrotgps/trunk/PKGBUILD   2017-06-27 00:01:11 UTC (rev 241058)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Elena ``of Valhalla'' Grandi 
+
+pkgname=foxtrotgps
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="Lightweight and fast mapping application"
+arch=('x86_64' 'i686')
+url="https://www.foxtrotgps.org/;
+license=('GPL')
+depends=('curl' 'gconf' 'gpsd' 'libexif' 'libglade')
+makedepends=('intltool')
+optdepends=('gpscorrelate: geotag photos'
+'jhead: add photos to database'
+'python2-beautifulsoup4: georss2foxtrotgps-poi tool'
+'python2-feedparser: georss2foxtrotgps-poi tool'
+'python2-sqlalchemy: poi2osm tool')
+source=(https://www.foxtrotgps.org/releases/$pkgname-$pkgver.tar.gz
+fixes.patch
+maps-for-free.patch)
+sha256sums=('aa1ffbbf299b7b0f305a0bdbe395266e18305bb9449d621fb88bf8760b55505a'
+'d9f52319d89fb51fd8a493477a97fe7bec554555bc38f83904ef29b1e6314b3f'
+'19290db3cd2d6826b0cad7bfa45f309e13d6ba413d9da2573edae6d8e02919e8')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' contrib/*
+  patch -Np1 -i ../fixes.patch
+  patch -Np0 -i ../maps-for-free.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-schemas-install \
+  --with-gconf-schema-file-dir=/usr/share/gconf/schemas
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


Property changes on: foxtrotgps/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: foxtrotgps/trunk/fixes.patch
===
--- foxtrotgps/trunk/fixes.patch(rev 0)
+++ foxtrotgps/trunk/fixes.patch2017-06-27 00:01:11 UTC (rev 241058)
@@ -0,0 +1,50 @@
+diff -Naur foxtrotgps-1.2.0.orig/contrib/georss2foxtrotgps-poi 
foxtrotgps-1.2.0/contrib/georss2foxtrotgps-poi
+--- foxtrotgps-1.2.0.orig/contrib/georss2foxtrotgps-poi2014-10-24 
06:57:10.0 +0200
 foxtrotgps-1.2.0/contrib/georss2foxtrotgps-poi 2017-06-25 
16:26:22.472440359 +0200
+@@ -30,7 +30,7 @@
+ import random
+ import sqlite3
+ import feedparser
+-from BeautifulSoup import BeautifulSoup, BeautifulStoneSoup
++from bs4 import BeautifulSoup
+ 
+ def link2txt(a):
+   a_text = ''.join(a).strip()
+@@ -76,11 +76,11 @@
+   rand2 = random.randint(1,10)
+   rand = '%s%s' % (rand1,rand2)
+   desc = e.description
+-  soup = 
BeautifulSoup(desc,convertEntities=BeautifulStoneSoup.HTML_ENTITIES,smartQuotesTo=None)
+-  [img.extract() for img in soup.findAll('img')]
+-  [br.replaceWith('\n') for br in soup.findAll('br')]
+-  [a.replaceWith(link2txt(a)) for a in soup.findAll('a')]
+-  desc = ''.join(soup.findAll(text=True)).strip()
++  soup = BeautifulSoup(desc)
++  [img.extract() for img in soup.find_all('img')]
++  [br.replaceWith('\n') for br in soup.find_all('br')]
++  [a.replaceWith(link2txt(a)) for a in soup.find_all('a')]
++  desc = ''.join(soup.find_all(text=True)).strip()
+   poi.append((rand,lat,lon,e.title,desc))
+ 
+ cur.executemany('INSERT INTO poi 
(idmd5,lat,lon,keywords,desc,visibility,cat,subcat,price_range,extended_open) 
VALUES (?,?,?,?,?,1.0,0.0,0.0,1.0,0.0)', poi)
+diff -Naur foxtrotgps-1.2.0.orig/contrib/osb2foxtrot 
foxtrotgps-1.2.0/contrib/osb2foxtrot
+--- foxtrotgps-1.2.0.orig/contrib/osb2foxtrot  2014-10-24 06:57:10.0 
+0200
 foxtrotgps-1.2.0/contrib/osb2foxtrot   2017-06-25 16:28:16.822909562 
+0200
+@@ -2,7 +2,7 @@
+ 
+ from xml.etree.ElementTree import parse
+ import sys, re, hashlib
+-from pysqlite2 import dbapi2 as sqlite
++import sqlite3
+ 
+ if len(sys.argv) 

[arch-commits] Commit in (9 files)

2017-06-24 Thread Balló György
Date: Saturday, June 24, 2017 @ 20:22:35
  Author: bgyorgy
Revision: 240850

Add back screenlets and screenlets-pack-basic packages

The insecure pywebkitgtk dependency is removed.

Added:
  screenlets-pack-basic/
  screenlets-pack-basic/trunk/
  screenlets-pack-basic/trunk/PKGBUILD
  screenlets-pack-basic/trunk/fix-screenlets.patch
  screenlets/
  screenlets/trunk/
  screenlets/trunk/PKGBUILD
  screenlets/trunk/bs4-port.patch
  screenlets/trunk/drop-webkit.patch

--+
 screenlets-pack-basic/trunk/PKGBUILD |   51 
 screenlets-pack-basic/trunk/fix-screenlets.patch |  200 +++
 screenlets/trunk/PKGBUILD|   53 +
 screenlets/trunk/bs4-port.patch  |   21 ++
 screenlets/trunk/drop-webkit.patch   |  220 +
 5 files changed, 545 insertions(+)

Added: screenlets/trunk/PKGBUILD
===
--- screenlets/trunk/PKGBUILD   (rev 0)
+++ screenlets/trunk/PKGBUILD   2017-06-24 20:22:35 UTC (rev 240850)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Roman Kyrylych 
+# Contributor: javonera 
+
+pkgname=screenlets
+pkgver=0.1.7
+pkgrel=1
+pkgdesc="Widget framework that consists of small owner-drawn applications"
+arch=('any')
+url="https://launchpad.net/screenlets;
+license=('GPL3')
+depends=('python2-beautifulsoup4' 'python2-dbus' 'python2-gconf'  
'python2-gnomekeyring'
+ 'python2-wnck' 'python2-xdg')
+optdepends=('screenlets-pack-basic: Desktop widgets')
+options=('!emptydirs')
+source=(https://launchpad.net/screenlets/trunk/$pkgver/+download/$pkgname-$pkgver.tar.bz2{,.asc}
+drop-webkit.patch
+bs4-port.patch)
+validpgpkeys=('D82D1D02396B27DC5045E356A01AFB1B15E8CCA4'  # Guido Tabbernuk
+  '1F78BFA38F0D87A5E007D332990F03C13116C9F7') # Hrotkó Gábor
+sha256sums=('e3c2575461051f4e39713edebc93284f35649a54ce5a068a4090f8d07a91da57'
+'SKIP'
+'2283836998e7a249f61eec408fc4b4432391c060463c41f79b579761b6dda032'
+'0e12e18c0b2caeac804b1fcfdf82c868a8270d24cda4a94f28302fa3ef03c2a9')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Remove insecure pywebkitgtk dependency
+  patch -Np1 -i ../drop-webkit.patch
+
+  # Port to BeautifulSoup 4
+  patch -Np1 -i ../bs4-port.patch
+
+  # Update deprecated icon names
+  sed -i 's/gtk-close/window-close/
+  s/gtk-properties/document-properties/' src/lib/__init__.py
+
+  # Python2 fix
+  sed -i 's@^#!.*python$@#!/usr/bin/python2@' src/share/screenlets-manager/*.py
+  sed -i 's/python -u/python2 -u/' src/bin/* src/lib/*.py 
src/share/screenlets-manager/*.py
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir --optimize=1
+}


Property changes on: screenlets/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: screenlets/trunk/bs4-port.patch
===
--- screenlets/trunk/bs4-port.patch (rev 0)
+++ screenlets/trunk/bs4-port.patch 2017-06-24 20:22:35 UTC (rev 240850)
@@ -0,0 +1,21 @@
+diff -Naur screenlets-0.1.7.orig/src/lib/utils.py 
screenlets-0.1.7/src/lib/utils.py
+--- screenlets-0.1.7.orig/src/lib/utils.py 2017-01-30 21:36:27.0 
+0100
 screenlets-0.1.7/src/lib/utils.py  2017-06-24 21:37:59.383230449 +0200
+@@ -33,7 +33,7 @@
+ import subprocess
+ import commands
+ from HTMLParser import HTMLParser
+-from BeautifulSoup import BeautifulStoneSoup
++from bs4 import BeautifulSoup
+ from xdg.BaseDirectory import *
+ 
+ try:
+@@ -98,7 +98,7 @@
+   s = MLStripper()
+   s.feed(html)
+   no_html = s.get_data()
+-  decoded = BeautifulStoneSoup(no_html, 
convertEntities=BeautifulStoneSoup.HTML_ENTITIES)
++  decoded = BeautifulSoup(no_html).get_text()
+   result = decoded.encode("UTF-8")
+   return result.strip(" \n")
+ 

Added: screenlets/trunk/drop-webkit.patch
===
--- screenlets/trunk/drop-webkit.patch  (rev 0)
+++ screenlets/trunk/drop-webkit.patch  2017-06-24 20:22:35 UTC (rev 240850)
@@ -0,0 +1,220 @@
+diff -Naur screenlets-0.1.7.orig/screenlets-manager.in 
screenlets-0.1.7/screenlets-manager.in
+--- screenlets-0.1.7.orig/screenlets-manager.in2017-01-30 
21:36:27.0 +0100
 screenlets-0.1.7/screenlets-manager.in 2017-06-24 12:35:39.072939002 
+0200
+@@ -2,6 +2,5 @@
+ src/share/screenlets-manager/screenlets-daemon.py
+ src/share/screenlets-manager/screenlets-manager.py
+ src/share/screenlets-manager/screenlets-packager.py

[arch-commits] Commit in (9 files)

2017-06-17 Thread Jerome Leclanche
Date: Saturday, June 17, 2017 @ 21:31:00
  Author: jleclanche
Revision: 237990

pgadmin4: Moved from AUR

Added:
  pgadmin4/
  pgadmin4/repos/
  pgadmin4/trunk/
  pgadmin4/trunk/0001-Simplify-Server-s-python-setup.patch
  pgadmin4/trunk/PKGBUILD
  pgadmin4/trunk/config_distro.py
  pgadmin4/trunk/config_local.py
  pgadmin4/trunk/pgAdmin4.desktop
Deleted:
  pgadmin4/

---+
 0001-Simplify-Server-s-python-setup.patch |  633 
 PKGBUILD  |   84 +++
 config_distro.py  |2 
 pgAdmin4.desktop  |   11 
 4 files changed, 730 insertions(+)

Added: pgadmin4/trunk/0001-Simplify-Server-s-python-setup.patch
===
--- pgadmin4/trunk/0001-Simplify-Server-s-python-setup.patch
(rev 0)
+++ pgadmin4/trunk/0001-Simplify-Server-s-python-setup.patch2017-06-17 
21:31:00 UTC (rev 237990)
@@ -0,0 +1,633 @@
+From a5a1c332e23a094e0c2a1c9513fb9f6b05cbbf05 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Sat, 28 Jan 2017 01:19:06 +0100
+Subject: [PATCH] Simplify Server's python setup
+---
+ runtime/BrowserWindow.cpp |   6 +-
+ runtime/ConfigWindow.cpp  |  16 ++-
+ runtime/ConfigWindow.h|   6 +-
+ runtime/ConfigWindow.ui   |  22 +++-
+ runtime/Server.cpp| 253 +++---
+ runtime/Server.h  |  11 +-
+ runtime/pgAdmin4.cpp  | 106 ++-
+ 7 files changed, 149 insertions(+), 271 deletions(-)
+
+diff --git a/runtime/BrowserWindow.cpp b/runtime/BrowserWindow.cpp
+index 516b8689818bddc9..a2ee4895f5351565 100644
+--- a/runtime/BrowserWindow.cpp
 b/runtime/BrowserWindow.cpp
+@@ -1286,17 +1286,17 @@ void BrowserWindow::preferences()
+ 
+ ConfigWindow *dlg = new ConfigWindow();
+ dlg->setWindowTitle(QWidget::tr("Configuration"));
+-dlg->setPythonPath(settings.value("PythonPath").toString());
++dlg->setPythonExecutable(settings.value("PythonExecutable").toString());
+ dlg->setApplicationPath(settings.value("ApplicationPath").toString());
+ dlg->setModal(true);
+ ok = dlg->exec();
+ 
+-QString pythonpath = dlg->getPythonPath();
++QString pythonexecutable = dlg->getPythonExecutable();
+ QString applicationpath = dlg->getApplicationPath();
+ 
+ if (ok)
+ {
+-settings.setValue("PythonPath", pythonpath);
++settings.setValue("PythonExecutable", pythonexecutable);
+ settings.setValue("ApplicationPath", applicationpath);
+ }
+ }
+diff --git a/runtime/ConfigWindow.cpp b/runtime/ConfigWindow.cpp
+index 3fb1a2738eb89ec0..c31345bf08d06d88 100644
+--- a/runtime/ConfigWindow.cpp
 b/runtime/ConfigWindow.cpp
+@@ -17,37 +17,45 @@ ConfigWindow::ConfigWindow(QWidget *parent) :
+ ui(new Ui::ConfigWindow)
+ {
+ ui->setupUi(this);
++
++#ifdef PYTHON2
++ui->pythonExecutableLineEdit->setPlaceholderText(
++QString(QWidget::tr("The Python 2 executable to use (may be 
within a virtual environment)")));
++#else
++ui->pythonExecutableLineEdit->setPlaceholderText(
++QString(QWidget::tr("The Python 3 executable to use (may be 
within a virtual environment)")));
++#endif
+ }
+ 
+ ConfigWindow::~ConfigWindow()
+ {
+ delete ui;
+ }
+ 
+ void ConfigWindow::on_buttonBox_accepted()
+ {
+ this->close();
+ }
+ 
+ void ConfigWindow::on_buttonBox_rejected()
+ {
+ this->close();
+ }
+ 
+-QString ConfigWindow::getPythonPath()
++QString ConfigWindow::getPythonExecutable()
+ {
+-return ui->pythonPathLineEdit->text();
++return ui->pythonExecutableLineEdit->text();
+ }
+ 
+ QString ConfigWindow::getApplicationPath()
+ {
+ return ui->applicationPathLineEdit->text();
+ }
+ 
+ 
+-void ConfigWindow::setPythonPath(QString path)
++void ConfigWindow::setPythonExecutable(QString path)
+ {
+-ui->pythonPathLineEdit->setText(path);
++ui->pythonExecutableLineEdit->setText(path);
+ }
+ 
+ void ConfigWindow::setApplicationPath(QString path)
+diff --git a/runtime/ConfigWindow.h b/runtime/ConfigWindow.h
+index 0027a742aca7b762..c4487fcc6e97f354 100644
+--- a/runtime/ConfigWindow.h
 b/runtime/ConfigWindow.h
+@@ -26,19 +26,19 @@ public:
+ explicit ConfigWindow(QWidget *parent = 0);
+ ~ConfigWindow();
+ 
+-QString getPythonPath();
++QString getPythonExecutable();
+ QString getApplicationPath();
+ 
+-void setPythonPath(QString path);
++void setPythonExecutable(QString path);
+ void setApplicationPath(QString path);
+ 
+ private slots:
+ void on_buttonBox_accepted();
+ void on_buttonBox_rejected();
+ 
+ private:
+ Ui::ConfigWindow *ui;
+-QString m_pythonpath, m_applicationpath;
++QString m_pythonexecutable, m_applicationpath;
+ };
+ 
+ #endif // CONFIGWINDOW_H
+diff --git a/runtime/ConfigWindow.ui b/runtime/ConfigWindow.ui
+index 

[arch-commits] Commit in (9 files)

2017-03-24 Thread Antonio Rojas
Date: Friday, March 24, 2017 @ 11:43:28
  Author: arojas
Revision: 218662

Add latte-integrale and deps, new sagemath optdepend

Added:
  4ti2/
  4ti2/trunk/
  4ti2/trunk/PKGBUILD
  latte-integrale/
  latte-integrale/trunk/
  latte-integrale/trunk/PKGBUILD
  lidia/
  lidia/trunk/
  lidia/trunk/PKGBUILD

+
 4ti2/trunk/PKGBUILD|   24 
 latte-integrale/trunk/PKGBUILD |   26 ++
 lidia/trunk/PKGBUILD   |   30 ++
 3 files changed, 80 insertions(+)

Added: 4ti2/trunk/PKGBUILD
===
--- 4ti2/trunk/PKGBUILD (rev 0)
+++ 4ti2/trunk/PKGBUILD 2017-03-24 11:43:28 UTC (rev 218662)
@@ -0,0 +1,24 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=4ti2
+pkgver=1.6.7
+pkgrel=1
+pkgdesc="A software package for algebraic, geometric and combinatorial 
problems on linear spaces"
+arch=(i686 x86_64)
+url="http://www.4ti2.de/;
+license=(GPL)
+depends=(glpk)
+source=("http://www.4ti2.de/version_$pkgver/$pkgname-$pkgver.tar.gz;)
+sha256sums=('d4833a831d8d437f595d2e234a4471d7adbe1523fc63aa46cacea56af3e831bb')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared --disable-static
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+

Added: latte-integrale/trunk/PKGBUILD
===
--- latte-integrale/trunk/PKGBUILD  (rev 0)
+++ latte-integrale/trunk/PKGBUILD  2017-03-24 11:43:28 UTC (rev 218662)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=latte-integrale
+pkgver=1.7.3
+pkgrel=1
+pkgdesc="Computer software dedicated to the problems of counting lattice 
points and integration inside convex polytopes"
+arch=(i686 x86_64)
+url="https://www.math.ucdavis.edu/~latte/;
+license=(GPL)
+depends=(4ti2 ntl cddlib lidia)
+source=("https://www.math.ucdavis.edu/~latte/software/packages/latte_current/latte-int-$pkgver.tar.gz;)
+sha256sums=('b6777067d11a454e4dbaf5af8fb227d2b66960d79245ea967192738ad2a1e76c')
+
+build() {
+  cd latte-int-$pkgver
+
+  export CXXFLAGS="-DNTL_STD_CXX $CXXFLAGS"
+  ./configure --prefix=/usr --enable-shared --with-ntl=/usr
+  make
+}
+
+package() {
+  cd latte-int-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+

Added: lidia/trunk/PKGBUILD
===
--- lidia/trunk/PKGBUILD(rev 0)
+++ lidia/trunk/PKGBUILD2017-03-24 11:43:28 UTC (rev 218662)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=lidia
+pkgver=2.3.0
+_patchver=2014-10-04
+pkgrel=1
+pkgdesc="A library for computational number theory"
+arch=(i686 x86_64)
+url="https://www.math.ucdavis.edu/~latte/;
+license=(GPL)
+depends=(gmp)
+source=("https://www.math.ucdavis.edu/~latte/software/packages/lidia/current/lidia-$pkgver+latte-patches-$_patchver.tar.bz2;)
+sha256sums=('d564d5263f2c01d8abe51e2971ca43a911d1edbc20f4750cdc393099d2bcd9aa')
+
+build() {
+  cd lidia-$pkgver+latte-patches-$_patchver
+
+  export CXXFLAGS="-DNTL_STD_CXX $CXXFLAGS"
+  ./configure --prefix=/usr --enable-shared
+  make
+}
+
+package() {
+  cd lidia-$pkgver+latte-patches-$_patchver
+  make DESTDIR="$pkgdir" install
+
+# Fix capitalization (needed by latte-integrale)
+  mv "$pkgdir"/usr/include/{lidia,LiDIA}
+}
+


[arch-commits] Commit in (9 files)

2017-02-26 Thread Maxime Gauduin
Date: Sunday, February 26, 2017 @ 20:20:07
  Author: alucryd
Revision: 213879

Replace libre-tro-mednafen-psx with libretro-beetle-psx

Added:
  libretro-beetle-psx/
  libretro-beetle-psx/repos/
  libretro-beetle-psx/repos/community-i686/
  libretro-beetle-psx/repos/community-i686/PKGBUILD
  libretro-beetle-psx/repos/community-x86_64/
  libretro-beetle-psx/repos/community-x86_64/PKGBUILD
  libretro-beetle-psx/trunk/
  libretro-beetle-psx/trunk/PKGBUILD
Deleted:
  libretro-mednafen-psx/

-+
 repos/community-i686/PKGBUILD   |   54 
 repos/community-x86_64/PKGBUILD |   54 
 trunk/PKGBUILD  |   57 ++
 3 files changed, 165 insertions(+)

Added: libretro-beetle-psx/repos/community-i686/PKGBUILD
===
--- libretro-beetle-psx/repos/community-i686/PKGBUILD   
(rev 0)
+++ libretro-beetle-psx/repos/community-i686/PKGBUILD   2017-02-26 20:20:07 UTC 
(rev 213879)
@@ -0,0 +1,54 @@
+# $Id: PKGBUILD 209996 2017-02-05 14:39:04Z alucryd $
+# Maintainer: Maxime Gauduin 
+
+pkgbase=libretro-mednafen-psx
+pkgname=('libretro-mednafen-psx' 'libretro-mednafen-psx-hw')
+pkgver=1430
+pkgrel=1
+pkgdesc='Sony PlayStation core'
+arch=('i686' 'x86_64')
+url='https://github.com/libretro/mednafen-psx-libretro'
+license=('GPL2')
+groups=('libretro')
+depends=('gcc-libs' 'glibc')
+makedepends=('git' 'libgl' 'mesa' 'vulkan-icd-loader')
+_commit='e3aae3d47a830cb7ce3f6ee604d1dd75d4ac1be9'
+source=("libretro-mednafen-psx::git+https://github.com/libretro/beetle-psx-libretro.git#commit=${_commit};
+
'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/mednafen_psx_libretro.info'
+
'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/mednafen_psx_hw_libretro.info')
+sha256sums=('SKIP'
+'62a5cc23016b0de899e3a5014540d39d912f08c34b20ed6e10ddae8c11f1ba5d'
+'0eacb7ea75df0bb6f458754290ed7ab21e197e170fe3e80579b8161782963df1')
+
+pkgver() {
+  cd libretro-mednafen-psx
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-mednafen-psx
+
+  make
+  make HAVE_HW=1
+}
+
+package_libretro-mednafen-psx() {
+  cd libretro-mednafen-psx
+
+  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
+  install -m 644 mednafen_psx_libretro.so "${pkgdir}"/usr/lib/libretro/
+  install -m 644 ../mednafen_psx_libretro.info 
"${pkgdir}"/usr/share/libretro/info/
+}
+
+package_libretro-mednafen-psx-hw() {
+  depends+=('libgl')
+
+  cd libretro-mednafen-psx
+
+  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
+  install -m 644 mednafen_psx_hw_libretro.so "${pkgdir}"/usr/lib/libretro/
+  install -m 644 ../mednafen_psx_hw_libretro.info 
"${pkgdir}"/usr/share/libretro/info/
+}
+
+# vim: ts=2 sw=2 et:

Added: libretro-beetle-psx/repos/community-x86_64/PKGBUILD
===
--- libretro-beetle-psx/repos/community-x86_64/PKGBUILD 
(rev 0)
+++ libretro-beetle-psx/repos/community-x86_64/PKGBUILD 2017-02-26 20:20:07 UTC 
(rev 213879)
@@ -0,0 +1,54 @@
+# $Id: PKGBUILD 209996 2017-02-05 14:39:04Z alucryd $
+# Maintainer: Maxime Gauduin 
+
+pkgbase=libretro-mednafen-psx
+pkgname=('libretro-mednafen-psx' 'libretro-mednafen-psx-hw')
+pkgver=1430
+pkgrel=1
+pkgdesc='Sony PlayStation core'
+arch=('i686' 'x86_64')
+url='https://github.com/libretro/mednafen-psx-libretro'
+license=('GPL2')
+groups=('libretro')
+depends=('gcc-libs' 'glibc')
+makedepends=('git' 'libgl' 'mesa' 'vulkan-icd-loader')
+_commit='e3aae3d47a830cb7ce3f6ee604d1dd75d4ac1be9'
+source=("libretro-mednafen-psx::git+https://github.com/libretro/beetle-psx-libretro.git#commit=${_commit};
+
'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/mednafen_psx_libretro.info'
+
'https://raw.githubusercontent.com/libretro/libretro-super/master/dist/info/mednafen_psx_hw_libretro.info')
+sha256sums=('SKIP'
+'62a5cc23016b0de899e3a5014540d39d912f08c34b20ed6e10ddae8c11f1ba5d'
+'0eacb7ea75df0bb6f458754290ed7ab21e197e170fe3e80579b8161782963df1')
+
+pkgver() {
+  cd libretro-mednafen-psx
+
+  git rev-list --count HEAD
+}
+
+build() {
+  cd libretro-mednafen-psx
+
+  make
+  make HAVE_HW=1
+}
+
+package_libretro-mednafen-psx() {
+  cd libretro-mednafen-psx
+
+  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
+  install -m 644 mednafen_psx_libretro.so "${pkgdir}"/usr/lib/libretro/
+  install -m 644 ../mednafen_psx_libretro.info 
"${pkgdir}"/usr/share/libretro/info/
+}
+
+package_libretro-mednafen-psx-hw() {
+  depends+=('libgl')
+
+  cd libretro-mednafen-psx
+
+  install -dm 755 "${pkgdir}"/usr/{lib/libretro,share/libretro/info}
+  install -m 644 mednafen_psx_hw_libretro.so 

[arch-commits] Commit in (9 files)

2017-02-26 Thread Maxime Gauduin
Date: Sunday, February 26, 2017 @ 11:49:54
  Author: alucryd
Revision: 213850

Rename numix-themes to numix-gtk-theme

Added:
  numix-gtk-theme/
  numix-gtk-theme/repos/
  numix-gtk-theme/repos/community-any/
  numix-gtk-theme/repos/community-any/Gemfile
  numix-gtk-theme/repos/community-any/PKGBUILD
  numix-gtk-theme/trunk/
  numix-gtk-theme/trunk/Gemfile
  numix-gtk-theme/trunk/PKGBUILD
Deleted:
  numix-themes/

--+
 repos/community-any/Gemfile  |2 ++
 repos/community-any/PKGBUILD |   33 +
 trunk/Gemfile|2 ++
 trunk/PKGBUILD   |   34 ++
 4 files changed, 71 insertions(+)

Added: numix-gtk-theme/repos/community-any/Gemfile
===
--- numix-gtk-theme/repos/community-any/Gemfile (rev 0)
+++ numix-gtk-theme/repos/community-any/Gemfile 2017-02-26 11:49:54 UTC (rev 
213850)
@@ -0,0 +1,2 @@
+source "https://rubygems.org;
+gem "sass"

Added: numix-gtk-theme/repos/community-any/PKGBUILD
===
--- numix-gtk-theme/repos/community-any/PKGBUILD
(rev 0)
+++ numix-gtk-theme/repos/community-any/PKGBUILD2017-02-26 11:49:54 UTC 
(rev 213850)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 213539 2017-02-22 18:22:05Z bgyorgy $
+# Maintainer: Maxime Gauduin 
+# Contributor: Diego 
+
+pkgname=numix-themes
+pkgver=2.6.6
+pkgrel=1
+pkgdesc='A flat and light theme with a modern look (GNOME, Openbox, Unity, 
Xfce)'
+arch=('any')
+url='http://numixproject.org/'
+license=('GPL3')
+makedepends=('gdk-pixbuf2' 'ruby-bundler')
+optdepends=('gtk-engine-murrine: for gtk2 theme')
+_commit='f9b4a5ba3cc08eb649053e9e0d9ce0f2026675ff'
+source=("numix-themes-${pkgver}.tar.gz::https://github.com/numixproject/numix-gtk-theme/archive/${pkgver}.tar.gz;
+"Gemfile")
+sha256sums=('5ee5ed54bea10fe23c99f1fcc614cbf593764b6310cdf889723f8c251abf0856'
+'b1061ba7ce09c9eb3e41f59362aa8c21d27073b0658f13fb5eabdaea654afe2c')
+
+build() {
+  cd numix-gtk-theme-${pkgver}
+
+  bundle install --path .
+  make SASS="bundle exec sass"
+}
+
+package() {
+  cd numix-gtk-theme-${pkgver}
+
+  make SASS="bundle exec sass" DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Added: numix-gtk-theme/trunk/Gemfile
===
--- numix-gtk-theme/trunk/Gemfile   (rev 0)
+++ numix-gtk-theme/trunk/Gemfile   2017-02-26 11:49:54 UTC (rev 213850)
@@ -0,0 +1,2 @@
+source "https://rubygems.org;
+gem "sass"

Added: numix-gtk-theme/trunk/PKGBUILD
===
--- numix-gtk-theme/trunk/PKGBUILD  (rev 0)
+++ numix-gtk-theme/trunk/PKGBUILD  2017-02-26 11:49:54 UTC (rev 213850)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Diego 
+
+pkgname=numix-gtk-theme
+pkgver=2.6.6
+pkgrel=1
+pkgdesc='A flat and light theme with a modern look (GNOME, Openbox, Unity, 
Xfce)'
+arch=('any')
+url='http://numixproject.org/'
+license=('GPL3')
+makedepends=('gdk-pixbuf2' 'ruby-bundler')
+optdepends=('gtk-engine-murrine: for gtk2 theme')
+replaces=('numix-themes')
+_commit='f9b4a5ba3cc08eb649053e9e0d9ce0f2026675ff'
+source=("numix-gtk-theme-${pkgver}.tar.gz::https://github.com/numixproject/numix-gtk-theme/archive/${pkgver}.tar.gz;
+"Gemfile")
+sha256sums=('5ee5ed54bea10fe23c99f1fcc614cbf593764b6310cdf889723f8c251abf0856'
+'b1061ba7ce09c9eb3e41f59362aa8c21d27073b0658f13fb5eabdaea654afe2c')
+
+build() {
+  cd numix-gtk-theme-${pkgver}
+
+  bundle install --path .
+  make SASS="bundle exec sass"
+}
+
+package() {
+  cd numix-gtk-theme-${pkgver}
+
+  make SASS="bundle exec sass" DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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


[arch-commits] Commit in (9 files)

2017-01-14 Thread Sébastien Luttringer
Date: Saturday, January 14, 2017 @ 18:17:11
  Author: seblu
Revision: 207393

Fix patch filename

Modified:
  aiccu/trunk/PKGBUILD
  httperf/trunk/PKGBUILD
  iperf/trunk/PKGBUILD
  netperf/trunk/PKGBUILD
  python-progressbar/trunk/PKGBUILD
  rblcheck/trunk/PKGBUILD
  runc/trunk/PKGBUILD
  sysvbanner/trunk/PKGBUILD
  virtualbox/trunk/PKGBUILD

---+
 aiccu/trunk/PKGBUILD  |4 ++--
 httperf/trunk/PKGBUILD|4 ++--
 iperf/trunk/PKGBUILD  |4 ++--
 netperf/trunk/PKGBUILD|4 ++--
 python-progressbar/trunk/PKGBUILD |4 ++--
 rblcheck/trunk/PKGBUILD   |4 ++--
 runc/trunk/PKGBUILD   |4 ++--
 sysvbanner/trunk/PKGBUILD |4 ++--
 virtualbox/trunk/PKGBUILD |4 ++--
 9 files changed, 18 insertions(+), 18 deletions(-)

Modified: aiccu/trunk/PKGBUILD
===
--- aiccu/trunk/PKGBUILD2017-01-14 18:11:43 UTC (rev 207392)
+++ aiccu/trunk/PKGBUILD2017-01-14 18:17:11 UTC (rev 207393)
@@ -33,8 +33,8 @@
   local filename
   for filename in "${source[@]}"; do
 if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
 fi
   done
   :

Modified: httperf/trunk/PKGBUILD
===
--- httperf/trunk/PKGBUILD  2017-01-14 18:11:43 UTC (rev 207392)
+++ httperf/trunk/PKGBUILD  2017-01-14 18:17:11 UTC (rev 207393)
@@ -22,8 +22,8 @@
   local filename
   for filename in "${source[@]}"; do
 if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
 fi
   done
   :

Modified: iperf/trunk/PKGBUILD
===
--- iperf/trunk/PKGBUILD2017-01-14 18:11:43 UTC (rev 207392)
+++ iperf/trunk/PKGBUILD2017-01-14 18:17:11 UTC (rev 207393)
@@ -24,8 +24,8 @@
   local filename
   for filename in "${source[@]}"; do
 if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
 fi
   done
   :

Modified: netperf/trunk/PKGBUILD
===
--- netperf/trunk/PKGBUILD  2017-01-14 18:11:43 UTC (rev 207392)
+++ netperf/trunk/PKGBUILD  2017-01-14 18:17:11 UTC (rev 207393)
@@ -24,8 +24,8 @@
   local filename
   for filename in "${source[@]}"; do
 if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
 fi
   done
   :

Modified: python-progressbar/trunk/PKGBUILD
===
--- python-progressbar/trunk/PKGBUILD   2017-01-14 18:11:43 UTC (rev 207392)
+++ python-progressbar/trunk/PKGBUILD   2017-01-14 18:17:11 UTC (rev 207393)
@@ -20,8 +20,8 @@
   local filename
   for filename in "${source[@]}"; do
 if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
 fi
   done
   # fix egg-info permissions

Modified: rblcheck/trunk/PKGBUILD
===
--- rblcheck/trunk/PKGBUILD 2017-01-14 18:11:43 UTC (rev 207392)
+++ rblcheck/trunk/PKGBUILD 2017-01-14 18:17:11 UTC (rev 207393)
@@ -28,8 +28,8 @@
   local filename
   for filename in "${source[@]}"; do
 if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
 fi
   done
   :

Modified: runc/trunk/PKGBUILD
===
--- runc/trunk/PKGBUILD 2017-01-14 18:11:43 UTC (rev 207392)
+++ runc/trunk/PKGBUILD 2017-01-14 18:17:11 UTC (rev 207393)
@@ -19,8 +19,8 @@
   local filename
   for filename in "${source[@]}"; do
 if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
 fi
   done
   :

Modified: sysvbanner/trunk/PKGBUILD
===
--- sysvbanner/trunk/PKGBUILD   2017-01-14 18:11:43 UTC (rev 207392)
+++ sysvbanner/trunk/PKGBUILD   2017-01-14 

[arch-commits] Commit in (9 files)

2016-07-23 Thread Antonio Rojas
Date: Saturday, July 23, 2016 @ 16:26:13
  Author: arojas
Revision: 272210

New akonadi packages

Added:
  akonadi-contacts/
  akonadi-contacts/kde-unstable/
  akonadi-contacts/kde-unstable/PKGBUILD
  akonadi-mime/
  akonadi-mime/kde-unstable/
  akonadi-mime/kde-unstable/PKGBUILD
  akonadi-notes/
  akonadi-notes/kde-unstable/
  akonadi-notes/kde-unstable/PKGBUILD

+
 akonadi-contacts/kde-unstable/PKGBUILD |   34 +++
 akonadi-mime/kde-unstable/PKGBUILD |   32 +
 akonadi-notes/kde-unstable/PKGBUILD|   32 +
 3 files changed, 98 insertions(+)

Added: akonadi-contacts/kde-unstable/PKGBUILD
===
--- akonadi-contacts/kde-unstable/PKGBUILD  (rev 0)
+++ akonadi-contacts/kde-unstable/PKGBUILD  2016-07-23 16:26:13 UTC (rev 
272210)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=akonadi-contacts
+pkgver=16.07.80
+pkgrel=1
+pkgdesc="Libraries and daemons to implement Contact Management in Akonadi"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(akonadi grantlee-qt5 kcontacts kmime qt5-webengine) # prison
+makedepends=(extra-cmake-modules)
+conflicts=(akonadi-contact)
+replaces=(akonadi-contact)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('0bc4cde8bbed091340ce9e9f3841a672')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Added: akonadi-mime/kde-unstable/PKGBUILD
===
--- akonadi-mime/kde-unstable/PKGBUILD  (rev 0)
+++ akonadi-mime/kde-unstable/PKGBUILD  2016-07-23 16:26:13 UTC (rev 272210)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=akonadi-mime
+pkgver=16.07.80
+pkgrel=1
+pkgdesc="Libraries and daemons to implement basic email handling"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(akonadi kmime)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('5a66402ba9f3188d025dd9137a7b4933')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Added: akonadi-notes/kde-unstable/PKGBUILD
===
--- akonadi-notes/kde-unstable/PKGBUILD (rev 0)
+++ akonadi-notes/kde-unstable/PKGBUILD 2016-07-23 16:26:13 UTC (rev 272210)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=akonadi-notes
+pkgver=16.07.80
+pkgrel=1
+pkgdesc="Libraries and daemons to implement management of notes in Akonadi"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(LGPL)
+depends=(kmime)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('2d73271bb02ad1cec3d16bb1ae4a47fa')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in (9 files)

2016-02-25 Thread Sébastien Luttringer
Date: Thursday, February 25, 2016 @ 09:33:24
  Author: seblu
Revision: 260239

community2extra: Moving dkms from community to extra

Added:
  dkms/
  dkms/repos/
  dkms/trunk/
  dkms/trunk/02-no-kernel-hook.patch
  dkms/trunk/PKGBUILD
  dkms/trunk/dkms.install
  dkms/trunk/hook.install
  dkms/trunk/hook.remove
  dkms/trunk/hook.sh

-+
 02-no-kernel-hook.patch |   13 +
 PKGBUILD|   60 ++
 dkms.install|   13 +
 hook.install|   13 +
 hook.remove |   13 +
 hook.sh |   60 ++
 6 files changed, 172 insertions(+)

Added: dkms/trunk/02-no-kernel-hook.patch
===
--- dkms/trunk/02-no-kernel-hook.patch  (rev 0)
+++ dkms/trunk/02-no-kernel-hook.patch  2016-02-25 08:33:24 UTC (rev 260239)
@@ -0,0 +1,13 @@
+# Author: Sébastien Luttringer 
+--- a/Makefile 2011-12-07 19:23:51.0 +0100
 b/Makefile 2013-05-13 00:48:19.62000 +0200
+@@ -46,9 +46,6 @@
+   gzip -c -9 dkms.8 > $(MAN)/dkms.8.gz
+   chmod 0644 $(MAN)/dkms.8.gz
+   touch --reference=dkms.8 $(MAN)/dkms.8.gz
+-  mkdir   -p -m 0755 $(KCONF)/prerm.d $(KCONF)/postinst.d
+-  install -p -m 0755 kernel_prerm.d_dkms  $(KCONF)/prerm.d/dkms
+-  install -p -m 0755 kernel_postinst.d_dkms $(KCONF)/postinst.d/dkms
+ 
+ DOCFILES=sample.spec sample.conf AUTHORS COPYING README.dkms 
sample-suse-9-mkkmp.spec sample-suse-10-mkkmp.spec
+ 

Added: dkms/trunk/PKGBUILD
===
--- dkms/trunk/PKGBUILD (rev 0)
+++ dkms/trunk/PKGBUILD 2016-02-25 08:33:24 UTC (rev 260239)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Balwinder S "bsd" Dheeman (bdheeman AT gmail.com)
+
+pkgname=dkms
+pkgver=2.2.0.3+git151023
+pkgrel=5
+pkgdesc='Dynamic Kernel Modules System'
+arch=('any')
+url='http://linux.dell.com/dkms/'
+license=('GPL2')
+depends=('bash' 'kmod' 'gcc' 'make' 'patch')
+makedepends=('git')
+optdepends=('linux-headers: build modules against Arch kernel'
+'linux-lts-headers: build modules against LTS Arch kernel')
+backup=('etc/dkms/framework.conf')
+install=$pkgname.install
+source=('git+git://linux.dell.com/dkms.git#commit=7b6e78f'
+'02-no-kernel-hook.patch'
+'hook.install'
+'hook.remove'
+'hook.sh')
+md5sums=('SKIP'
+ '82d520c39c99c34977e48b313a189c6c'
+ '8fe2064106958bcfd386e83494c8959a'
+ '41fcecb1c2dfc59a4b648fddcd8b462f'
+ '7fdc44f8ecdd0ac0dc5e6bcf02901681')
+
+prepare() {
+  cd dkms
+  # patching
+  patches=("$srcdir"/*.patch)
+  if (( ${#patches[*]} > 0 )); then
+for p in "${patches[@]}"; do
+  msg2 "Apply patch: ${p##*/}"
+  patch -p1 -i "$p"
+done
+  fi
+  # /usr move
+  msg2 '/usr move patching'
+  for i in dkms{,_framework.conf,.bash-completion,.8,_common.postinst}; do
+sed -ri 's,/lib/modules,/usr/lib/modules,g' "$i"
+  done
+}
+
+package() {
+  # alpm hook
+  install -D -m 644 hook.install 
"$pkgdir/usr/share/libalpm/hooks/70-dkms-install.hook"
+  install -D -m 644 hook.remove 
"$pkgdir/usr/share/libalpm/hooks/70-dkms-remove.hook"
+  install -D -m 755 hook.sh "$pkgdir/usr/lib/dkms/alpm-hook"
+  # upstream installer
+  cd dkms
+  make \
+DESTDIR="$pkgdir" \
+SBIN="$pkgdir/usr/bin" \
+BASHDIR="$pkgdir/usr/share/bash-completion/completions" \
+install
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: dkms/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: dkms/trunk/dkms.install
===
--- dkms/trunk/dkms.install (rev 0)
+++ dkms/trunk/dkms.install 2016-02-25 08:33:24 UTC (rev 260239)
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  if (( "$(vercmp $2 '2.2.0.3+git151023-2')" < 0 )); then
+echo '===> dkms systemd startup service has been removed'
+echo '===> modules building is now handled by alpm hooks at install time'
+echo '===> startup modules loading must be done via modules-load.d'
+  fi
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Added: dkms/trunk/hook.install
===
--- dkms/trunk/hook.install (rev 0)
+++ dkms/trunk/hook.install 2016-02-25 08:33:24 UTC (rev 260239)
@@ -0,0 +1,13 @@
+[Trigger]
+Operation = Install
+Operation = Upgrade
+Type = File
+Target = usr/src/*/dkms.conf
+Target = usr/lib/modules/*/build/include/
+
+[Action]
+Description = Install DKMS modules
+Depends = dkms
+When = PostTransaction
+Exec = 

[arch-commits] Commit in (9 files)

2016-02-20 Thread Alexander Rødseth
Date: Saturday, February 20, 2016 @ 22:50:16
  Author: arodseth
Revision: 162897

A game

Added:
  sasteroids/
  sasteroids/repos/
  sasteroids/repos/community-i686/
  sasteroids/repos/community-x86_64/
  sasteroids/trunk/
  sasteroids/trunk/PKGBUILD
  sasteroids/trunk/makefile.patch
  sasteroids/trunk/sasteroids.sh
  sasteroids/trunk/sbitmap.patch

+
 PKGBUILD   |   46 ++
 makefile.patch |   33 +
 sasteroids.sh  |3 +++
 sbitmap.patch  |   19 +++
 4 files changed, 101 insertions(+)

Added: sasteroids/trunk/PKGBUILD
===
--- sasteroids/trunk/PKGBUILD   (rev 0)
+++ sasteroids/trunk/PKGBUILD   2016-02-20 21:50:16 UTC (rev 162897)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Matthew Stewart 
+
+pkgname=sasteroids
+pkgver=3.0.1
+pkgrel=4
+pkgdesc='SDL Asteroids'
+arch=('x86_64' 'i686')
+url='http://sdlsas.sourceforge.net/'
+license=('GPL')
+depends=('sdl' 'sdl_image' 'sdl_ttf' 'sdl_mixer' 'mesa')
+makedepends=('setconf' 'gendesk')
+source=("http://sourceforge.net/projects/sdlsas/files/SDL%20Sasteroids%20Source%20Releases/$pkgver/SDLSasteroids-$pkgver.tar.gz;
+
"$pkgname.png::http://icons.iconarchive.com/icons/etherbrian/space-bits/32/Asteroids-icon.png;
+"$pkgname.sh"
+'sbitmap.patch'
+'makefile.patch')
+sha256sums=('f447a85d75913ee9d1be0bba68813e0627a4c163ab5d12c7fd5a8ea5f455502c'
+'fc6ded2d7a309333eb4cad2e6e03305e43827690ecbd4ebb01012c8598db1f49'
+'6f2ca922eb0be29d6866933aece1cc38dd224adb5f04834cdd0cb12cd7739cbf'
+'eb2139434aae832b395b1d1f6a4ef188f69ebd7c5ed5128df9129027ff9a4ac6'
+'6b35ad008d29cd1433cdbc6094231b5c399e5fc10a65670a67177e44c0f259c6')
+
+prepare() {
+  gendesk -f --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
+--categories 'Game;ArcadeGame'
+  setconf "SDLSasteroids-$pkgver/src/Makefile" CFLAGS '$(INC) $(OPTS) -w'
+  patch -p1 -i sbitmap.patch
+  patch -p1 -i makefile.patch
+}
+
+build() {
+  export CXXFLAGS="$CXXFLAGS -w"
+  make -C "SDLSasteroids-$pkgver"
+}
+
+package() {
+  make -C "SDLSasteroids-$pkgver" DESTDIR="$pkgdir" install
+  mv "$pkgdir/usr/bin/sasteroids" "$pkgdir/usr/bin/sasteroids.elf"
+  install -Dm755 "$pkgname.sh" "$pkgdir/usr/bin/sasteroids"
+  install -Dm644 "$pkgname.png" "$pkgdir/usr/share/pixmaps/$pkgname.png"
+  install -Dm644 "$pkgname.desktop" 
"$pkgdir/usr/share/applications/$pkgname.desktop"
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: sasteroids/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: sasteroids/trunk/makefile.patch
===
--- sasteroids/trunk/makefile.patch (rev 0)
+++ sasteroids/trunk/makefile.patch 2016-02-20 21:50:16 UTC (rev 162897)
@@ -0,0 +1,33 @@
+*** src/SDLSasteroids-3.0.1/Makefile   2011-01-01 16:12:18.0 +
+--- src/SDLSasteroids-3.0.1/Makefile2  2011-01-01 16:12:09.0 +
+***
+*** 1,9 
+  # Makefile for sasteroids
+  
+  # Edit Bellow to change the installation locations
+! GAMEDIR=/usr/share/sasteroids/
+! BINDIR=/usr/bin/
+! MANDIR=/usr/man
+  
+  # For OpenGL
+  EXTRA_DEFINES="-DWANT_OPENGL -DHAVE_SOUND"
+--- 1,9 
+  # Makefile for sasteroids
+  
+  # Edit Bellow to change the installation locations
+! GAMEDIR=$(DESTDIR)/usr/share/sasteroids/
+! BINDIR=$(DESTDIR)/usr/bin/
+! MANDIR=$(DESTDIR)/usr/man
+  
+  # For OpenGL
+  EXTRA_DEFINES="-DWANT_OPENGL -DHAVE_SOUND"
+***
+*** 24,29 
+--- 24,30 
+   install -d $(GAMEDIR)/sounds
+   install -d $(GAMEDIR)/fonts
+   install -d $(BINDIR)
++  install -d $(MANDIR)
+   install --strip --mode=755 src/sasteroids $(BINDIR)
+   install --mode=644 sasteroids.6 $(MANDIR)/man6
+   install --mode=644 fonts/nicefont.ttf $(GAMEDIR)/fonts/

Added: sasteroids/trunk/sasteroids.sh
===
--- sasteroids/trunk/sasteroids.sh  (rev 0)
+++ sasteroids/trunk/sasteroids.sh  2016-02-20 21:50:16 UTC (rev 162897)
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd /usr/share/sasteroids
+exec /usr/bin/sasteroids.elf

Added: sasteroids/trunk/sbitmap.patch
===
--- sasteroids/trunk/sbitmap.patch  (rev 0)
+++ sasteroids/trunk/sbitmap.patch  2016-02-20 21:50:16 UTC (rev 162897)
@@ -0,0 +1,19 @@
+*** src/SDLSasteroids-3.0.1/src/sbitmap.h  2003-08-16 15:57:14.0 
+
+--- ../SDLSasteroids-3.0.1/src/sbitmap.h   2011-01-01 15:45:03.0 
+
+***
+*** 36,42 
+void 

[arch-commits] Commit in (9 files)

2016-02-16 Thread Antonio Rojas
Date: Tuesday, February 16, 2016 @ 18:34:51
  Author: arojas
Revision: 259568

KDE Applications 15.12.2

Modified:
  artikulate/trunk/PKGBUILD
  kamera/trunk/PKGBUILD
  klickety/trunk/PKGBUILD
  knavalbattle/trunk/PKGBUILD
  krfb/trunk/PKGBUILD
  ksystemlog/trunk/PKGBUILD
  ktuberling/trunk/PKGBUILD
  poxml/trunk/PKGBUILD
  spectacle/trunk/PKGBUILD

-+
 artikulate/trunk/PKGBUILD   |4 ++--
 kamera/trunk/PKGBUILD   |4 ++--
 klickety/trunk/PKGBUILD |4 ++--
 knavalbattle/trunk/PKGBUILD |4 ++--
 krfb/trunk/PKGBUILD |4 ++--
 ksystemlog/trunk/PKGBUILD   |4 ++--
 ktuberling/trunk/PKGBUILD   |4 ++--
 poxml/trunk/PKGBUILD|4 ++--
 spectacle/trunk/PKGBUILD|4 ++--
 9 files changed, 18 insertions(+), 18 deletions(-)

Modified: artikulate/trunk/PKGBUILD
===
--- artikulate/trunk/PKGBUILD   2016-02-16 12:31:29 UTC (rev 259567)
+++ artikulate/trunk/PKGBUILD   2016-02-16 17:34:51 UTC (rev 259568)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=artikulate
-pkgver=15.12.1
+pkgver=15.12.2
 pkgrel=1
 pkgdesc="Improve your pronunciation by listening to native speakers"
 url="https://projects.kde.org/projects/kde/kdeedu/artikulate;
@@ -17,7 +17,7 @@
 replaces=(kdeedu-artikulate)
 install=$pkgname.install
 
source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('5c25f53dcc77bff09690e6f2f6fd8335b75cdcfd')
+sha1sums=('c8ddcdd3fdd119e3a763f0d0066907c90dcff390')
 
 prepare() {
   mkdir -p build

Modified: kamera/trunk/PKGBUILD
===
--- kamera/trunk/PKGBUILD   2016-02-16 12:31:29 UTC (rev 259567)
+++ kamera/trunk/PKGBUILD   2016-02-16 17:34:51 UTC (rev 259568)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kamera
-pkgver=15.12.1
+pkgver=15.12.2
 pkgrel=1
 pkgdesc="KDE integration for gphoto2 cameras"
 url="http://kde.org/applications/graphics/kamera/;
@@ -16,7 +16,7 @@
 conflicts=(kdegraphics-kamera)
 replaces=(kdegraphics-kamera)
 
source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('1699d73e5e563d5f23b392b9f4c3765847bba823')
+sha1sums=('70ce4a6d62ea0b65ae887de48ef400bdffe8cea8')
 
 prepare() {
   mkdir -p build

Modified: klickety/trunk/PKGBUILD
===
--- klickety/trunk/PKGBUILD 2016-02-16 12:31:29 UTC (rev 259567)
+++ klickety/trunk/PKGBUILD 2016-02-16 17:34:51 UTC (rev 259568)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=klickety
-pkgver=15.12.1
+pkgver=15.12.2
 pkgrel=1
 pkgdesc="An adaptation of the Clickomania game"
 url="http://kde.org/applications/games/klickety/;
@@ -17,7 +17,7 @@
 conflicts=(kdegames-klickety)
 replaces=(kdegames-klickety)
 
source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('e362ee1fbad583a0a0a14cfbb8bbfabc8cd9b7da')
+sha1sums=('94a30aa344a4c283f3dd61ddc22bda88ea27eca4')
 
 prepare() {
   mkdir -p build

Modified: knavalbattle/trunk/PKGBUILD
===
--- knavalbattle/trunk/PKGBUILD 2016-02-16 12:31:29 UTC (rev 259567)
+++ knavalbattle/trunk/PKGBUILD 2016-02-16 17:34:51 UTC (rev 259568)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=knavalbattle
-pkgver=15.12.1
+pkgver=15.12.2
 pkgrel=1
 pkgdesc="A ship sinking game"
 url="http://kde.org/applications/games/knavalbattle/;
@@ -17,7 +17,7 @@
 conflicts=(kdegames-knavalbattle)
 replaces=(kdegames-knavalbattle)
 
source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('e963a3c6068bac26f4a56ec94591801a40681472')
+sha1sums=('77b1811b820bf9d88cc5125ff8cd13b6decee483')
 
 prepare() {
   mkdir -p build

Modified: krfb/trunk/PKGBUILD
===
--- krfb/trunk/PKGBUILD 2016-02-16 12:31:29 UTC (rev 259567)
+++ krfb/trunk/PKGBUILD 2016-02-16 17:34:51 UTC (rev 259568)
@@ -3,7 +3,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=krfb
-pkgver=15.12.1
+pkgver=15.12.2
 pkgrel=1
 pkgdesc='Desktop Sharing'
 url='http://www.kde.org/applications/system/krfb'
@@ -15,7 +15,7 @@
 replaces=(kdenetwork-krfb)
 groups=(kde-applications kdenetwork)
 
source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('0a4832dd7ac7ddda3c123243776d51b1')
+md5sums=('3effe47014c19cdffe3aa678791ecf25')
 
 prepare() {
   mkdir -p build

Modified: ksystemlog/trunk/PKGBUILD
===
--- ksystemlog/trunk/PKGBUILD   2016-02-16 12:31:29 UTC (rev 259567)
+++ ksystemlog/trunk/PKGBUILD   2016-02-16 17:34:51 UTC (rev 259568)
@@ -4,7 +4,7 @@
 # Contributor: 

[arch-commits] Commit in (9 files)

2015-10-22 Thread Felix Yan
Date: Thursday, October 22, 2015 @ 17:39:10
  Author: fyan
Revision: 144714

addpkg: shadowsocks-libev 2.4.0.20151018-1

Added:
  shadowsocks-libev/
  shadowsocks-libev/repos/
  shadowsocks-libev/trunk/
  shadowsocks-libev/trunk/PKGBUILD
  shadowsocks-libev/trunk/shadowsocks-libev-redir@.service
  shadowsocks-libev/trunk/shadowsocks-libev-server@.service
  shadowsocks-libev/trunk/shadowsocks-libev-tunnel@.service
  shadowsocks-libev/trunk/shadowsocks-libev.install
  shadowsocks-libev/trunk/shadowsocks-libev@.service

---+
 PKGBUILD  |   44 
 shadowsocks-libev-redir@.service  |   12 +
 shadowsocks-libev-server@.service |   12 +
 shadowsocks-libev-tunnel@.service |   12 +
 shadowsocks-libev.install |   10 
 shadowsocks-libev@.service|   12 +
 6 files changed, 102 insertions(+)

Added: shadowsocks-libev/trunk/PKGBUILD
===
--- shadowsocks-libev/trunk/PKGBUILD(rev 0)
+++ shadowsocks-libev/trunk/PKGBUILD2015-10-22 15:39:10 UTC (rev 144714)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: jiangxq 
+# Contributor: zh8 
+# Contributor: 4679kun 
+
+pkgname=shadowsocks-libev
+pkgver=2.4.0.20151018
+_commit=22fb756d231ce95059433bbd7e93ead48b101915
+pkgrel=1
+pkgdesc='A lightweight secured socks5 proxy for embedded devices and low end 
boxes'
+arch=('i686' 'x86_64')
+url='https://github.com/shadowsocks/shadowsocks-libev'
+license=('GPL3')
+depends=('openssl' 'libsodium' 'libev' 'udns')
+makedepends=('git')
+install=${pkgname}.install
+source=("git+https://github.com/shadowsocks/${pkgname}.git#commit=$_commit;
+'shadowsocks-libev@.service'
+'shadowsocks-libev-server@.service'
+'shadowsocks-libev-redir@.service'
+'shadowsocks-libev-tunnel@.service')
+
+sha512sums=('SKIP'
+
'96e5c9ba04a8d45fa57728aeb5282cf25fce42baf2c2221c5040cced89196b25d2c212472ba9b3f53bdce93ad1edd5f06e42ec62ef212764349c1dab24dde16a'
+
'73925959731b7ab6e2b3900662f4b67a9986b798b1a4a943307c87574c9069e32a0c2298cf6e9adb895fe71316a3bac09cb684c54e8a1350566b2fe7526c1cff'
+
'bc336201afdc556130fc0bcacaf8be1588640d9d5426637eca8db473389910f6bfba39672cd69e7fa90548fe83cf8e6006f0f27dab7c937501faa1cdd09629c5'
+
'd03e0af078a4c996f300c773dd4f13b20f28717913bfe2c58bf7894fa6673940a4a0d9357464dc46956d83ca1dcdab73dd97569e2a95fb6f22ac72571c4f23be')
+
+build() {
+  cd "$srcdir/$pkgname"
+  ./autogen.sh
+  ./configure --prefix=/usr --enable-shared --enable-system-shared-lib
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir/" install
+  install -Dm644 "$srcdir/shadowsocks-libev@.service" 
"$pkgdir/usr/lib/systemd/system/shadowsocks-libev@.service"
+  install -Dm644 "$srcdir/shadowsocks-libev-server@.service" 
"$pkgdir/usr/lib/systemd/system/shadowsocks-libev-server@.service"
+  install -Dm644 "$srcdir/shadowsocks-libev-redir@.service" 
"$pkgdir/usr/lib/systemd/system/shadowsocks-libev-redir@.service"
+  install -Dm644 "$srcdir/shadowsocks-libev-tunnel@.service" 
"$pkgdir/usr/lib/systemd/system/shadowsocks-libev-tunnel@.service"
+}


Property changes on: shadowsocks-libev/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: shadowsocks-libev/trunk/shadowsocks-libev-redir@.service
===
--- shadowsocks-libev/trunk/shadowsocks-libev-redir@.service
(rev 0)
+++ shadowsocks-libev/trunk/shadowsocks-libev-redir@.service2015-10-22 
15:39:10 UTC (rev 144714)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Shadowsocks-Libev Client Service Redir Mode
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+ExecStart=/usr/bin/ss-redir -c /etc/shadowsocks/%i.json
+
+[Install]
+WantedBy=multi-user.target
+

Added: shadowsocks-libev/trunk/shadowsocks-libev-server@.service
===
--- shadowsocks-libev/trunk/shadowsocks-libev-server@.service   
(rev 0)
+++ shadowsocks-libev/trunk/shadowsocks-libev-server@.service   2015-10-22 
15:39:10 UTC (rev 144714)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Shadowsocks-Libev Server Service
+After=network.target
+
+[Service]
+Type=simple
+User=nobody
+ExecStart=/usr/bin/ss-server -c /etc/shadowsocks/%i.json
+
+[Install]
+WantedBy=multi-user.target
+

Added: shadowsocks-libev/trunk/shadowsocks-libev-tunnel@.service
===
--- shadowsocks-libev/trunk/shadowsocks-libev-tunnel@.service   
(rev 0)
+++ shadowsocks-libev/trunk/shadowsocks-libev-tunnel@.service   2015-10-22 
15:39:10 UTC (rev 

[arch-commits] Commit in (9 files)

2015-09-10 Thread Felix Yan
Date: Thursday, September 10, 2015 @ 12:32:23
  Author: fyan
Revision: 139785

addpkg: ndiswrapper-dkms 1.59-6

Added:
  ndiswrapper-dkms/
  ndiswrapper-dkms/repos/
  ndiswrapper-dkms/trunk/
  ndiswrapper-dkms/trunk/PKGBUILD
  ndiswrapper-dkms/trunk/dkms.conf
  ndiswrapper-dkms/trunk/kernel-3.14.patch
  ndiswrapper-dkms/trunk/kernel-4.0.patch
  ndiswrapper-dkms/trunk/kernel-4.2.patch
  ndiswrapper-dkms/trunk/ndiswrapper-dkms.install

--+
 PKGBUILD |   40 +
 dkms.conf|   24 
 kernel-3.14.patch|   53 +
 kernel-4.0.patch |   41 ++
 kernel-4.2.patch |   22 ++
 ndiswrapper-dkms.install |   30 +
 6 files changed, 210 insertions(+)

Added: ndiswrapper-dkms/trunk/PKGBUILD
===
--- ndiswrapper-dkms/trunk/PKGBUILD (rev 0)
+++ ndiswrapper-dkms/trunk/PKGBUILD 2015-09-10 10:32:23 UTC (rev 139785)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: maz-1 
+
+_pkgname=ndiswrapper
+pkgname=${_pkgname}-dkms
+pkgver=1.59
+pkgrel=6
+pkgdesc="Module for NDIS (Windows Network Drivers) drivers supplied by 
vendors.Use with DKMS"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/ndiswrapper/;
+license=('GPL')
+depends=('dkms')
+#optdepends=('ndisgtk: GTK+ based frontend for ndiswrapper.')
+provides=('ndiswrapper')
+conflicts=('ndiswrapper')
+install=ndiswrapper-dkms.install
+source=("http://download.sourceforge.net/ndiswrapper/${_pkgname}-${pkgver}.tar.gz;
+   "kernel-3.14.patch" "kernel-4.0.patch" "kernel-4.2.patch"
+   "dkms.conf")
+md5sums=('e26a7213468ccd6b0bb4c211c7aadeaa'
+ '5f5c98aac6a41cffe298b5a1484ea523'
+ 'd6a1e42ae98f61a85c814b48732f1b52'
+ 'be8400a7ad805f68146032412b1e763e'
+ 'd8c1c66ef19e6222e66274c0cdfb481a')
+
+build() {
+   cd "$srcdir/${_pkgname}-${pkgver}"
+   patch -p1 -i ../kernel-3.14.patch
+patch -p1 -i ../kernel-4.0.patch
+patch -p1 -i ../kernel-4.2.patch
+   make -C utils
+}
+
+package() {
+   cd "$srcdir/${_pkgname}-${pkgver}"
+   mkdir -p "${pkgdir}/usr/src"
+   cp -RL ./driver "${pkgdir}/usr/src/${_pkgname}-${pkgver}"
+   cp "$srcdir/dkms.conf" "${pkgdir}/usr/src/${_pkgname}-${pkgver}"
+   make -C utils sbindir=/usr/bin usrsbindir=/usr/bin DESTDIR="${pkgdir}" 
install
+}

Added: ndiswrapper-dkms/trunk/dkms.conf
===
--- ndiswrapper-dkms/trunk/dkms.conf(rev 0)
+++ ndiswrapper-dkms/trunk/dkms.conf2015-09-10 10:32:23 UTC (rev 139785)
@@ -0,0 +1,24 @@
+## @file
+# Linux DKMS config script for the VirtualBox guest kernel modules
+#
+
+#
+# Copyright (C) 2006-2010 Oracle Corporation
+#
+# This file is part of VirtualBox Open Source Edition (OSE), as
+# available from http://www.virtualbox.org. This file is free software;
+# you can redistribute it and/or modify it under the terms of the GNU
+# General Public License (GPL) as published by the Free Software
+# Foundation, in version 2 as it comes in the "COPYING" file of the
+# VirtualBox OSE distribution. VirtualBox OSE is distributed in the
+# hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
+#
+
+PACKAGE_NAME="ndiswrapper"
+PACKAGE_VERSION=1.59
+AUTOINSTALL=yes
+
+BUILT_MODULE_NAME[0]="ndiswrapper"
+DEST_MODULE_LOCATION[0]="/kernel/net/ndiswrapper"
+MAKE[0]="make KVERS_UNAME=${kernelver}" 
+

Added: ndiswrapper-dkms/trunk/kernel-3.14.patch
===
--- ndiswrapper-dkms/trunk/kernel-3.14.patch(rev 0)
+++ ndiswrapper-dkms/trunk/kernel-3.14.patch2015-09-10 10:32:23 UTC (rev 
139785)
@@ -0,0 +1,53 @@
+Description: Kernel 3.14 changes
+
+This is a diff consisting of upstream revisions 3199, 3201, 3203.
+
+* Use prandom_seed() instead of net_srandom() on Linux 3.8+
+net_srandom() is going away.
+
+* Avoid preempt_enable_no_resched(), it's no longer available for modules
+Use preempt_enable() instead. This makes nt_spin_unlock_irqrestore()
+fully complementary to nt_spin_lock_irqsave().
+
+* Define reinit_completion() based on the kernel version
+Checking for INIT_COMPLETION was a temporary hack needed before Linux
+3.13-rc1 was released.
+
+The last patch might not be really related to kernel 3.14, but is included
+as well.
+
+Origin: upstream, http://sourceforge.net/p/ndiswrapper/code/
+
+--- a/driver/crt.c
 b/driver/crt.c
+@@ -467,7 +467,7 @@ noregparm int WIN_FUNC(_win_memcmp,3)
+ noregparm void WIN_FUNC(_win_srand,1)
+   (UINT seed)
+ {
+-  net_srandom(seed);
++  prandom_seed((__force u32)(seed));
+ }
+ 
+ noregparm int WIN_FUNC(rand,0)
+--- 

[arch-commits] Commit in (9 files)

2015-03-28 Thread Jaroslav Lichtblau
Date: Saturday, March 28, 2015 @ 11:44:46
  Author: jlichtblau
Revision: 130097

updating old disabled mail address

Modified:
  aspell-cs/repos/community-i686/PKGBUILD
  aspell-cs/repos/community-x86_64/PKGBUILD
  aspell-cs/trunk/PKGBUILD
  emacs-nox/trunk/emacs-nox.changelog
  flobopuyo/repos/community-i686/PKGBUILD
  flobopuyo/repos/community-i686/flobopuyo.changelog
  flobopuyo/repos/community-x86_64/flobopuyo.changelog
  flobopuyo/trunk/PKGBUILD
  flobopuyo/trunk/flobopuyo.changelog

--+
 aspell-cs/repos/community-i686/PKGBUILD  |2 -
 aspell-cs/repos/community-x86_64/PKGBUILD|2 -
 aspell-cs/trunk/PKGBUILD |2 -
 emacs-nox/trunk/emacs-nox.changelog  |   22 -
 flobopuyo/repos/community-i686/PKGBUILD  |2 -
 flobopuyo/repos/community-i686/flobopuyo.changelog   |8 +++---
 flobopuyo/repos/community-x86_64/flobopuyo.changelog |8 +++---
 flobopuyo/trunk/PKGBUILD |2 -
 flobopuyo/trunk/flobopuyo.changelog  |8 +++---
 9 files changed, 28 insertions(+), 28 deletions(-)

Modified: aspell-cs/repos/community-i686/PKGBUILD
===
--- aspell-cs/repos/community-i686/PKGBUILD 2015-03-28 10:41:03 UTC (rev 
130096)
+++ aspell-cs/repos/community-i686/PKGBUILD 2015-03-28 10:44:46 UTC (rev 
130097)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau t...@dragonlord.cz
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
 # Contributor: Michal Karas lar...@largon.net
 
 pkgname=aspell-cs

Modified: aspell-cs/repos/community-x86_64/PKGBUILD
===
--- aspell-cs/repos/community-x86_64/PKGBUILD   2015-03-28 10:41:03 UTC (rev 
130096)
+++ aspell-cs/repos/community-x86_64/PKGBUILD   2015-03-28 10:44:46 UTC (rev 
130097)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau t...@dragonlord.cz
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
 # Contributor: Michal Karas lar...@largon.net
 
 pkgname=aspell-cs

Modified: aspell-cs/trunk/PKGBUILD
===
--- aspell-cs/trunk/PKGBUILD2015-03-28 10:41:03 UTC (rev 130096)
+++ aspell-cs/trunk/PKGBUILD2015-03-28 10:44:46 UTC (rev 130097)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau t...@dragonlord.cz
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
 # Contributor: Michal Karas lar...@largon.net
 
 pkgname=aspell-cs

Modified: emacs-nox/trunk/emacs-nox.changelog
===
--- emacs-nox/trunk/emacs-nox.changelog 2015-03-28 10:41:03 UTC (rev 130096)
+++ emacs-nox/trunk/emacs-nox.changelog 2015-03-28 10:44:46 UTC (rev 130097)
@@ -1,35 +1,35 @@
-2014-10-24 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2014-10-24 Jaroslav Lichtblau svetlemo...@archlinux.org
* emacs-nox 24.4-2 FS#42514 fix
 
-2014-10-21 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2014-10-21 Jaroslav Lichtblau svetlemo...@archlinux.org
* emacs-nox 24.4-1
 
-2013-04-20 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2013-04-20 Jaroslav Lichtblau svetlemo...@archlinux.org
* emacs-nox 24.3-1
 
-2012-09-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2012-09-12 Jaroslav Lichtblau svetlemo...@archlinux.org
* emacs-nox 24.2-1
 
-2012-06-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2012-06-12 Jaroslav Lichtblau svetlemo...@archlinux.org
* emacs-nox 24.1-1
 
-2011-03-13 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2011-03-13 Jaroslav Lichtblau svetlemo...@archlinux.org
* emacs-nox 23.3-1
 
-2010-05-12 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2010-05-12 Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release 23.2
 
-2010-03-17 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2010-03-17 Jaroslav Lichtblau svetlemo...@archlinux.org
* 23.1-2 - fix for FS#18688 - [emacs-nox] compiled with SSE2 
instructions
 
-2009-12-18 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2009-12-18 Jaroslav Lichtblau svetlemo...@archlinux.org
* Update to major release 23.1
 
-2008-11-01 Jaroslav Lichtblau dragonl...@aur.archlinux.org
+2008-11-01 Jaroslav Lichtblau svetlemo...@archlinux.org
* New PKGBUILD/install method provided by Chris Brannon 
cmbran...@cox.net
* = Added an install script
* = Info files are now installed using install-info
 
-2008-09-08 Jaroslav Lichtblau t...@dragonlord.cz
+2008-09-08 Jaroslav Lichtblau svetlemo...@archlinux.org
* Package moved to [community]
* Update to major release 22.3

Modified: flobopuyo/repos/community-i686/PKGBUILD
===
--- flobopuyo/repos/community-i686/PKGBUILD 

[arch-commits] Commit in (9 files)

2015-03-04 Thread Sergej Pupykin
Date: Wednesday, March 4, 2015 @ 13:30:28
  Author: spupykin
Revision: 128709

Added:
  owncloud-app-calendar/
  owncloud-app-calendar/repos/
  owncloud-app-calendar/trunk/
  owncloud-app-calendar/trunk/PKGBUILD
  owncloud-app-contacts/
  owncloud-app-contacts/repos/
  owncloud-app-contacts/trunk/
  owncloud-app-contacts/trunk/PKGBUILD
Modified:
  inotify-tools/trunk/PKGBUILD

--+
 inotify-tools/trunk/PKGBUILD |   19 +++
 owncloud-app-calendar/trunk/PKGBUILD |   20 
 owncloud-app-contacts/trunk/PKGBUILD |   20 
 3 files changed, 51 insertions(+), 8 deletions(-)

Modified: inotify-tools/trunk/PKGBUILD
===
--- inotify-tools/trunk/PKGBUILD2015-03-04 12:25:50 UTC (rev 128708)
+++ inotify-tools/trunk/PKGBUILD2015-03-04 12:30:28 UTC (rev 128709)
@@ -4,23 +4,26 @@
 
 pkgname=inotify-tools
 pkgver=3.14
-pkgrel=3
+pkgrel=4
 pkgdesc=inotify-tools is a C library and a set of command-line programs for 
Linux providing a simple interface to inotify.
 arch=('i686' 'x86_64')
-url=http://inotify-tools.sourceforge.net/;
+#url=http://inotify-tools.sourceforge.net/;
+url=https://github.com/rvoicilas/inotify-tools;
 license=('GPL')
-depends=(glibc)
-makedepends=('gcc' 'make')
-source=(http://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-$pkgver.tar.gz)
-md5sums=('b43d95a0fa8c45f8bab3aec9672cf30c')
+depends=()
+makedepends=('gcc' 'make' 'git')
+#source=(http://github.com/downloads/rvoicilas/inotify-tools/inotify-tools-$pkgver.tar.gz)
+source=(git://github.com/rvoicilas/inotify-tools.git#commit=1df9af4d6cd0f4af4b1b19254bcf056aed4ae395)
+md5sums=('SKIP')
 
 build() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname
+  ./autogen.sh
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd $srcdir/$pkgname-$pkgver
+  cd $srcdir/$pkgname
   make DESTDIR=$pkgdir install
 }

Added: owncloud-app-calendar/trunk/PKGBUILD
===
--- owncloud-app-calendar/trunk/PKGBUILD(rev 0)
+++ owncloud-app-calendar/trunk/PKGBUILD2015-03-04 12:30:28 UTC (rev 
128709)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=owncloud-app-calendar
+pkgver=8.0.0
+pkgrel=1
+pkgdesc=Calendar app for owncloud
+arch=('any')
+url=http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=($pkgname-$pkgver.tar.gz::https://github.com/owncloud/calendar/archive/v$pkgver.tar.gz;)
+md5sums=('199eb5662d1938d2365cc45faef7c3da')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/calendar-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/calendar
+}

Added: owncloud-app-contacts/trunk/PKGBUILD
===
--- owncloud-app-contacts/trunk/PKGBUILD(rev 0)
+++ owncloud-app-contacts/trunk/PKGBUILD2015-03-04 12:30:28 UTC (rev 
128709)
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD 103944 2014-01-13 20:31:53Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=owncloud-app-contacts
+pkgver=8.0.1
+pkgrel=1
+pkgdesc=Contacts app for owncloud
+arch=('any')
+url=http://owncloud.org/;
+license=('GPL')
+depends=('owncloud')
+makedepends=()
+options=('!strip')
+source=($pkgname-$pkgver.tar.gz::https://github.com/owncloud/contacts/archive/v$pkgver.tar.gz;)
+md5sums=('2298aec8ff6c801614715f6ed28ac871')
+
+package() {
+  install -d ${pkgdir}/usr/share/webapps/owncloud/apps
+  cp -a ${srcdir}/contacts-$pkgver 
${pkgdir}/usr/share/webapps/owncloud/apps/contacts
+}


[arch-commits] Commit in (9 files)

2015-01-26 Thread Andrea Scarpino
Date: Monday, January 26, 2015 @ 18:52:59
  Author: andrea
Revision: 230003

Prepare bluedevil release

Added:
  bluedevil-frameworks/
  bluedevil-frameworks/repos/
  bluedevil-frameworks/trunk/
  bluedevil-frameworks/trunk/PKGBUILD
  bluedevil-frameworks/trunk/bluedevil-frameworks.install
  libbluedevil-frameworks/
  libbluedevil-frameworks/repos/
  libbluedevil-frameworks/trunk/
  libbluedevil-frameworks/trunk/PKGBUILD

-+
 bluedevil-frameworks/trunk/PKGBUILD |   37 ++
 bluedevil-frameworks/trunk/bluedevil-frameworks.install |   12 
 libbluedevil-frameworks/trunk/PKGBUILD  |   35 +
 3 files changed, 84 insertions(+)

Added: bluedevil-frameworks/trunk/PKGBUILD
===
--- bluedevil-frameworks/trunk/PKGBUILD (rev 0)
+++ bluedevil-frameworks/trunk/PKGBUILD 2015-01-26 17:52:59 UTC (rev 230003)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=bluedevil-frameworks
+pkgver=5.1.95
+pkgrel=1
+pkgdesc='Integrate the Bluetooth technology within KDE workspace and 
applications'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/bluedevil'
+license=('GPL2')
+depends=('bluez' 'libbluedevil-frameworks' 'kio')
+makedepends=('extra-cmake-modules')
+conflicts=('bluedevil')
+install=$pkgname.install
+groups=('plasma')
+source=(http://download.kde.org/stable/plasma/$pkgver/bluedevil-$pkgver.tar.xz;)
+md5sums=('9a090f1e4ae1d6c9d3ac1fd24877acf5')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../bluedevil-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DLIB_INSTALL_DIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


Property changes on: bluedevil-frameworks/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: bluedevil-frameworks/trunk/bluedevil-frameworks.install
===
--- bluedevil-frameworks/trunk/bluedevil-frameworks.install 
(rev 0)
+++ bluedevil-frameworks/trunk/bluedevil-frameworks.install 2015-01-26 
17:52:59 UTC (rev 230003)
@@ -0,0 +1,12 @@
+post_install() {
+  update-mime-database usr/share/mime  /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Added: libbluedevil-frameworks/trunk/PKGBUILD
===
--- libbluedevil-frameworks/trunk/PKGBUILD  (rev 0)
+++ libbluedevil-frameworks/trunk/PKGBUILD  2015-01-26 17:52:59 UTC (rev 
230003)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas aro...@archlinux.org
+
+pkgname=libbluedevil-frameworks
+pkgver=5.1.95
+pkgrel=1
+pkgdesc='KDE bluetooth framework libraries'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/libbluedevil'
+license=('GPL2')
+depends=('qt5-base')
+makedepends=('extra-cmake-modules')
+conflicts=('libbluedevil')
+source=(http://download.kde.org/stable/plasma/$pkgver/libbluedevil-$pkgver.tar.xz;)
+md5sums=('c2c7086c106f4815e2949b8ad6f14382')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../libbluedevil-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


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


[arch-commits] Commit in (9 files)

2015-01-21 Thread Lukas Fleischer
Date: Wednesday, January 21, 2015 @ 15:20:24
  Author: lfleischer
Revision: 229629

Replace lirc-utils with lirc in depends

Modified:
  audacious-plugins/trunk/PKGBUILD
  mplayer/trunk/PKGBUILD
  pulseaudio/trunk/PKGBUILD
  rhythmbox/trunk/PKGBUILD
  rosegarden/trunk/PKGBUILD
  totem/trunk/PKGBUILD
  vlc/trunk/PKGBUILD
  xawtv/trunk/PKGBUILD
  xine-ui/trunk/PKGBUILD

--+
 audacious-plugins/trunk/PKGBUILD |4 ++--
 mplayer/trunk/PKGBUILD   |4 ++--
 pulseaudio/trunk/PKGBUILD|4 ++--
 rhythmbox/trunk/PKGBUILD |4 ++--
 rosegarden/trunk/PKGBUILD|2 +-
 totem/trunk/PKGBUILD |2 +-
 vlc/trunk/PKGBUILD   |4 ++--
 xawtv/trunk/PKGBUILD |2 +-
 xine-ui/trunk/PKGBUILD   |2 +-
 9 files changed, 14 insertions(+), 14 deletions(-)

Modified: audacious-plugins/trunk/PKGBUILD
===
--- audacious-plugins/trunk/PKGBUILD2015-01-21 13:38:57 UTC (rev 229628)
+++ audacious-plugins/trunk/PKGBUILD2015-01-21 14:20:24 UTC (rev 229629)
@@ -15,7 +15,7 @@
  'glib2' 'python2' # for gdbus-codegen
  'alsa-lib' 'pulseaudio' 'jack2' 'lame' 'libvorbis' 'flac'
  'mpg123' 'faad2' 'ffmpeg' 'libmodplug' 'fluidsynth' 
'libcdio-paranoia' 'libsidplayfp' 'wavpack'
- 'dbus-glib' 'libnotify' 'lirc-utils' 'curl' 'libmtp'
+ 'dbus-glib' 'libnotify' 'lirc' 'curl' 'libmtp'
  'neon' 'libmms' 'libcue')
 
 optdepends=('alsa-lib: Advanced Linux Sound Arch. output'
@@ -36,7 +36,7 @@
 
 'dbus-glib: Gnome Shortcuts Plugin'
 'libnotify: libnotify OSD'
-'lirc-utils: LIRC'
+'lirc: LIRC'
 'curl: AudioScrobbler Client'
 'libmtp: Upload to MTP device'
 

Modified: mplayer/trunk/PKGBUILD
===
--- mplayer/trunk/PKGBUILD  2015-01-21 13:38:57 UTC (rev 229628)
+++ mplayer/trunk/PKGBUILD  2015-01-21 14:20:24 UTC (rev 229629)
@@ -11,7 +11,7 @@
 makedepends=(
   'libxxf86dga' 'libxxf86vm' 'libmad' 'libxinerama' 'sdl' 'lame' 'libtheora'
   'xvidcore' 'libmng' 'libxss' 'libgl' 'smbclient' 'aalib' 'jack' 'libcaca'
-  'faac' 'faad2' 'lirc-utils'  'libxvmc' 'enca' 'libvdpau' 'opencore-amr'
+  'faac' 'faad2' 'lirc'  'libxvmc' 'enca' 'libvdpau' 'opencore-amr'
   'libdca' 'a52dec' 'schroedinger' 'libvpx' 'libpulse' 'fribidi' 'unzip' 'mesa'
   'live-media' 'yasm' 'git' 'fontconfig' 'mpg123' 'ladspa' 'libass' 'libbluray'
   'libcdio-paranoia' 'opus' 'subversion' 'x264' 'libx264' 'rtmpdump' 'gnutls'
@@ -82,7 +82,7 @@
   backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
   depends=(
 'desktop-file-utils' 'ttf-font' 'enca' 'libxss' 'a52dec' 'libvpx'
-'lirc-utils' 'libx264' 'libmng' 'libdca' 'aalib' 'lame' 'fontconfig'
+'lirc' 'libx264' 'libmng' 'libdca' 'aalib' 'lame' 'fontconfig'
 'libgl' 'libxinerama' 'libvdpau' 'libpulse' 'smbclient' 'xvidcore'
 'opencore-amr' 'jack' 'libmad' 'sdl' 'libtheora' 'libcaca' 'libxxf86dga'
 'fribidi' 'libjpeg' 'faac' 'faad2' 'libxvmc' 'schroedinger' 'mpg123'

Modified: pulseaudio/trunk/PKGBUILD
===
--- pulseaudio/trunk/PKGBUILD   2015-01-21 13:38:57 UTC (rev 229628)
+++ pulseaudio/trunk/PKGBUILD   2015-01-21 14:20:24 UTC (rev 229629)
@@ -14,7 +14,7 @@
 license=(LGPL AGPL3)
 makedepends=(libasyncns libcap attr libxtst libsm libsndfile libtool rtkit
  speex tdb systemd dbus avahi bluez bluez-libs gconf intltool 
jack2-dbus sbc
- lirc-utils openssl xenstore fftw orc json-c gtk3 
webrtc-audio-processing
+ lirc openssl xenstore fftw orc json-c gtk3 webrtc-audio-processing
  check)
 options=(!emptydirs)
 
source=(http://freedesktop.org/software/$pkgbase/releases/$pkgbase-$pkgver.tar.xz)
@@ -54,7 +54,7 @@
   'bluez-libs: Bluetooth'
   'gconf: paprefs configuration'
   'jack2-dbus: JACK support'
-  'lirc-utils: IR control'
+  'lirc: IR control'
   'openssl: RAOP (AirPlay) output'
   'python-pyqt4: Equalizer GUI (qpaeq)'
   'xenstore: Xen paravirtual output')

Modified: rhythmbox/trunk/PKGBUILD
===
--- rhythmbox/trunk/PKGBUILD2015-01-21 13:38:57 UTC (rev 229628)
+++ rhythmbox/trunk/PKGBUILD2015-01-21 14:20:24 UTC (rev 229629)
@@ -10,7 +10,7 @@
 license=(GPL)
 url=http://www.rhythmbox.org;
 depends=(dconf desktop-file-utils gst-plugins-base gst-plugins-good libsoup 
json-glib libnotify libpeas media-player-info totem-plparser tdb webkitgtk3 
python-gobject gnome-icon-theme)
-makedepends=(itstool intltool brasero gobject-introspection vala grilo 
libdmapsharing lirc-utils libgpod libmtp)
+makedepends=(itstool intltool brasero 

[arch-commits] Commit in (9 files)

2014-08-10 Thread Guillaume Alaux
Date: Sunday, August 10, 2014 @ 19:39:35
  Author: guillaume
Revision: 219508

First java8-openjdk version 8.u20.b23

Added:
  java8-openjdk/
  java8-openjdk/repos/
  java8-openjdk/trunk/
  java8-openjdk/trunk/001_adjust-mflags-for-gmake-4.patch
  java8-openjdk/trunk/002_gcc.make-4.9.patch
  java8-openjdk/trunk/PKGBUILD
  java8-openjdk/trunk/install_jdk8-openjdk.sh
  java8-openjdk/trunk/install_jre8-openjdk-headless.sh
  java8-openjdk/trunk/install_jre8-openjdk.sh

-+
 001_adjust-mflags-for-gmake-4.patch |   46 +
 002_gcc.make-4.9.patch  |   12 +
 PKGBUILD|  281 ++
 install_jdk8-openjdk.sh |   38 
 install_jre8-openjdk-headless.sh|   39 
 install_jre8-openjdk.sh |   45 +
 6 files changed, 461 insertions(+)

Added: java8-openjdk/trunk/001_adjust-mflags-for-gmake-4.patch
===
--- java8-openjdk/trunk/001_adjust-mflags-for-gmake-4.patch 
(rev 0)
+++ java8-openjdk/trunk/001_adjust-mflags-for-gmake-4.patch 2014-08-10 
17:39:35 UTC (rev 219508)
@@ -0,0 +1,46 @@
+
+# HG changeset patch
+# User henryjen
+# Date 1390363634 28800
+# Node ID e8d4d0db1f06c26defcbf68e6713afab632f3f30
+# Parent  c4b78cbea876aa86112cfda16c0026796848d582
+8028407: adjust-mflags.sh failed build with GNU Make 4.0 with -Ipath contains 
j
+Reviewed-by: erikj
+
+diff -r c4b78cbea876 -r e8d4d0db1f06 make/bsd/makefiles/adjust-mflags.sh
+--- a/make/bsd/makefiles/adjust-mflags.sh  Thu Dec 05 00:36:42 2013 -0800
 b/make/bsd/makefiles/adjust-mflags.sh  Tue Jan 21 20:07:14 2014 -0800
+@@ -64,7 +64,7 @@
+   echo $MFLAGS \
+   | sed '
+   s/^-/ -/
+-  s/ -\([^][^ ]*\)j/ -\1 -j/
++  s/ -\([^I][^I]*\)j/ -\1 -j/
+   s/ -j[0-9][0-9]*/ -j/
+   s/ -j\([^   ]\)/ -j -\1/
+   s/ -j/ -j'${HOTSPOT_BUILD_JOBS:-${default_build_jobs}}'/
+diff -r c4b78cbea876 -r e8d4d0db1f06 make/linux/makefiles/adjust-mflags.sh
+--- a/make/linux/makefiles/adjust-mflags.shThu Dec 05 00:36:42 2013 -0800
 b/make/linux/makefiles/adjust-mflags.shTue Jan 21 20:07:14 2014 -0800
+@@ -64,7 +64,7 @@
+   echo $MFLAGS \
+   | sed '
+   s/^-/ -/
+-  s/ -\([^][^ ]*\)j/ -\1 -j/
++  s/ -\([^I][^I]*\)j/ -\1 -j/
+   s/ -j[0-9][0-9]*/ -j/
+   s/ -j\([^   ]\)/ -j -\1/
+   s/ -j/ -j'${HOTSPOT_BUILD_JOBS:-${default_build_jobs}}'/
+diff -r c4b78cbea876 -r e8d4d0db1f06 make/solaris/makefiles/adjust-mflags.sh
+--- a/make/solaris/makefiles/adjust-mflags.sh  Thu Dec 05 00:36:42 2013 -0800
 b/make/solaris/makefiles/adjust-mflags.sh  Tue Jan 21 20:07:14 2014 -0800
+@@ -64,7 +64,7 @@
+   echo $MFLAGS \
+   | sed '
+   s/^-/ -/
+-  s/ -\([^][^ ]*\)j/ -\1 -j/
++  s/ -\([^I][^I]*\)j/ -\1 -j/
+   s/ -j[0-9][0-9]*/ -j/
+   s/ -j\([^   ]\)/ -j -\1/
+   s/ -j/ -j'${HOTSPOT_BUILD_JOBS:-${default_build_jobs}}'/
+

Added: java8-openjdk/trunk/002_gcc.make-4.9.patch
===
--- java8-openjdk/trunk/002_gcc.make-4.9.patch  (rev 0)
+++ java8-openjdk/trunk/002_gcc.make-4.9.patch  2014-08-10 17:39:35 UTC (rev 
219508)
@@ -0,0 +1,12 @@
+--- old/make/linux/makefiles/gcc.make  2014-04-23 22:07:59.838205838 +0100
 new/make/linux/makefiles/gcc.make  2014-04-23 22:07:59.754204533 +0100
+@@ -266,6 +266,9 @@
+   ifeq ($(shell expr $(CC_VER_MAJOR) = 4 \ $(CC_VER_MINOR) = 3), 1)
+ OPT_CFLAGS/mulnode.o += $(OPT_CFLAGS/NOOPT)
+   endif
++  ifeq ($(shell expr $(CC_VER_MAJOR) = 4 \ $(CC_VER_MINOR) = 9), 1)
++OPT_CFLAGS/macroAssembler_x86.o += -fno-devirtualize
++  endif
+ endif
+ 
+ # Flags for generating make dependency flags.

Added: java8-openjdk/trunk/PKGBUILD
===
--- java8-openjdk/trunk/PKGBUILD(rev 0)
+++ java8-openjdk/trunk/PKGBUILD2014-08-10 17:39:35 UTC (rev 219508)
@@ -0,0 +1,281 @@
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+# Contributor: Boyan Ding stu_...@126.com
+
+# TODO
+# once icedtea:
+#   pulse
+#   icedtea-web-java8
+#   add policytool desktop files
+
+pkgname=('jre8-openjdk-headless' 'jre8-openjdk' 'jdk8-openjdk' 'openjdk8-src')
+pkgbase=java8-openjdk
+_java_ver=8
+_jdk_update=20
+_jdk_build=23
+pkgver=${_java_ver}.u${_jdk_update}.b${_jdk_build}
+_repo_ver=jdk${_java_ver}u${_jdk_update}-b${_jdk_build}
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://openjdk.java.net/'
+license=('custom')
+makedepends=('jdk7-openjdk' 'ccache' 'cpio' 'unzip' 'zip'
+ 'libxrender' 'libxtst' 'fontconfig' 'libcups' 'alsa-lib')

[arch-commits] Commit in (9 files)

2014-08-04 Thread Daniel Micay
Date: Monday, August 4, 2014 @ 23:40:54
  Author: thestinger
Revision: 116869

move linux-grsec config / groups to grsec-common

Added:
  grsec-common/
  grsec-common/repos/
  grsec-common/trunk/
  grsec-common/trunk/05-grsecurity.conf
  grsec-common/trunk/PKGBUILD
  grsec-common/trunk/grsec-common.install
Modified:
  linux-grsec/trunk/PKGBUILD(contents, properties)
  linux-grsec/trunk/linux-grsec.install
Deleted:
  linux-grsec/trunk/sysctl.conf

-+
 grsec-common/trunk/05-grsecurity.conf   |  130 +
 grsec-common/trunk/PKGBUILD |   17 +++
 grsec-common/trunk/grsec-common.install |   19 
 linux-grsec/trunk/PKGBUILD  |   14 +--
 linux-grsec/trunk/linux-grsec.install   |   45 --
 linux-grsec/trunk/sysctl.conf   |  131 --
 6 files changed, 171 insertions(+), 185 deletions(-)

Added: grsec-common/trunk/05-grsecurity.conf
===
--- grsec-common/trunk/05-grsecurity.conf   (rev 0)
+++ grsec-common/trunk/05-grsecurity.conf   2014-08-04 21:40:54 UTC (rev 
116869)
@@ -0,0 +1,130 @@
+# All features in the kernel.grsecurity namespace are disabled by default.
+
+#
+# Disable PaX enforcement by default.
+#
+# The `paxd` package sets softmode back to 0 in a configuration file loaded
+# after this one. It automatically handles setting exceptions from the PaX
+# exploit mitigations after Pacman operations. Altering the setting manually
+# rather than using `paxd` is not recommended.
+#
+
+kernel.pax.softmode = 1
+
+#
+# Memory protections
+#
+
+#kernel.grsecurity.disable_priv_io = 1
+kernel.grsecurity.deter_bruteforce = 1
+
+#
+# Race free SymLinksIfOwnerMatch for web servers
+#
+# symlinkown_gid: http group
+#
+
+kernel.grsecurity.enforce_symlinksifowner = 1
+kernel.grsecurity.symlinkown_gid = 33
+
+#
+# FIFO restrictions
+#
+# Prevent writing to a FIFO in a world-writable sticky directory (e.g. /tmp),
+# unless the owner of the FIFO is the same owner of the directory it's held in.
+#
+
+kernel.grsecurity.fifo_restrictions = 1
+
+#
+# Deny any further rw mounts
+#
+
+#kernel.grsecurity.romount_protect = 1
+
+#
+# chroot restrictions (the commented options will break containers)
+#
+
+#kernel.grsecurity.chroot_caps = 1
+#kernel.grsecurity.chroot_deny_chmod = 1
+#kernel.grsecurity.chroot_deny_chroot = 1
+kernel.grsecurity.chroot_deny_fchdir = 1
+#kernel.grsecurity.chroot_deny_mknod = 1
+#kernel.grsecurity.chroot_deny_mount = 1
+#kernel.grsecurity.chroot_deny_pivot = 1
+kernel.grsecurity.chroot_deny_shmat = 1
+kernel.grsecurity.chroot_deny_sysctl = 1
+kernel.grsecurity.chroot_deny_unix = 1
+kernel.grsecurity.chroot_enforce_chdir = 1
+kernel.grsecurity.chroot_findtask = 1
+#kernel.grsecurity.chroot_restrict_nice = 1
+
+#
+# Kernel auditing
+#
+# audit_group: Restrict exec/chdir logging to a group.
+# audit_gid: audit group
+#
+
+#kernel.grsecurity.audit_group = 1
+kernel.grsecurity.audit_gid = 201
+#kernel.grsecurity.exec_logging = 1
+#kernel.grsecurity.resource_logging = 1
+#kernel.grsecurity.chroot_execlog = 1
+#kernel.grsecurity.audit_ptrace = 1
+#kernel.grsecurity.audit_chdir = 1
+#kernel.grsecurity.audit_mount = 1
+#kernel.grsecurity.signal_logging = 1
+#kernel.grsecurity.forkfail_logging = 1
+#kernel.grsecurity.timechange_logging = 1
+kernel.grsecurity.rwxmap_logging = 1
+
+#
+# Executable protections
+#
+
+kernel.grsecurity.harden_ptrace = 1
+kernel.grsecurity.ptrace_readexec = 1
+kernel.grsecurity.consistent_setxid = 1
+kernel.grsecurity.harden_ipc = 1
+
+#
+# Trusted Path Execution
+#
+# tpe_gid: tpe group
+#
+
+#kernel.grsecurity.tpe = 1
+kernel.grsecurity.tpe_gid = 200
+#kernel.grsecurity.tpe_invert = 1
+#kernel.grsecurity.tpe_restrict_all = 1
+
+#
+# Network protections
+#
+# socket_all_gid:socket-deny-all group
+# socket_client_gid: socket-deny-client group
+# socket_server_gid: socket-deny-server group
+#
+
+#kernel.grsecurity.ip_blackhole = 1
+kernel.grsecurity.lastack_retries = 4
+kernel.grsecurity.socket_all = 1
+kernel.grsecurity.socket_all_gid = 202
+kernel.grsecurity.socket_client = 1
+kernel.grsecurity.socket_client_gid = 203
+kernel.grsecurity.socket_server = 1
+kernel.grsecurity.socket_server_gid = 204
+
+#
+# Prevent any new USB devices from being recognized by the OS.
+#
+
+#kernel.grsecurity.deny_new_usb = 1
+
+#
+# Restrict grsec sysctl changes after this was set
+#
+
+#kernel.grsecurity.grsec_lock = 1

Added: grsec-common/trunk/PKGBUILD
===
--- grsec-common/trunk/PKGBUILD (rev 0)
+++ grsec-common/trunk/PKGBUILD 2014-08-04 21:40:54 UTC (rev 116869)
@@ -0,0 +1,17 @@
+# $Id$
+# Maintainer: Daniel Micay danielmi...@gmail.com
+pkgname=grsec-common
+pkgver=1
+pkgrel=1
+pkgdesc='Base package for grsecurity kernels'
+arch=(any)
+url='https://archlinux.org/'
+license=('GPL2')

[arch-commits] Commit in (9 files)

2014-07-09 Thread Guillaume Alaux
Date: Wednesday, July 9, 2014 @ 21:22:07
  Author: guillaume
Revision: 216754

Add new package java-meta

Added:
  java-meta/
  java-meta/repos/
  java-meta/trunk/
  java-meta/trunk/PKGBUILD
  java-meta/trunk/TODO.md
  java-meta/trunk/bin_archlinux-java
  java-meta/trunk/bin_java-wrapper
  java-meta/trunk/profile_jre.csh
  java-meta/trunk/profile_jre.sh

+
 PKGBUILD   |   65 +
 TODO.md|   60 +++
 bin_archlinux-java |  156 +++
 bin_java-wrapper   |2 
 profile_jre.csh|4 +
 profile_jre.sh |4 +
 6 files changed, 291 insertions(+)

Added: java-meta/trunk/PKGBUILD
===
--- java-meta/trunk/PKGBUILD(rev 0)
+++ java-meta/trunk/PKGBUILD2014-07-09 19:22:07 UTC (rev 216754)
@@ -0,0 +1,65 @@
+# Maintainer: Guillaume ALAUX guilla...@archlinux.org
+pkgname=('java-runtime-headless-meta' 'java-runtime-meta' 
'java-environment-meta')
+pkgbase=java-meta
+pkgver=2
+pkgrel=3
+arch=('any')
+url='www.archlinux.org'
+license=('GPL')
+source=(profile_jre.csh
+profile_jre.sh
+bin_archlinux-java
+bin_java-wrapper)
+sha256sums=('9f0032e47705ce55a615ab3b942720b8447f490d1ff430b214038b81c3019ac2'
+'8dbafa311f34d23c5bbef71fa942b97b224ebeb330b36195f22a1836285bbb83'
+'2b6095359fc437836027408f105b0be2eb2f2cbba8dbd5b01a452046f465da92'
+'622927af9ec374140a878993936f7fdd4206fe069dddfcefc6d4e15fa6d67f39')
+
+package_java-runtime-headless-meta() {
+  pkgdesc='Meta files for headless Java Runtime Environments'
+  backup=(etc/profile.d/jre.sh
+  etc/profile.d/jre.csh)
+
+  cd ${srcdir}
+
+  install -d -m 755 ${pkgdir}/etc/profile.d
+  install -m 644 profile_jre.sh  ${pkgdir}/etc/profile.d/jre.sh
+  install -m 644 profile_jre.csh ${pkgdir}/etc/profile.d/jre.csh
+
+  install -D -m 755 bin_java-wrapper ${pkgdir}/usr/bin/java
+  # Official list of supplementary binaries that Java headless runtime 
packages MUST provide
+  # This list is based on Arch Linux' default Java implementation: OpenJDK 7 
Icedtea
+  for bin in keytool orbd pack200 rmid rmiregistry servertool tnameserv 
unpack200; do
+ln -s java ${pkgdir}/usr/bin/${bin}
+  done
+
+  install -D bin_archlinux-java ${pkgdir}/usr/bin/archlinux-java
+}
+
+package_java-runtime-meta() {
+  pkgdesc='Meta files for full Java Runtime Environments'
+
+  cd ${srcdir}
+
+  install -d m 755 ${pkgdir}/usr/bin/
+  # Official list of supplementary binaries that Java runtime packages MUST 
provide
+  # This list is based on Arch Linux' default Java implementation: OpenJDK 7 
Icedtea
+  ln -s java ${pkgdir}/usr/bin/policytool
+}
+
+package_java-environment-meta() {
+  pkgdesc='Meta files for Java Development Kits'
+
+  cd ${srcdir}
+
+  install -d m 755 ${pkgdir}/usr/bin/
+  # Official list of supplementary binaries that Java environment packages 
MUST provide
+  # This list is based on Arch Linux' default Java implementation: OpenJDK 7 
Icedtea
+  for bin in \
+appletviewer extcheck idlj jar jarsigner javac javadoc javah javap jcmd \
+jconsole jdb jdeps jhat jinfo jmap jps jrunscript jsadebugd jstack jstat \
+jstatd native2ascii rmic schemagen serialver wsgen wsimport xjc;
+  do
+ln -s java ${pkgdir}/usr/bin/${bin}
+  done
+}


Property changes on: java-meta/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: java-meta/trunk/TODO.md
===
--- java-meta/trunk/TODO.md (rev 0)
+++ java-meta/trunk/TODO.md 2014-07-09 19:22:07 UTC (rev 216754)
@@ -0,0 +1,60 @@
+The idea would be to be able to use `pacman -S java-runtime-headless-meta` as 
a kind of *fix* to Archers problem with JDKs
+
+Find list of jdk installed
+  (by looking at /usr/lib/jvm directories – very important because packages 
can provide java-runtime but not be in this dir. It is assumed that package 
that put files in these dirs do comply to the meta super package thing)
+  if there are more than one jdk installed let user know and give him usage 
for changing this
+
+# meta
+
+## When installing java-runtime-headless-meta
+
+- link 'default' does not exist
+  - no jdk is installed
+- do not say a word, we might just be installing for the first time
+- let this case be handled by next JDK to be installed?
+  - one jdk is installed
+- link to that jdk and let user know
+  - multiple jdk are installed
+- if one is the official AL one then link it and let user know
+- give usage to user
+
+- link 'default' exists
+  - no jdk is installed
+- remove link and let user know
+  - one jdk is installed
+- check/fix link points at this jdk and let user know
+  - multiple jdk are installed
+- check link points 

[arch-commits] Commit in (9 files)

2014-03-12 Thread Maxime Gauduin
Date: Wednesday, March 12, 2014 @ 15:23:29
  Author: alucryd
Revision: 107099

Add lib32-{libvdpau,wayland) and add wayland-egl support in lib32-mesa

Added:
  lib32-libvdpau/
  lib32-libvdpau/repos/
  lib32-libvdpau/trunk/
  lib32-libvdpau/trunk/PKGBUILD
  lib32-wayland/
  lib32-wayland/repos/
  lib32-wayland/trunk/
  lib32-wayland/trunk/PKGBUILD
Modified:
  lib32-mesa/trunk/PKGBUILD

---+
 lib32-libvdpau/trunk/PKGBUILD |   39 +++
 lib32-mesa/trunk/PKGBUILD |   28 ++--
 lib32-wayland/trunk/PKGBUILD  |   39 +++
 3 files changed, 96 insertions(+), 10 deletions(-)

Added: lib32-libvdpau/trunk/PKGBUILD
===
--- lib32-libvdpau/trunk/PKGBUILD   (rev 0)
+++ lib32-libvdpau/trunk/PKGBUILD   2014-03-12 14:23:29 UTC (rev 107099)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=lib32-libvdpau
+pkgver=0.7
+pkgrel=1
+pkgdesc='Nvidia VDPAU library'
+arch=('i686' 'x86_64')
+url='http://cgit.freedesktop.org/~aplattner/libvdpau'
+license=('custom')
+depends=('gcc-libs-multilib' 'lib32-libxext' ${pkgname#*-})
+conflicts=('lib32-nvidia-utils190.42-2')
+makedepends=('dri2proto')
+source=(http://people.freedesktop.org/~aplattner/vdpau/${pkgname#*-}-${pkgver}.tar.gz;)
+sha256sums=('24dc08467ce8c59d6cfbf0d34d2dd1f86b4ff62e90777e0a8f513c5c9de9bce0')
+
+build() {
+  cd ${pkgname#*-}-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+
+  ./configure --prefix='/usr' --libdir='/usr/lib32' --sysconfdir='/etc'
+  make
+}
+
+package() {
+  cd ${pkgname#*-}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/{etc,usr/include}
+
+  install -dm 755 ${pkgdir}/usr/share/licenses
+  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: lib32-libvdpau/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Modified: lib32-mesa/trunk/PKGBUILD
===
--- lib32-mesa/trunk/PKGBUILD   2014-03-12 14:05:21 UTC (rev 107098)
+++ lib32-mesa/trunk/PKGBUILD   2014-03-12 14:23:29 UTC (rev 107099)
@@ -7,8 +7,9 @@
 pkgver=10.1.0
 pkgrel=2
 arch=('x86_64')
-makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 
'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto' 
- 'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'gcc-multilib' 'lib32-elfutils' 'lib32-llvm' 'lib32-systemd')
+makedepends=('python2' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 'glproto' 
'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
+ 'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'gcc-multilib' 'lib32-elfutils' 'lib32-llvm' 'lib32-systemd'
+ 'lib32-libvdpau' 'lib32-wayland')
 url=http://mesa3d.sourceforge.net;
 license=('custom')
 options=('!libtool')
@@ -37,7 +38,7 @@
 --enable-gallium-llvm \
 --enable-egl \
 --enable-gallium-egl \
---with-egl-platforms=x11,drm \
+--with-egl-platforms=x11,drm,wayland \
 --enable-shared-glapi \
 --enable-gbm \
 --enable-glx-tls \
@@ -47,10 +48,11 @@
 --enable-gles1 \
 --enable-gles2 \
 --enable-texture-float \
---enable-dri3
+--enable-dri3 \
+--enable-vdpau
 
   make
-
+
   mkdir $srcdir/fakeinstall
   make DESTDIR=${srcdir}/fakeinstall install
 }
@@ -59,12 +61,15 @@
   pkgdesc=Mesa drivers for AMD/ATI Radeon (32-bit)
   depends=('lib32-mesa-libgl' lib32-mesa=${pkgver} 'lib32-libtxc_dxtn' 
'ati-dri')
 
+  install -m755 -d ${pkgdir}/usr/lib32/vdpau/
+  mv -v ${srcdir}/fakeinstall/usr/lib32/vdpau/libvdpau_{r600,radeonsi}.* 
${pkgdir}/usr/lib32/vdpau/
+
   install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
   mv -v 
${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/{r200,r300,r600,radeon,radeonsi}_dri.so
 ${pkgdir}/usr/lib32/xorg/modules/dri/
 
   install -m755 -d ${pkgdir}/usr/lib32/gallium-pipe
   mv -v 
${srcdir}/fakeinstall/usr/lib32/gallium-pipe/pipe_{r300,r600,radeonsi}* 
${pkgdir}/usr/lib32/gallium-pipe/
-  
+
   install -m755 -d ${pkgdir}/usr/share/licenses
   ln -s ati-dri $pkgdir/usr/share/licenses/lib32-ati-dri
 }
@@ -84,6 +89,9 @@
   pkgdesc=Mesa drivers for Nouveau (32-bit)
   depends=('lib32-mesa-libgl' lib32-mesa=${pkgver} 'lib32-libtxc_dxtn' 
'nouveau-dri')
 
+  install -m755 -d ${pkgdir}/usr/lib32/vdpau/
+  mv -v ${srcdir}/fakeinstall/usr/lib32/vdpau/libvdpau_nouveau.* 
${pkgdir}/usr/lib32/vdpau/
+
   install -m755 -d ${pkgdir}/usr/lib32/xorg/modules/dri
   mv -v 
${srcdir}/fakeinstall/usr/lib32/xorg/modules/dri/nouveau_{dri,vieux_dri}.so 
${pkgdir}/usr/lib32/xorg/modules/dri/
 
@@ -96,7 +104,7 @@
 
 

[arch-commits] Commit in (9 files)

2014-02-21 Thread Anatol Pomozov
Date: Friday, February 21, 2014 @ 23:28:59
  Author: anatolik
Revision: 106067

mldonkey: move package from aur to community

Added:
  mldonkey/
  mldonkey/repos/
  mldonkey/trunk/
  mldonkey/trunk/PKGBUILD
  mldonkey/trunk/gd_version.patch
  mldonkey/trunk/mldonkey.conf
  mldonkey/trunk/mldonkey.install
  mldonkey/trunk/mldonkey.service
  mldonkey/trunk/mldonkey.tmpfiles

---+
 PKGBUILD  |   51 +++
 gd_version.patch  |   40 
 mldonkey.conf |2 ++
 mldonkey.install  |   27 +++
 mldonkey.service  |   10 ++
 mldonkey.tmpfiles |1 +
 6 files changed, 131 insertions(+)

Added: mldonkey/trunk/PKGBUILD
===
--- mldonkey/trunk/PKGBUILD (rev 0)
+++ mldonkey/trunk/PKGBUILD 2014-02-21 22:28:59 UTC (rev 106067)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Anatol Pomozov anatol.pomo...@gmail.com
+
+pkgname=mldonkey
+pkgver=3.1.3
+pkgrel=3
+pkgdesc='A multi-network P2P client'
+arch=(i686 x86_64)
+url='http://mldonkey.sourceforge.net/'
+license=(GPL)
+depends=(desktop-file-utils file gd)
+makedepends=(lablgtk2 librsvg ocaml)
+optdepends=('librsvg: GUI support'
+'gtk2: GUI support')
+backup=(etc/conf.d/mldonkey)
+install=mldonkey.install
+source=(http://downloads.sourceforge.net/sourceforge/mldonkey/$pkgname-$pkgver.tar.bz2
+mldonkey.conf
+mldonkey.service
+mldonkey.tmpfiles
+gd_version.patch)
+sha1sums=('424386f277e84df55a2cbab213fae60787e42c8b'
+  '7e70e5f3c7bf5036debde4dacbed463c0464a1e7'
+  'd6886479cf36fbee0a62def0291706973c91dfa5'
+  'a454b919fac518ecb32f6262afbef0dfc423401c'
+  '18c4a0753d338bf24cac28dcbd43abcf59ce4534')
+
+prepare() {
+  cd mldonkey-$pkgver
+  patch -p0  $srcdir/gd_version.patch # a fix from upstream 
http://cvs.savannah.gnu.org/viewvc/mldonkey/config/configure.in?root=mldonkeyr1=1.357r2=1.358view=patch
+
+  rm config/configure  # remove this file to force its regeneration, we've 
just changed ./config/configure.in
+}
+
+build() {
+  cd mldonkey-$pkgver
+  ./configure --prefix=/usr --enable-gui=newgui2
+  make
+}
+
+package() {
+  cd mldonkey-$pkgver
+  make DESTDIR=$pkgdir install
+
+  install -Dm644 icons/rsvg/type_source_normal.svg 
$pkgdir/usr/share/icons/mldonkey.svg
+  install -Dm644 distrib/mldonkey.desktop 
$pkgdir/usr/share/applications/mldonkey.desktop
+
+  install -Dm644 $srcdir/mldonkey.conf $pkgdir/etc/conf.d/mldonkey
+  install -Dm644 $srcdir/mldonkey.service 
$pkgdir/usr/lib/systemd/system/mldonkey.service
+  install -Dm644 $srcdir/mldonkey.tmpfiles 
$pkgdir/usr/lib/tmpfiles.d/mldonkey.conf
+}


Property changes on: mldonkey/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: mldonkey/trunk/gd_version.patch
===
--- mldonkey/trunk/gd_version.patch (rev 0)
+++ mldonkey/trunk/gd_version.patch 2014-02-21 22:28:59 UTC (rev 106067)
@@ -0,0 +1,40 @@
+--- config/configure.in2013/07/07 11:46:34 1.357
 config/configure.in2013/07/20 10:14:57 1.358
+@@ -932,13 +932,30 @@
+ GDMAJORVERSION=`$GDLIBCONFIG --majorversion`
+ GDMINORVERSION=`$GDLIBCONFIG --minorversion`
+ GDREVISION=`$GDLIBCONFIG --revision`
+-if [ [ $GDMAJORVERSION = 2 ]  [ $GDMINORVERSION = 0 ]  [ $GDREVISION 
-gt 14 ]]; then
+-  AC_MSG_RESULT($GDVERSION)
+-  LIBGD=yes
+-else
+-  AC_MSG_RESULT(no (found $GDVERSION))
+-  LIBGD=no
+-fi
++case $GDMAJORVERSION in
++1)
++AC_MSG_RESULT(no (found $GDVERSION))
++LIBGD=no
++;;
++2)
++if test $GDMINORVERSION -ge 1; then
++AC_MSG_RESULT($GDVERSION)
++LIBGD=yes
++else
++if test $GDREVISION -gt 14; then
++AC_MSG_RESULT($GDVERSION)
++LIBGD=yes
++else
++AC_MSG_RESULT(no (found $GDVERSION))
++LIBGD=no
++fi
++fi
++;;
++*)
++AC_MSG_RESULT($GDVERSION)
++LIBGD=yes
++;;
++esac
+   else
+ LIBGD=yes
+   fi

Added: mldonkey/trunk/mldonkey.conf
===
--- mldonkey/trunk/mldonkey.conf(rev 0)
+++ mldonkey/trunk/mldonkey.conf2014-02-21 22:28:59 UTC (rev 106067)
@@ -0,0 +1,2 @@
+# Parameters to be passed to the daemon (default is empty)
+PARAMS=

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

[arch-commits] Commit in (9 files)

2014-01-27 Thread Sébastien Luttringer
Date: Tuesday, January 28, 2014 @ 04:05:41
  Author: seblu
Revision: 104881

Preliminary work to add salt

Added:
  salt/
  salt/repos/
  salt/trunk/
  salt/trunk/PKGBUILD
  salt/trunk/salt-master.service
  salt/trunk/salt-minion.service
  salt/trunk/salt-syndic.service
  salt/trunk/salt.install
  salt/trunk/salt.tmpfiles

-+
 PKGBUILD|   66 ++
 salt-master.service |   11 
 salt-minion.service |   11 
 salt-syndic.service |   11 
 salt.install|   18 +
 salt.tmpfiles   |1 
 6 files changed, 118 insertions(+)

Added: salt/trunk/PKGBUILD
===
--- salt/trunk/PKGBUILD (rev 0)
+++ salt/trunk/PKGBUILD 2014-01-28 03:05:41 UTC (rev 104881)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contibutor: Christer Edwards christer.edwa...@gmail.com
+
+pkgname=salt
+pkgver=0.17.5
+pkgrel=0
+pkgdesc='Central system and configuration manager'
+arch=('any')
+url='http://saltstack.org/'
+license=('Apache')
+depends=('libsodium'
+ 'python2'
+ 'python2-cffi'
+ 'python2-crypto'
+ 'python2-jinja'
+ 'python2-m2crypto'
+ 'python2-msgpack'
+ 'python2-ply'
+ 'python2-psutil'
+ 'python2-pycparser'
+ 'python2-pyzmq'
+ 'python2-yaml'
+ 'sshpass')
+backup=('etc/salt/master'
+'etc/salt/minion')
+install=salt.install
+source=(http://pypi.python.org/packages/source/s/salt/salt-$pkgver.tar.gz;
+'salt-master.service'
+'salt-syndic.service'
+'salt-minion.service'
+'salt.tmpfiles')
+
+md5sums=('1c9647b743c83b73572206e029f1a43f'
+ 'fbf73ffe2213bf8e6177f7ebde2664a4'
+ '1839f3b46e5567a91b4ef0fcf943ddb6'
+ 'ac8023a1e2ab9c107cdc20658212caf4'
+ '8772c329a5a90aac495d14d5797cc0fd')
+
+prepare() {
+  # we run master as user salt
+  sed -ri 's|^#user: root|user: salt|' $pkgname-$pkgver/conf/master
+}
+
+package() {
+  # systemd
+  install -Dm644 salt-master.service 
$pkgdir/usr/lib/systemd/system/salt-master.service
+  install -Dm644 salt-syndic.service 
$pkgdir/usr/lib/systemd/system/salt-syndic.service
+  install -Dm644 salt-minion.service 
$pkgdir/usr/lib/systemd/system/salt-minion.service
+  install -Dm644 salt.tmpfiles $pkgdir/usr/lib/tmpfiles.d/salt.conf
+
+  cd $pkgname-$pkgver
+  python2 setup.py install --root=$pkgdir --optimize=1 \
+--salt-pidfile-dir=/run/salt
+
+  # default config
+  install -Dm644 conf/master $pkgdir/etc/salt/master
+  install -Dm644 conf/minion $pkgdir/etc/salt/minion
+
+  # salt directories (cache must be owned by salt)
+  install -dm750 -o 141 -g 141 $pkgdir/var/cache/salt
+  install -dm750 -o 141 -g 141 $pkgdir/var/log/salt
+  install -dm750 -o 141 -g 141 $pkgdir/srv/salt
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: salt/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: salt/trunk/salt-master.service
===
--- salt/trunk/salt-master.service  (rev 0)
+++ salt/trunk/salt-master.service  2014-01-28 03:05:41 UTC (rev 104881)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Salt Master Daemon
+After=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/salt/salt-master.pid
+ExecStart=/usr/bin/salt-master -d
+
+[Install]
+WantedBy=multi-user.target

Added: salt/trunk/salt-minion.service
===
--- salt/trunk/salt-minion.service  (rev 0)
+++ salt/trunk/salt-minion.service  2014-01-28 03:05:41 UTC (rev 104881)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Salt Minion Daemon
+After=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/salt/salt-minion.pid
+ExecStart=/usr/bin/salt-minion -d
+
+[Install]
+WantedBy=multi-user.target

Added: salt/trunk/salt-syndic.service
===
--- salt/trunk/salt-syndic.service  (rev 0)
+++ salt/trunk/salt-syndic.service  2014-01-28 03:05:41 UTC (rev 104881)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Salt Syndic Daemon
+After=network.target
+
+[Service]
+Type=forking
+PIDFile=/run/salt/salt-syndic.pid
+ExecStart=/usr/bin/salt-syndic -d
+
+[Install]
+WantedBy=multi-user.target

Added: salt/trunk/salt.install
===
--- salt/trunk/salt.install (rev 0)
+++ salt/trunk/salt.install 2014-01-28 03:05:41 UTC (rev 104881)
@@ -0,0 +1,18 @@
+#/bin/bash
+
+# arg 1:  the new package version
+post_install() {
+  getent group salt /dev/null || groupadd -g 141 salt
+  getent passwd salt /dev/null || useradd -d /srv/salt -u 141 -g 141 salt
+  

[arch-commits] Commit in (9 files)

2014-01-22 Thread Balló György
Date: Thursday, January 23, 2014 @ 07:57:35
  Author: bgyorgy
Revision: 104579

Move planner from unsupported with 81 votes and 4.98 %

Added:
  planner/
  planner/trunk/
  planner/trunk/05ba23be296085313abd8d7d5075d962084f5d38.patch
  planner/trunk/0cc65e2f420af45f78d190ac2af64810a148bb31.patch
  planner/trunk/PKGBUILD
  planner/trunk/cd2b658e83d47e8f49d1bbaf54be6433a21d3758.patch
  planner/trunk/f9840c342e4b5767ee35f0d326b7f7eaf56850ed.patch
  planner/trunk/fd8da8994f7006b9fcefc90d2fe5c2b484c7871e.patch
  planner/trunk/planner.install

+
 05ba23be296085313abd8d7d5075d962084f5d38.patch |   26 
 0cc65e2f420af45f78d190ac2af64810a148bb31.patch |   41 ++
 PKGBUILD   |   54 
 cd2b658e83d47e8f49d1bbaf54be6433a21d3758.patch |  147 +++
 f9840c342e4b5767ee35f0d326b7f7eaf56850ed.patch |  114 +
 fd8da8994f7006b9fcefc90d2fe5c2b484c7871e.patch |   41 ++
 planner.install|   26 
 7 files changed, 449 insertions(+)

Added: planner/trunk/05ba23be296085313abd8d7d5075d962084f5d38.patch
===
--- planner/trunk/05ba23be296085313abd8d7d5075d962084f5d38.patch
(rev 0)
+++ planner/trunk/05ba23be296085313abd8d7d5075d962084f5d38.patch
2014-01-23 06:57:35 UTC (rev 104579)
@@ -0,0 +1,26 @@
+From 05ba23be296085313abd8d7d5075d962084f5d38 Mon Sep 17 00:00:00 2001
+From: Alexandre Franke alexandre.fra...@gmail.com
+Date: Wed, 14 Mar 2012 10:52:25 +
+Subject: Better use of fields in the .desktop file
+
+https://bugzilla.gnome.org/show_bug.cgi?id=672033
+---
+diff --git a/data/planner.desktop.in.in b/data/planner.desktop.in.in
+index af61d34..30eb921 100644
+--- a/data/planner.desktop.in.in
 b/data/planner.desktop.in.in
+@@ -1,6 +1,10 @@
+ [Desktop Entry]
+-_Name=Project Management
+-_Comment=Planner Project Management
++Version=1.0
++_Name=Planner
++_GenericName=Project Management
++_X-GNOME-FullName=Planner Project Management
++_Comment=Handle the tasks, resources, and cost of your projects
++_Keywords=Gantt;Chart;Critical path;Relationship;Dependency;WBS;
+ Exec=planner %F
+ Icon=gnome-planner.png
+ Terminal=false
+--
+cgit v0.9.2

Added: planner/trunk/0cc65e2f420af45f78d190ac2af64810a148bb31.patch
===
--- planner/trunk/0cc65e2f420af45f78d190ac2af64810a148bb31.patch
(rev 0)
+++ planner/trunk/0cc65e2f420af45f78d190ac2af64810a148bb31.patch
2014-01-23 06:57:35 UTC (rev 104579)
@@ -0,0 +1,41 @@
+From 0cc65e2f420af45f78d190ac2af64810a148bb31 Mon Sep 17 00:00:00 2001
+From: Luis Menina liberfo...@freeside.fr
+Date: Mon, 11 Mar 2013 00:00:44 +
+Subject: Don't crash on an empty print preview, just provide an empty preview.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=581282
+---
+diff --git a/src/planner-print-job.c b/src/planner-print-job.c
+index 6334037..96267a0 100644
+--- a/src/planner-print-job.c
 b/src/planner-print-job.c
+@@ -237,17 +237,7 @@ print_job_draw_page (GtkPrintOperation *operation,
+ 
+   l = priv-views;
+ 
+-  /* Abort if there is nothing to print.
+-   *
+-   * A better solution would be to set the number of pages to print to 0
+-   * in print_job_begin_print, but 0 is not a valid value for
+-   * gtk_print_operation_set_n_pages.
+-   */
+-  if(!l) {
+-  return;
+-  }
+-
+-  while (!page_found) {
++  while (! page_found  l != NULL) {
+   v = PLANNER_VIEW (l-data);
+ 
+   pages_in_view = planner_view_print_get_n_pages (v);
+@@ -258,8 +248,6 @@ print_job_draw_page (GtkPrintOperation *operation,
+   } else {
+   page_nr -= pages_in_view;
+   l = l-next;
+-
+-  g_assert (l != NULL);
+   }
+   }
+ }
+--
+cgit v0.9.2

Added: planner/trunk/PKGBUILD
===
--- planner/trunk/PKGBUILD  (rev 0)
+++ planner/trunk/PKGBUILD  2014-01-23 06:57:35 UTC (rev 104579)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: herb  h...@archlinux.org
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=planner
+pkgver=0.14.6
+pkgrel=3
+pkgdesc='Project management application for GNOME'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='https://wiki.gnome.org/Apps/Planner'
+depends=('libgnomecanvas' 'libxslt' 'gconf' 'desktop-file-utils')
+makedepends=('intltool' 'gtk-doc' 'pygtk')
+options=('!emptydirs')
+install=planner.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/planner/${pkgver%.*}/planner-$pkgver.tar.xz
+f9840c342e4b5767ee35f0d326b7f7eaf56850ed.patch
+05ba23be296085313abd8d7d5075d962084f5d38.patch
+

[arch-commits] Commit in (9 files)

2014-01-06 Thread Maxime Gauduin
Date: Monday, January 6, 2014 @ 12:20:38
  Author: alucryd
Revision: 103451

Add lib32-libaio and lib32-nvidia-cg-toolkit

Added:
  lib32-libaio/
  lib32-libaio/repos/
  lib32-libaio/trunk/
  lib32-libaio/trunk/PKGBUILD
  lib32-nvidia-cg-toolkit/
  lib32-nvidia-cg-toolkit/repos/
  lib32-nvidia-cg-toolkit/trunk/
  lib32-nvidia-cg-toolkit/trunk/PKGBUILD
Modified:
  pcsx2/trunk/PKGBUILD

+
 lib32-libaio/trunk/PKGBUILD|   35 
 lib32-nvidia-cg-toolkit/trunk/PKGBUILD |   25 
 pcsx2/trunk/PKGBUILD   |   38 +--
 3 files changed, 76 insertions(+), 22 deletions(-)

Added: lib32-libaio/trunk/PKGBUILD
===
--- lib32-libaio/trunk/PKGBUILD (rev 0)
+++ lib32-libaio/trunk/PKGBUILD 2014-01-06 11:20:38 UTC (rev 103451)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor : josephgbr rafael.f.f1 at gmail.com
+# Contributor : angvp angvp at archlinux.org
+
+pkgname=lib32-libaio
+pkgver=0.3.109
+pkgrel=6
+pkgdesc='The Linux-native asynchronous I/O facility (aio) library'
+arch=('x86_64')
+url='http://lse.sourceforge.net/io/aio.html'
+license=('LGPL')
+depends=(${pkgname#*-})
+makedepends=('gcc-multilib')
+options=('!staticlibs')
+source=(http://ftp.de.debian.org/debian/pool/main/liba/${pkgname#*-}/${pkgname#*-}_${pkgver}.orig.tar.gz;)
+sha256sums=('bf4a457253cbaab215aea75cb6e18dc8d95bbd507e9920661ff9bdd288c8778d')
+
+build() {
+  cd ${pkgname#*-}-${pkgver}
+
+  export CC='gcc -m32'
+  export CXX='g++ -m32'
+  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+  make
+}
+
+package() {
+  cd ${pkgname#*-}-${pkgver}
+
+  make prefix=${pkgdir}/usr libdir=${pkgdir}/usr/lib32 install
+  rm -rf ${pkgdir}/usr/include
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: lib32-libaio/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: lib32-nvidia-cg-toolkit/trunk/PKGBUILD
===
--- lib32-nvidia-cg-toolkit/trunk/PKGBUILD  (rev 0)
+++ lib32-nvidia-cg-toolkit/trunk/PKGBUILD  2014-01-06 11:20:38 UTC (rev 
103451)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Maxime Gauduin aluc...@gmail.com
+# Contributor: josephgbr rafael.f...@gmail.com
+
+pkgname=lib32-nvidia-cg-toolkit
+pkgver=3.1
+pkgrel=4
+pkgdesc='NVIDIA Cg libraries'
+arch=('x86_64')
+url='http://developer.nvidia.com/object/cg_toolkit.html'
+license=('custom')
+depends=('lib32-mesa' ${pkgname#*-})
+source=(http://developer.download.nvidia.com/cg/Cg_${pkgver}/Cg-${pkgver}_April2012_x86.tgz;)
+sha256sums=('cef3591e436f528852db0e8c145d3842f920e0c89bcfb219c466797cb7b18879')
+
+package() {
+  install -dm 755 ${pkgdir}/usr/lib32
+  install -m 644 ${srcdir}/usr/lib/* ${pkgdir}/usr/lib32
+
+# License
+  install -dm 755 ${pkgdir}/usr/share/licenses
+  ln -s ${pkgname#*-} ${pkgdir}/usr/share/licenses/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:


Property changes on: lib32-nvidia-cg-toolkit/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Modified: pcsx2/trunk/PKGBUILD
===
--- pcsx2/trunk/PKGBUILD2014-01-06 11:19:52 UTC (rev 103450)
+++ pcsx2/trunk/PKGBUILD2014-01-06 11:20:38 UTC (rev 103451)
@@ -4,33 +4,27 @@
 # Contributor: vEX v...@niechift.com
 
 pkgname=pcsx2
-pkgver=1.0.0
-pkgrel=6
-pkgdesc=A Sony PlayStation 2 emulator
+pkgver=1.1.0
+_rev=5674
+pkgrel=1
+pkgdesc='A Sony PlayStation 2 emulator'
 arch=('i686' 'x86_64')
-url=http://www.pcsx2.net;
+url='http://www.pcsx2.net'
 license=('GPL')
 makedepends=('cmake' 'sparsehash')
 if [[ $CARCH == i686 ]]; then
-  depends=('glew' 'libjpeg-turbo' 'portaudio' 'soundtouch' 'wxgtk')
+  depends=('glew' 'libaio' 'libcanberra' 'libjpeg-turbo' 'nvidia-cg-toolkit' 
'portaudio' 'sdl' 'soundtouch' 'wxgtk2.8')
 elif [[ $CARCH == x86_64 ]]; then
-  makedepends+=('gcc-multilib' 'lib32-glew' 'lib32-libjpeg-turbo' 
'lib32-mesa-libgl' 'lib32-portaudio' 'lib32-soundtouch' 'lib32-wxgtk')
+  makedepends+=('gcc-multilib' 'lib32-glew' 'lib32-libaio' 'lib32-libcanberra' 
'lib32-libjpeg-turbo' 'lib32-mesa-libgl' 'lib32-portaudio' 'lib32-sdl' 
'lib32-soundtouch' 'lib32-wxgtk2.8')
 fi
 options=('!emptydirs')
-source=(${pkgname}-${pkgver}-r5350-sources.7z::http://pcsx2.net/download/releases/source-code/finish/7-source/93-pcsx2-v1-0-0-source-code/0.html;
+source=(http://code.google.com/p/pcsx2/downloads/detail?name=${pkgname}-${pkgver}-r${_rev}-lnx-sources.tar.bz2;
 'gcc48.patch')
 sha256sums=('3f6067c3ea23b2afa4d4c411f3121d86612c310b1c7a44413577cf5727e498bc'
 '57204299c89d98f900af2e6c98fd3af0460d9095d1046f4d67772b9b75dc894b')

[arch-commits] Commit in (9 files)

2013-11-27 Thread Alexander Rødseth
Date: Wednesday, November 27, 2013 @ 11:14:00
  Author: arodseth
Revision: 101542

Moving docker to [community]. 30 votes. APACHE license.

Added:
  lxc-docker/
  lxc-docker/repos/
  lxc-docker/repos/community-i686/
  lxc-docker/repos/community-x86_64/
  lxc-docker/trunk/
  lxc-docker/trunk/PKGBUILD
  lxc-docker/trunk/docker.install
  lxc-docker/trunk/docker.service
  lxc-docker/trunk/docker.sysctl

+
 PKGBUILD   |   37 +
 docker.install |   37 +
 docker.service |   10 ++
 docker.sysctl  |   13 +
 4 files changed, 97 insertions(+)

Added: lxc-docker/trunk/PKGBUILD
===
--- lxc-docker/trunk/PKGBUILD   (rev 0)
+++ lxc-docker/trunk/PKGBUILD   2013-11-27 10:14:00 UTC (rev 101542)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: Nicolas Dudebout nicolas.dudeb...@gatech.edu
+# Contributor: Ido Rosen i...@kernel.org
+# Contributor: frio developm...@frio.name
+
+# TODO: Build from source instead of using the binary release
+
+pkgname=lxc-docker
+pkgver=0.7.0
+pkgrel=1
+pkgdesc='Pack, ship and run any application as a lightweight container'
+arch=('x86_64' 'i686')
+url='https://github.com/dotcloud/docker'
+license=('APACHE')
+depends=('bridge-utils' 'iproute2' 'device-mapper' 'lxc' 'git')
+backup=('etc/sysctl.d/docker.conf')
+source=(docker.elf::https://get.docker.io/builds/Linux/x86_64/docker-$pkgver;
+'docker.service'
+'docker.sysctl'
+
'docker.bash::https://raw.github.com/dotcloud/docker/master/contrib/completion/bash/docker'
+
'docker.zsh::https://raw.github.com/dotcloud/docker/master/contrib/completion/zsh/_docker')
+sha256sums=('41aa07c6292135f67eb7a1d0fc5656521622732f7db57bab3c8006a8b2cec8a1'
+'633f67629c9a49af7b203da736d39270586ebf5edf4c0a2641be7ff4d1623d0f'
+'1384108f7176b2325893ad010649f1cbeab23143d8cd5f068de91291a9b54c36'
+'5f1ce099ffa21288a38786615732cf51749e850d4187ac5b729cfda1f9ffc733'
+'8751db6fe138be46e242af47ed17ef9a8a3f528bd7ee50c1f937bc9a3c6d2c6d')
+
+package() {
+  install -Dm755 docker.elf $pkgdir/usr/bin/docker
+  install -Dm644 docker.service 
$pkgdir/usr/lib/systemd/system/docker.service
+  install -Dm644 docker.sysctl $pkgdir/etc/sysctl.d/docker.conf
+  install -Dm644 docker.bash 
$pkgdir/usr/share/bash-completion/completions/docker
+  install -Dm644 docker.zsh $pkgdir/usr/share/zsh/site-functions/_docker
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: lxc-docker/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: lxc-docker/trunk/docker.install
===
--- lxc-docker/trunk/docker.install (rev 0)
+++ lxc-docker/trunk/docker.install 2013-11-27 10:14:00 UTC (rev 101542)
@@ -0,0 +1,37 @@
+# Contributor: Nicolas Dudebout nicolas.dudeb...@gatech.edu
+
+post_install() {
+  grep -q '^docker:' /etc/group || groupadd --system docker
+  systemctl daemon-reload
+  echo 'To make Docker fully functional, consider performing the following 
actions:'
+  echo '  + Start the docker daemon:'
+  echo '  $ sudo systemctl start docker'
+  echo '  + (OPTIONAL) Start the docker daemon at boot:'
+  echo '  $ sudo systemctl enable docker'
+  echo '  + Add your user to the docker group to run the docker client without 
sudo:'
+  echo '  $ sudo usermod -a -G docker username'
+  echo 'Login again for the change to take effect or run the following 
command'
+  echo 'for a change affecting only the current shell:'
+  echo '  $ newgrp docker'
+  echo '  + Enable IPv4 forwarding to allow internet connections inside the 
containers.'
+  echo 'See /etc/sysctl.d/docker.conf for WARNING and instructions.'
+}
+
+pre_upgrade() {
+  systemctl stop docker
+}
+
+post_upgrade() {
+  systemctl daemon-reload
+}
+
+pre_remove() {
+  systemctl stop docker
+  grep -q '^docker:' /etc/group  groupdel docker
+}
+
+post_remove() {
+  systemctl daemon-reload
+}
+
+# vim:set ts=2 sw=2 et:

Added: lxc-docker/trunk/docker.service
===
--- lxc-docker/trunk/docker.service (rev 0)
+++ lxc-docker/trunk/docker.service 2013-11-27 10:14:00 UTC (rev 101542)
@@ -0,0 +1,10 @@
+[Unit]
+Description=Docker Daemon
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/docker -d
+
+[Install]
+WantedBy=multi-user.target

Added: lxc-docker/trunk/docker.sysctl
===
--- lxc-docker/trunk/docker.sysctl  (rev 0)
+++ lxc-docker/trunk/docker.sysctl  2013-11-27 10:14:00 UTC (rev 101542)
@@ -0,0 +1,13 @@
+## WARNING: 

[arch-commits] Commit in (9 files)

2013-10-09 Thread Eric Bélanger
Date: Thursday, October 10, 2013 @ 03:43:24
  Author: eric
Revision: 98419

extra2community: Moving ogle from extra to community

Added:
  ogle/
  ogle/repos/
  ogle/trunk/
  ogle/trunk/PKGBUILD
  ogle/trunk/dvdread-4.1.3.patch
  ogle/trunk/gcc34alsafix.patch
  ogle/trunk/gcc4.patch
  ogle/trunk/ogle-vuln-scripts-makefile.patch
  ogle/trunk/xvideofix.patch

--+
 PKGBUILD |   44 +++
 dvdread-4.1.3.patch  |  129 +++
 gcc34alsafix.patch   |   15 ++
 gcc4.patch   |   12 ++
 ogle-vuln-scripts-makefile.patch |   36 ++
 xvideofix.patch  |  205 +
 6 files changed, 441 insertions(+)

Added: ogle/trunk/PKGBUILD
===
--- ogle/trunk/PKGBUILD (rev 0)
+++ ogle/trunk/PKGBUILD 2013-10-10 01:43:24 UTC (rev 98419)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=ogle
+pkgver=0.9.2
+pkgrel=13
+pkgdesc=A simple DVD player for Linux
+arch=('i686' 'x86_64')
+url=http://www.dtek.chalmers.se/groups/dvd/;
+license=('GPL')
+depends=('sh' 'libxml2' 'libdvdread' 'libjpeg' 'libmad' 'libxinerama' 'libxv'
+ 'alsa-lib' 'a52dec' 'libxxf86vm')
+options=('!libtool')
+# http://www.dtek.chalmers.se/groups/dvd/dist/${pkgname}-${pkgver}.tar.gz
+source=(ftp://ftp.archlinux.org/other/ogle/${pkgname}-${pkgver}.tar.gz \
+xvideofix.patchgcc34alsafix.patch gcc4.patch 
dvdread-4.1.3.patch \
+ogle-vuln-scripts-makefile.patch)
+md5sums=('a76a9892bdb807a4bcf859d15a91f0f9'
+ '57f1cf36eed82c56f24e9c0fc25ce2b3'
+ '4ebc822b252fade6b53c5ceb5be45bf5'
+ 'd08cff87c5ec41a7eebc0d2384835688'
+ '597906c64ff7f5185de8430fdae3107d'
+ 'd052b01f293c61d399fdd0ac2abb1cf4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p0 -i ${srcdir}/dvdread-4.1.3.patch
+  patch -p1 -i ${srcdir}/xvideofix.patch
+  patch -p1 -i ${srcdir}/gcc34alsafix.patch
+  patch -p1 -i ${srcdir}/gcc4.patch
+  patch -p0 -i ${srcdir}/ogle-vuln-scripts-makefile.patch
+
+   # fix alsa detection - stolen from their cvs
+  sed -i 's|^.*MINOR\=\=5.*$|#if SND_LIB_MAJOR==0  SND_LIB_MINOR6|' 
configure
+  sed -i 's|__diga_end:|\0;|' libogleao/alsa_audio.c
+  ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --with-x
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export LIBRARY_PATH=${pkgdir}/usr/lib/ogle
+  make DESTDIR=${pkgdir} install
+}


Property changes on: ogle/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: ogle/trunk/dvdread-4.1.3.patch
===
--- ogle/trunk/dvdread-4.1.3.patch  (rev 0)
+++ ogle/trunk/dvdread-4.1.3.patch  2013-10-10 01:43:24 UTC (rev 98419)
@@ -0,0 +1,129 @@
+$NetBSD: patch-ad,v 1.1 2009/01/27 02:06:49 jmcneill Exp $
+
+--- vmg/ifo_dump.c.orig2009-01-26 21:00:17.0 -0500
 vmg/ifo_dump.c 2009-01-26 21:00:33.0 -0500
+@@ -65,38 +65,38 @@ static void print_ifo(char *path, int ti
+   if(h-vmgi_mat != NULL) {
+ 
+ printf(VMG top level\n-\n);
+-ifoPrint_VMGI_MAT(h-vmgi_mat);
++ifo_print_VMGI_MAT(h-vmgi_mat);
+   
+ printf(\nFirst Play PGC\n--\n);
+-ifoPrint_PGC(h-first_play_pgc);
++ifo_print_PGC(h-first_play_pgc);
+   
+ printf(\nTitle Track search pointer table\n);
+ printf(  \n);
+-ifoPrint_TT_SRPT(h-tt_srpt);
++ifo_print_TT_SRPT(h-tt_srpt);
+   
+ printf(\nMenu PGCI Unit table\n);
+ printf(  \n);
+ if(h-vmgi_mat-vmgm_pgci_ut != 0) {
+-  ifoPrint_PGCI_UT(h-pgci_ut);
++  ifo_print_PGCI_UT(h-pgci_ut);
+ } else 
+   printf(No Menu PGCI Unit table present\n);
+   
+ printf(\nParental Manegment Information table\n);
+ printf(  \n);
+ if(h-vmgi_mat-ptl_mait != 0) {
+-  ifoPrint_PTL_MAIT(h-ptl_mait);
++  ifo_print_PTL_MAIT(h-ptl_mait);
+ } else
+   printf(No Parental Management Information present\n);
+   
+ printf(\nVideo Title Set Attribute Table\n);
+ printf(  ---\n);
+-ifoPrint_VTS_ATRT(h-vts_atrt);
++ifo_print_VTS_ATRT(h-vts_atrt);
+ 
+   
+ printf(\nText Data Manager Information\n);
+ printf(  -\n);
+ if(h-vmgi_mat-txtdt_mgi != 0) {
+-  //ifoPrint_TXTDT_MGI(h-txtdt_mgi);
++  //ifo_print_TXTDT_MGI(h-txtdt_mgi);
+   printf(Can't print Text Data Manager Information yet\n);
+ } else
+   printf(No Text Data Manager Information present\n);
+@@ -106,14 +106,14 @@ static void print_ifo(char *path, 

[arch-commits] Commit in (9 files)

2013-09-18 Thread Daniel Micay
Date: Wednesday, September 18, 2013 @ 21:24:57
  Author: thestinger
Revision: 97348

archrelease: copy haskell-hashable to community-i686, community-x86_64

Added:
  repos/
  repos/community-i686/
  repos/community-i686/PKGBUILD
(from rev 97347, haskell-hashable/PKGBUILD)
  repos/community-i686/haskell-hashable.install
(from rev 97347, haskell-hashable/haskell-hashable.install)
  repos/community-x86_64/
  repos/community-x86_64/PKGBUILD
(from rev 97347, haskell-hashable/PKGBUILD)
  repos/community-x86_64/haskell-hashable.install
(from rev 97347, haskell-hashable/haskell-hashable.install)
Modified:
  haskell-pandoc-types/trunk/PKGBUILD
  haskell-texmath/trunk/PKGBUILD

-+
 haskell-pandoc-types/trunk/PKGBUILD |6 +--
 haskell-texmath/trunk/PKGBUILD  |4 +-
 repos/community-i686/PKGBUILD   |   38 ++
 repos/community-i686/haskell-hashable.install   |   18 ++
 repos/community-x86_64/PKGBUILD |   38 ++
 repos/community-x86_64/haskell-hashable.install |   18 ++
 6 files changed, 117 insertions(+), 5 deletions(-)

Modified: haskell-pandoc-types/trunk/PKGBUILD
===
--- haskell-pandoc-types/trunk/PKGBUILD 2013-09-18 19:24:29 UTC (rev 97347)
+++ haskell-pandoc-types/trunk/PKGBUILD 2013-09-18 19:24:57 UTC (rev 97348)
@@ -4,8 +4,8 @@
 
 _hkgname=pandoc-types
 pkgname=haskell-pandoc-types
-pkgver=1.10
-pkgrel=3
+pkgver=1.12.1
+pkgrel=1
 pkgdesc=Types for representing a structured document
 url=http://johnmacfarlane.net/pandoc;
 license=(GPL)
@@ -14,7 +14,7 @@
 depends=('haskell-containers' 'haskell-syb')
 
source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install=$pkgname.install
-sha256sums=('e65b983aece74d57db53c6f611f92b9df9dd876e5f022f3a8612c092d6db78f5')
+sha256sums=('726df226da9cc55b986380d64bb362b66238f41fdef4c56b027d97a7fc3a163f')
 
 build() {
   cd $srcdir/$_hkgname-$pkgver

Modified: haskell-texmath/trunk/PKGBUILD
===
--- haskell-texmath/trunk/PKGBUILD  2013-09-18 19:24:29 UTC (rev 97347)
+++ haskell-texmath/trunk/PKGBUILD  2013-09-18 19:24:57 UTC (rev 97348)
@@ -4,7 +4,7 @@
 
 pkgname=haskell-texmath
 _hkgname=texmath
-pkgver=0.6.3
+pkgver=0.6.4
 pkgrel=1
 pkgdesc=Conversion of LaTeX math formulas to MathML.
 url=https://github.com/jgm/texmath;
@@ -14,7 +14,7 @@
 depends=(haskell-containers haskell-parsec haskell-syb haskell-xml)
 
source=(http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
 install=$pkgname.install
-md5sums=('51a759ddfc114c5b3b7abc76644bceb1')
+md5sums=('d00583d680710c816c263d198cbf6311')
 
 build() {
   cd $srcdir/$_hkgname-$pkgver

Copied: repos/community-i686/PKGBUILD (from rev 97347, 
haskell-hashable/PKGBUILD)
===
--- repos/community-i686/PKGBUILD   (rev 0)
+++ repos/community-i686/PKGBUILD   2013-09-18 19:24:57 UTC (rev 97348)
@@ -0,0 +1,38 @@
+# Maintainer: Daniel Micay danielmi...@gmail.com
+# Contributor: hauzer hauzer at gmx dot com
+_hkgname=hashable
+pkgname=haskell-hashable
+pkgver=1.2.1.0
+pkgrel=1
+pkgdesc=A class for types that can be converted to a hash value
+url=http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+makedepends=()
+depends=('ghc' haskell-text)
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('74f7cadb836e63f4d4b1a24be401228d')
+
+build() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  runhaskell Setup configure -O ${PKGBUILD_HASKELL_ENABLE_PROFILING:+-p } 
--enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} 
--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e s|ghc-pkg.*unregister[^ ]* |'--force' | unregister.sh
+}
+
+package() {
+  cd ${srcdir}/${_hkgname}-${pkgver}
+  install -D -m744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+  install-m744 unregister.sh 
${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh
+  install -d -m755 ${pkgdir}/usr/share/doc/ghc/html/libraries
+  ln -s /usr/share/doc/${pkgname}/html 
${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}
+  runhaskell Setup copy --destdir=${pkgdir}
+  install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Copied: repos/community-i686/haskell-hashable.install (from rev 97347, 
haskell-hashable/haskell-hashable.install)

[arch-commits] Commit in (9 files)

2013-09-01 Thread Balló György
Date: Monday, September 2, 2013 @ 00:03:23
  Author: bgyorgy
Revision: 96582

Move rxtx from unsupported with 63 votes

Added:
  java-rxtx/
  java-rxtx/repos/
  java-rxtx/trunk/
  java-rxtx/trunk/PKGBUILD
  java-rxtx/trunk/rxtx-2.2-fhs_lock.patch
  java-rxtx/trunk/rxtx-2.2-lock.patch
  java-rxtx/trunk/rxtx.install
  java-rxtx/trunk/ttyACM_port.patch
  java-rxtx/trunk/utsrelease.patch

-+
 PKGBUILD|   57 ++
 rxtx-2.2-fhs_lock.patch |   13 ++
 rxtx-2.2-lock.patch |   12 +
 rxtx.install|3 ++
 ttyACM_port.patch   |   28 ++
 utsrelease.patch|   36 +
 6 files changed, 149 insertions(+)

Added: java-rxtx/trunk/PKGBUILD
===
--- java-rxtx/trunk/PKGBUILD(rev 0)
+++ java-rxtx/trunk/PKGBUILD2013-09-01 22:03:23 UTC (rev 96582)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Vitaliy Berdinskikh ur6lad[at]i.ua
+
+pkgname=java-rxtx
+_pkgname=rxtx
+pkgver=2.2pre2
+pkgrel=1
+pkgdesc=Java library for serial IO
+arch=('i686' 'x86_64')
+url=http://rxtx.qbang.org/;
+license=('LGPL')
+depends=('glibc' 'java-runtime')
+makedepends=('java-environment')
+options=('!libtool')
+provides=($_pkgname-$pkgver)
+replaces=($_pkgname)
+install=$_pkgname.install
+source=(http://rxtx.qbang.org/pub/$_pkgname/$_pkgname-$pkgver.zip
+utsrelease.patch
+rxtx-2.2-lock.patch
+rxtx-2.2-fhs_lock.patch
+ttyACM_port.patch)
+md5sums=('7eedb18e3f33a427e2b0e9be8ce3f94c'
+ '2f21ec5eb108f871815242698b6150f1'
+ '1f7c43d582bfe9daea22d7f7057436da'
+ 'f4d22d263f45cd1d4db6242dd0ac78ae'
+ '903a3fe0067d0682dd5f64483c741df6')
+
+prepare() {
+  cd $srcdir/$_pkgname-$pkgver
+
+  # Fix build
+  patch -Np1 -i $srcdir/utsrelease.patch
+
+  # Fix lockdir patch
+  patch -Np1 -i $srcdir/rxtx-2.2-lock.patch
+
+  # Fix buffer overflow
+  patch -Np1 -i $srcdir/rxtx-2.2-fhs_lock.patch
+
+  # Enable more ports
+  patch -Np1 -i $srcdir/ttyACM_port.patch
+}
+
+build() {
+  cd $srcdir/$_pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static
+  make -j1
+}
+
+package() {
+  cd $srcdir/$_pkgname-$pkgver
+  mkdir -p $pkgdir/usr/{lib,share/java/rxtx}
+  make JHOME=$pkgdir/usr/share/java/rxtx RXTX_PATH=$pkgdir/usr/lib install
+}


Property changes on: java-rxtx/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: java-rxtx/trunk/rxtx-2.2-fhs_lock.patch
===
--- java-rxtx/trunk/rxtx-2.2-fhs_lock.patch (rev 0)
+++ java-rxtx/trunk/rxtx-2.2-fhs_lock.patch 2013-09-01 22:03:23 UTC (rev 
96582)
@@ -0,0 +1,13 @@
+--- ./src/SerialImp.c.orig 2011-03-17 14:42:48.946047373 -0500
 ./src/SerialImp.c  2011-03-17 14:46:01.244904859 -0500
+@@ -5291,8 +5291,8 @@ 
+*
+*/
+   int fd,j;
+-  char lockinfo[12], message[80];
+-  char file[80], *p;
++  char lockinfo[12], message[200];
++  char file[200], *p;
+ 
+   j = strlen( filename );
+   p = ( char * ) filename + j;

Added: java-rxtx/trunk/rxtx-2.2-lock.patch
===
--- java-rxtx/trunk/rxtx-2.2-lock.patch (rev 0)
+++ java-rxtx/trunk/rxtx-2.2-lock.patch 2013-09-01 22:03:23 UTC (rev 96582)
@@ -0,0 +1,12 @@
+diff -up ./src/SerialImp.h.lock ./src/SerialImp.h
+--- ./src/SerialImp.h.lock 2010-11-09 15:59:54.891179571 +0100
 ./src/SerialImp.h  2010-11-09 16:01:12.257819409 +0100
+@@ -158,7 +158,7 @@ struct event_info_struct
+ # endif /* CMSPAR */
+ # 
+ # define DEVICEDIR /dev/
+-# define LOCKDIR /var/lock
++# define LOCKDIR /var/lock/lockdev
+ # define LOCKFILEPREFIX LCK..
+ # define FHS
+ #endif /* __linux__ */

Added: java-rxtx/trunk/rxtx.install
===
--- java-rxtx/trunk/rxtx.install(rev 0)
+++ java-rxtx/trunk/rxtx.install2013-09-01 22:03:23 UTC (rev 96582)
@@ -0,0 +1,3 @@
+post_install() {
+echo Users need to be in 'lock' and 'uucp' groups to connect to devices
+}

Added: java-rxtx/trunk/ttyACM_port.patch
===
--- java-rxtx/trunk/ttyACM_port.patch   (rev 0)
+++ java-rxtx/trunk/ttyACM_port.patch   2013-09-01 22:03:23 UTC (rev 96582)
@@ -0,0 +1,28 @@
+Description: Allows for the enumeration of many additional ports, including 
ttyACM for Arduino Unos
+Author: Scott Howard showard...@gmail.com
+
+Index: rxtx/src/gnu/io/RXTXCommDriver.java

[arch-commits] Commit in (9 files)

2013-08-05 Thread Alexander Rødseth
Date: Monday, August 5, 2013 @ 22:55:04
  Author: arodseth
Revision: 95118

Initial checkin, moving from AUR, updated the package

Added:
  ucblogo/
  ucblogo/repos/
  ucblogo/repos/community-i686/
  ucblogo/repos/community-x86_64/
  ucblogo/trunk/
  ucblogo/trunk/PKGBUILD
  ucblogo/trunk/logo.sh
  ucblogo/trunk/ucblogo-6.0-no-texinfo.patch
  ucblogo/trunk/ucblogo-6.0-no-wxWidgets.patch

+
 PKGBUILD   |   46 ++
 logo.sh|7 +
 ucblogo-6.0-no-texinfo.patch   |   12 +
 ucblogo-6.0-no-wxWidgets.patch |   52 +++
 4 files changed, 117 insertions(+)

Added: ucblogo/trunk/PKGBUILD
===
--- ucblogo/trunk/PKGBUILD  (rev 0)
+++ ucblogo/trunk/PKGBUILD  2013-08-05 20:55:04 UTC (rev 95118)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexander Rødseth rods...@gmail.com
+# Contributor: chiku chirantan DOT mitra AT gmail DOT com
+
+pkgname=ucblogo
+pkgver=6.0
+pkgrel=5
+pkgdesc='Portable interpreter for the Logo programming language'
+url='http://www.cs.berkeley.edu/~bh/logo.html'
+arch=('x86_64' 'i686')
+license=('GPL')
+depends=('libx11' 'ncurses')
+source=(http://www.cs.berkeley.edu/~bh/downloads/$pkgname.tar.gz;
+$pkgname-$pkgver-no-wxWidgets.patch
+$pkgname-$pkgver-no-texinfo.patch
+'logo.sh')
+sha256sums=('c659e989e9284efc0f904ebd7de24b559c2d7434a98bb9c92c23e6c11b49cef3'
+'e360ac71ac785fa8b00b89ff0c5bf8ed738114013143245d3bc0e62eb7d0333d'
+'e83fb9d656a9064685cde5ebc0ee36242ac848228380b0567fe683901435707c'
+'3dcf0a5472acda2343ff7d4942ff6589149929a50af92b0994fbb0520d2a3849')
+
+prepare() {
+  patch -Np1 -i $pkgname-$pkgver-no-wxWidgets.patch
+  patch -Np1 -i $pkgname-$pkgver-no-texinfo.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # csls/CVS interferes with make
+  rm -r $srcdir/$pkgname-$pkgver/csls/CVS
+  make prefix=$pkgdir/usr INFODIR=$pkgdir/usr/share/info install
+  mv $pkgdir/usr/bin/logo $pkgdir/usr/bin/logo.elf
+  install -Dm755 $srcdir/logo.sh $pkgdir/usr/bin/logo
+  install -d $pkgdir/usr/share/doc
+  mv $pkgdir/usr/lib/logo/docs $pkgdir/usr/share/doc/$pkgname
+  rm $pkgdir/usr/share/doc/$pkgname/usermanual.ps
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: ucblogo/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: ucblogo/trunk/logo.sh
===
--- ucblogo/trunk/logo.sh   (rev 0)
+++ ucblogo/trunk/logo.sh   2013-08-05 20:55:04 UTC (rev 95118)
@@ -0,0 +1,7 @@
+#!/bin/sh
+export LOGOLIB=/usr/lib/logo/logolib
+if [[ -f $1 ]]; then
+  cat $1 | /usr/bin/logo.elf $* | head -n-2
+else
+  /usr/bin/logo.elf $@
+fi

Added: ucblogo/trunk/ucblogo-6.0-no-texinfo.patch
===
--- ucblogo/trunk/ucblogo-6.0-no-texinfo.patch  (rev 0)
+++ ucblogo/trunk/ucblogo-6.0-no-texinfo.patch  2013-08-05 20:55:04 UTC (rev 
95118)
@@ -0,0 +1,12 @@
+diff -ENwbur ucblogo-6.0-no-wxWidgets/docs/makefile 
ucblogo-6.0-no-texinfo/docs/makefile
+--- src/ucblogo-6.0/docs/makefile  2013-03-19 07:18:52.0 +0530
 src/ucblogo-6.0-b/docs/makefile2013-03-21 06:21:03.0 +0530
+@@ -30,7 +30,7 @@
+ ship:
+   -rm -f *.{aux,cp,cps,dvi,fn,ky,log,pg,toc,tp,vr}
+ 
+-install: all
++install:
+   for d in $(INFODIR) $(DOCSDIR) $(HTMLDIR); do [ -d $$d ] || mkdir -p 
$$d || exit 1; done
+   -cp -f *.info* $(INFODIR)/.
+   -cp -f html/*.html $(HTMLDIR)/.

Added: ucblogo/trunk/ucblogo-6.0-no-wxWidgets.patch
===
--- ucblogo/trunk/ucblogo-6.0-no-wxWidgets.patch
(rev 0)
+++ ucblogo/trunk/ucblogo-6.0-no-wxWidgets.patch2013-08-05 20:55:04 UTC 
(rev 95118)
@@ -0,0 +1,52 @@
+diff -ENwbur ucblogo-6.0/config.h ucblogo-6.0-no-wxWidgets/config.h
+--- src/ucblogo-6.0/config.h   2007-11-27 00:42:40.0 +0530
 src/ucblogo-6.0-b/config.h 2013-03-19 07:19:15.0 +0530
+@@ -74,4 +74,4 @@
+ /* #undef HAVE_LIBTERMLIB */
+ 
+ /* Define if you have the wx library.  */
+-#define HAVE_WX 1
++/* #undef HAVE_WX */
+Binary files ucblogo-6.0/logo and ucblogo-6.0-no-wxWidgets/logo differ
+diff -ENwbur ucblogo-6.0/makefile ucblogo-6.0-no-wxWidgets/makefile
+--- src/ucblogo-6.0/makefile   2008-09-14 02:51:18.0 +0530
 src/ucblogo-6.0-b/makefile 2013-03-19 07:25:44.0 +0530
+@@ -1,23 +1,23 @@
+ CC= gcc
+-CFLAGS= -g -O -DHAVE_WX-O0
++CFLAGS= -g -O2
+ CXX = g++
+-CXXFLAGS = -g  -DHAVE_WX 

[arch-commits] Commit in (9 files)

2013-06-17 Thread Andrea Scarpino
Date: Monday, June 17, 2013 @ 18:18:54
  Author: andrea
Revision: 188665

New KDE screen management utility

Added:
  kscreen/
  kscreen/repos/
  kscreen/trunk/
  kscreen/trunk/PKGBUILD
  kscreen/trunk/kscreen.install
  libkscreen/
  libkscreen/repos/
  libkscreen/trunk/
  libkscreen/trunk/PKGBUILD

---+
 kscreen/trunk/PKGBUILD|   34 ++
 kscreen/trunk/kscreen.install |6 ++
 libkscreen/trunk/PKGBUILD |   33 +
 3 files changed, 73 insertions(+)

Added: kscreen/trunk/PKGBUILD
===
--- kscreen/trunk/PKGBUILD  (rev 0)
+++ kscreen/trunk/PKGBUILD  2013-06-17 16:18:54 UTC (rev 188665)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: birdflesh antkoul at gmail dot com
+
+pkgname=kscreen
+pkgver=1.0
+pkgrel=1
+pkgdesc=KDE's screen management software
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/kscreen'
+license=('GPL' 'LGPL')
+depends=('kdebase-runtime' libkscreen=${pkgver})
+makedepends=('cmake' 'automoc4')
+install=$pkgname.install
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('52a0fef238ed71c08ee853f55e53f8bb')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}


Property changes on: kscreen/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: kscreen/trunk/kscreen.install
===
--- kscreen/trunk/kscreen.install   (rev 0)
+++ kscreen/trunk/kscreen.install   2013-06-17 16:18:54 UTC (rev 188665)
@@ -0,0 +1,6 @@
+post_install() {
+  printf == To use KScreen, run in a terminal:
+  printf qdbus org.kde.kded /kded org.kde.kded.unloadModule randrmonitor
+  printf qdbus org.kde.kded /kded org.kde.kded.setModuleAutoloading 
randrmonitor false
+  printf qdbus org.kde.kded /kded org.kde.kded.loadModule kscreen
+}

Added: libkscreen/trunk/PKGBUILD
===
--- libkscreen/trunk/PKGBUILD   (rev 0)
+++ libkscreen/trunk/PKGBUILD   2013-06-17 16:18:54 UTC (rev 188665)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: birdflesh antkoul at gmail dot com
+
+pkgname=libkscreen
+pkgver=1.0
+pkgrel=1
+pkgdesc=KDE's screen management library
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/libkscreen'
+license=('GPL')
+depends=('kdelibs' 'qjson')
+makedepends=('cmake' 'automoc4')
+source=(http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2;)
+md5sums=('83dc38c6ff5d33f253f7d9a43bc986cb')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}


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


[arch-commits] Commit in (9 files)

2013-06-07 Thread Jan Steffens
Date: Friday, June 7, 2013 @ 12:32:34
  Author: heftig
Revision: 92504

Fix webkitgtk dep

Modified:
  apvlv/trunk/PKGBUILD
  dwb/trunk/PKGBUILD
  google-gadgets/trunk/PKGBUILD
  gtkpod/trunk/PKGBUILD
  luakit/trunk/PKGBUILD
  perl-gtk2-webkit/trunk/PKGBUILD
  shotwell/trunk/PKGBUILD
  surf/trunk/PKGBUILD
  uzbl/trunk/PKGBUILD

-+
 apvlv/trunk/PKGBUILD|2 +-
 dwb/trunk/PKGBUILD  |2 +-
 google-gadgets/trunk/PKGBUILD   |6 +++---
 gtkpod/trunk/PKGBUILD   |2 +-
 luakit/trunk/PKGBUILD   |2 +-
 perl-gtk2-webkit/trunk/PKGBUILD |2 +-
 shotwell/trunk/PKGBUILD |2 +-
 surf/trunk/PKGBUILD |2 +-
 uzbl/trunk/PKGBUILD |4 ++--
 9 files changed, 12 insertions(+), 12 deletions(-)

Modified: apvlv/trunk/PKGBUILD
===
--- apvlv/trunk/PKGBUILD2013-06-07 09:30:43 UTC (rev 92503)
+++ apvlv/trunk/PKGBUILD2013-06-07 10:32:34 UTC (rev 92504)
@@ -13,7 +13,7 @@
 url=http://naihe2010.github.com/apvlv/;
 license=('GPL')
 depends=('gtk2' 'cairo' 'poppler-glib' 'djvulibre' 'desktop-file-utils')
-makedepends=('cmake' 'libwebkit')
+makedepends=('cmake' 'webkitgtk2')
 install=$pkgname.install
 
source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz
 $pkgname.desktop)

Modified: dwb/trunk/PKGBUILD
===
--- dwb/trunk/PKGBUILD  2013-06-07 09:30:43 UTC (rev 92503)
+++ dwb/trunk/PKGBUILD  2013-06-07 10:32:34 UTC (rev 92504)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 install=dwb.install
 license=('GPL')
-depends=('libwebkit' 'desktop-file-utils')
+depends=('webkitgtk2' 'desktop-file-utils')
 makedepends=('json-c')
 
source=(https://bitbucket.org/portix/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz)
 sha1sums=(57207525896a0c6145e1da69481e3ccc043757e9)

Modified: google-gadgets/trunk/PKGBUILD
===
--- google-gadgets/trunk/PKGBUILD   2013-06-07 09:30:43 UTC (rev 92503)
+++ google-gadgets/trunk/PKGBUILD   2013-06-07 10:32:34 UTC (rev 92504)
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 url=http://code.google.com/p/google-gadgets-for-linux/;
 license=('APACHE')
-makedepends=('gstreamer0.10-base-plugins' 'libwebkit'
+makedepends=('gstreamer0.10-base-plugins' 'webkitgtk2'
  'desktop-file-utils' 'xdg-utils'
  'librsvg' 'curl' 'libsoup-gnome'
  'qtwebkit'
@@ -89,7 +89,7 @@
   install=$pkgbase.install
   depends=('google-gadgets-common'
'desktop-file-utils' 'xdg-utils'
-   'gstreamer0.10-base-plugins' 'libwebkit' 'libsoup-gnome'
+   'gstreamer0.10-base-plugins' 'webkitgtk2' 'libsoup-gnome'
'librsvg' 'curl')
   optdepends=('networkmanager: desktop integration')
 
@@ -132,7 +132,7 @@
   install=$pkgbase.install
   depends=('google-gadgets-common' 'qtwebkit'
'desktop-file-utils' 'xdg-utils'
-   'gstreamer0.10-base-plugins' 'libwebkit')
+   'gstreamer0.10-base-plugins' 'webkitgtk2')
   optdepends=('networkmanager: desktop integration')
 
   # install the qt binary

Modified: gtkpod/trunk/PKGBUILD
===
--- gtkpod/trunk/PKGBUILD   2013-06-07 09:30:43 UTC (rev 92503)
+++ gtkpod/trunk/PKGBUILD   2013-06-07 10:32:34 UTC (rev 92504)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 url=http://gtkpod.sourceforge.net;
 license=('GPL')
-depends=('libanjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk' 
'hicolor-icon-theme' 'libwebkit3')
+depends=('libanjuta' 'curl' 'flac' 'libid3tag' 'libgpod' 'awk' 
'hicolor-icon-theme' 'webkitgtk')
 makedepends=('flex' 'intltool' 'faad2' 'libvorbis')
 optdepends=('libmp4v2: MP4/h264 support'
 'vorbis-tools: OGG support'

Modified: luakit/trunk/PKGBUILD
===
--- luakit/trunk/PKGBUILD   2013-06-07 09:30:43 UTC (rev 92503)
+++ luakit/trunk/PKGBUILD   2013-06-07 10:32:34 UTC (rev 92504)
@@ -11,7 +11,7 @@
 arch=('i686' 'x86_64')
 url='http://mason-larobina.github.com/luakit/'
 license=('GPL3')
-depends=('libwebkit' 'lua51-filesystem' 'libunique' 'desktop-file-utils' 
'luajit')
+depends=('webkitgtk2' 'lua51-filesystem' 'libunique' 'desktop-file-utils' 
'luajit')
 makedepends=('git' 'help2man')
 options=(!makeflags)
 install='luakit.install'

Modified: perl-gtk2-webkit/trunk/PKGBUILD
===
--- perl-gtk2-webkit/trunk/PKGBUILD 2013-06-07 09:30:43 UTC (rev 92503)
+++ perl-gtk2-webkit/trunk/PKGBUILD 2013-06-07 10:32:34 UTC (rev 92504)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 url=http://search.cpan.org/dist/Gtk2-WebKit;
 license=('GPL' 'PerlArtistic')
-depends=('perl' 'gtk2-perl' 'libwebkit' 'perl-extutils-depends' 
'perl-extutils-pkgconfig')

[arch-commits] Commit in (9 files)

2013-05-27 Thread Sergej Pupykin
Date: Monday, May 27, 2013 @ 13:00:11
  Author: spupykin
Revision: 91762

Added:
  perl-data-dumper/
  perl-data-dumper/repos/
  perl-data-dumper/trunk/
  perl-data-dumper/trunk/PKGBUILD
  perl-math-random-isaac/
  perl-math-random-isaac/repos/
  perl-math-random-isaac/trunk/
  perl-math-random-isaac/trunk/PKGBUILD
Modified:
  bugzilla/trunk/PKGBUILD

---+
 bugzilla/trunk/PKGBUILD   |5 +++--
 perl-data-dumper/trunk/PKGBUILD   |   22 ++
 perl-math-random-isaac/trunk/PKGBUILD |   32 
 3 files changed, 57 insertions(+), 2 deletions(-)

Modified: bugzilla/trunk/PKGBUILD
===
--- bugzilla/trunk/PKGBUILD 2013-05-27 09:57:44 UTC (rev 91761)
+++ bugzilla/trunk/PKGBUILD 2013-05-27 11:00:11 UTC (rev 91762)
@@ -4,7 +4,7 @@
 
 pkgname=bugzilla
 pkgver=4.4
-pkgrel=1
+pkgrel=2
 pkgdesc=bug tracker
 arch=('any')
 url=http://www.bugzilla.org;
@@ -16,7 +16,8 @@
 perl-email-mime-modifier perl-email-mime-creator perl-email-reply 
perl-email-send perl-email-simple
 perl-email-simple-creator perl-gd perl-gdgraph perl-gdtextutil 
perl-patchreader
 perl-return-value perl-template-gd perl-ldap perl-soap-lite 
perl-authen-sasl
-perl-xml-twig perl-html-scrubber perl-authen-radius 
perl-template-toolkit)
+perl-xml-twig perl-html-scrubber perl-authen-radius 
perl-template-toolkit
+perl-data-dumper perl-math-random-isaac)
 optdepends=('mod_perl'
'perl-dbd-pg'
'perl-dbd-mysql'

Added: perl-data-dumper/trunk/PKGBUILD
===
--- perl-data-dumper/trunk/PKGBUILD (rev 0)
+++ perl-data-dumper/trunk/PKGBUILD 2013-05-27 11:00:11 UTC (rev 91762)
@@ -0,0 +1,22 @@
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=perl-data-dumper
+pkgver=2.145
+pkgrel=1
+pkgdesc=Net::IMAP::Simple - a simple IMAP access library
+arch=(i686 x86_64)
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/Data-Dumper/;
+depends=('perl')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/S/SM/SMUELLER/Data-Dumper-$pkgver.tar.gz)
+md5sums=('b773c875afcca866faf8481adc3464b0')
+
+build() {
+  cd $srcdir/Data-Dumper-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name perllocal.pod -delete
+  find $pkgdir -name .packlist -delete
+}

Added: perl-math-random-isaac/trunk/PKGBUILD
===
--- perl-math-random-isaac/trunk/PKGBUILD   (rev 0)
+++ perl-math-random-isaac/trunk/PKGBUILD   2013-05-27 11:00:11 UTC (rev 
91762)
@@ -0,0 +1,32 @@
+pkgname=perl-math-random-isaac
+pkgver=1.004
+pkgrel=1
+pkgdesc='Some basic numeric stats on vectors'
+arch=('any')
+url='http://search.cpan.org/dist/Math-Random-ISAAC/'
+license=('unknown')
+depends=('perl')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/J/JA/JAWNSY/Math-Random-ISAAC-$pkgver.tar.gz;)
+md5sums=('46110b9a7bb96fe641bdfaf35bdafec5')
+
+build() {
+  cd $srcdir/Math-Random-ISAAC-$pkgver
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps \
+PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+MODULEBUILDRC=/dev/null
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd $srcdir/Math-Random-ISAAC-$pkgver
+  make test
+}
+
+package() {
+  cd $srcdir/Math-Random-ISAAC-$pkgver
+  make install
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}



[arch-commits] Commit in (9 files)

2013-04-10 Thread Balló György
Date: Thursday, April 11, 2013 @ 01:51:22
  Author: bgyorgy
Revision: 88073

New compatibility package for the Gnome Flashback session

Added:
  gnome-settings-daemon-compat/
  gnome-settings-daemon-compat/repos/
  gnome-settings-daemon-compat/trunk/
  gnome-settings-daemon-compat/trunk/PKGBUILD
  gnome-settings-daemon-compat/trunk/draw-background-unconditionally.patch
  gnome-settings-daemon-compat/trunk/flashback-rename.patch
  gnome-settings-daemon-compat/trunk/remove-libgsd-dependency.patch
  gnome-settings-daemon-compat/trunk/sessionisactive-port.patch
  gnome-settings-daemon-compat/trunk/standalone-background-helper.patch

---+
 PKGBUILD  |   61 
 draw-background-unconditionally.patch |  162 +++
 flashback-rename.patch|   18 +
 remove-libgsd-dependency.patch|  160 +++
 sessionisactive-port.patch|   73 +
 standalone-background-helper.patch|  437 
 6 files changed, 911 insertions(+)

Added: gnome-settings-daemon-compat/trunk/PKGBUILD
===
--- gnome-settings-daemon-compat/trunk/PKGBUILD (rev 0)
+++ gnome-settings-daemon-compat/trunk/PKGBUILD 2013-04-10 23:51:22 UTC (rev 
88073)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Balló György ballogyor+arch at gmail dot com
+# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+
+pkgname=gnome-settings-daemon-compat
+_pkgname=gnome-settings-daemon
+pkgver=3.6.4
+pkgrel=1
+pkgdesc=Compatibility package that provides background and mount helpers for 
the Gnome Flashback session
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('gnome-desktop')
+makedepends=('docbook-xsl' 'ibus' 'intltool' 'libcanberra' 'libnotify' 
'libpulse' 'libwacom' 'nss' 'upower' 'xf86-input-wacom')
+url=https://live.gnome.org/GnomeFlashback;
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.xz
+standalone-background-helper.patch
+draw-background-unconditionally.patch
+sessionisactive-port.patch
+flashback-rename.patch
+remove-libgsd-dependency.patch)
+sha256sums=('3db993f2dbabc0c9d06a309bb12c9a7104b9cdda414ac4b1c301f5114a441c15'
+'4c2206b9654bd2b2729297870696c87906e2386b492bae1052b94148e5ea370f'
+'1b6b8216434b766e1389e876cba5d6ab61498c5824f6d2cc5d67dcf58a07842a'
+'0821f469cd168f3a131da513a5f9dd352c06f9bc31d57d79de4dc063fa2de915'
+'57c66068f06599ea682325e9f5b92b751d8f0a4322b53371698f8539f709b101'
+'730f11d5689892fbab9aa2896f3720e813d17e2455f34fd3a0751e49f5b4c26c')
+
+build() {
+  cd $_pkgname-$pkgver
+
+  # Build background helper as a stand alone binary
+  patch -Np1 -i ../standalone-background-helper.patch
+
+  # Always draw background
+  patch -Np1 -i ../draw-background-unconditionally.patch
+
+  # Port to gnome-session's SessionIsActive property
+  patch -Np1 -i ../sessionisactive-port.patch
+
+  # Remove libgsd dependency
+  patch -Np1 -i ../remove-libgsd-dependency.patch
+
+  # GNOME Fallback renamed to Flashback
+  patch -Np1 -i ../flashback-rename.patch
+
+  autoreconf -fi
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$_pkgname \
+  --disable-static --enable-systemd
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=656231
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make -C plugins/automount
+  make -C plugins/background
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  make -C plugins/automount DESTDIR=$pkgdir install
+  make -C plugins/background DESTDIR=$pkgdir install
+}


Property changes on: gnome-settings-daemon-compat/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: gnome-settings-daemon-compat/trunk/draw-background-unconditionally.patch
===
--- gnome-settings-daemon-compat/trunk/draw-background-unconditionally.patch
(rev 0)
+++ gnome-settings-daemon-compat/trunk/draw-background-unconditionally.patch
2013-04-10 23:51:22 UTC (rev 88073)
@@ -0,0 +1,162 @@
+diff -Naur 
gnome-settings-daemon-3.6.4.orig/plugins/background/gsd-background-manager.c 
gnome-settings-daemon-3.6.4/plugins/background/gsd-background-manager.c
+--- 
gnome-settings-daemon-3.6.4.orig/plugins/background/gsd-background-manager.c
   2013-01-10 14:37:58.0 +0100
 gnome-settings-daemon-3.6.4/plugins/background/gsd-background-manager.c
2013-04-10 16:33:15.858860586 +0200
+@@ -69,110 +69,6 @@
+ 
+ static gpointer manager_object = NULL;
+ 
+-static gboolean
+-dont_draw_background (GsdBackgroundManager *manager)
+-{
+-return !g_settings_get_boolean (manager-priv-settings,
+-

[arch-commits] Commit in (9 files)

2013-03-22 Thread Alexandre Filgueira
Date: Friday, March 22, 2013 @ 22:20:57
  Author: faidoc
Revision: 86848

cleaning for next release

Modified:
  cinnamon-control-center/trunk/PKGBUILD
  nemo/trunk/PKGBUILD
Deleted:
  cinnamon-control-center/trunk/fix-audio-input-icons.patch
  cinnamon-control-center/trunk/fix-faces-location.patch
  cinnamon-control-center/trunk/pulse3.0.patch
  cinnamon-control-center/trunk/sound-nua-rename.patch
  cinnamon/trunk/fix-control-center-check.patch
  cinnamon/trunk/gnome-autogen.sh
  nemo/trunk/gnome-autogen.sh

---+
 cinnamon-control-center/trunk/PKGBUILD|   30 
 cinnamon-control-center/trunk/fix-audio-input-icons.patch |   15 
 cinnamon-control-center/trunk/fix-faces-location.patch|   12 
 cinnamon-control-center/trunk/pulse3.0.patch  |   25 
 cinnamon-control-center/trunk/sound-nua-rename.patch  |   26 
 cinnamon/trunk/fix-control-center-check.patch |   12 
 cinnamon/trunk/gnome-autogen.sh   |  538 
 nemo/trunk/PKGBUILD   |   13 
 nemo/trunk/gnome-autogen.sh   |  538 
 9 files changed, 7 insertions(+), 1202 deletions(-)

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


[arch-commits] Commit in (9 files)

2013-02-04 Thread Sergej Pupykin
Date: Monday, February 4, 2013 @ 14:50:23
  Author: spupykin
Revision: 83692

remove pkgdir from build()

Modified:
  bbdb/trunk/PKGBUILD
  bbrun/trunk/PKGBUILD
  blackbox/trunk/PKGBUILD
  bsdiff/trunk/PKGBUILD
  btanks-data/trunk/PKGBUILD
  btanks/trunk/PKGBUILD
  bugzilla/trunk/PKGBUILD
  buildbot-slave/trunk/PKGBUILD
  bwbar/trunk/PKGBUILD

---+
 bbdb/trunk/PKGBUILD   |4 
 bbrun/trunk/PKGBUILD  |4 
 blackbox/trunk/PKGBUILD   |5 -
 bsdiff/trunk/PKGBUILD |4 
 btanks-data/trunk/PKGBUILD|4 
 btanks/trunk/PKGBUILD |4 
 bugzilla/trunk/PKGBUILD   |4 
 buildbot-slave/trunk/PKGBUILD |8 ++--
 bwbar/trunk/PKGBUILD  |4 
 9 files changed, 38 insertions(+), 3 deletions(-)

Modified: bbdb/trunk/PKGBUILD
===
--- bbdb/trunk/PKGBUILD 2013-02-04 13:47:56 UTC (rev 83691)
+++ bbdb/trunk/PKGBUILD 2013-02-04 13:50:23 UTC (rev 83692)
@@ -19,7 +19,11 @@
 
   ./configure --prefix=/usr
   make -j1 all
+}
 
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
   emacsdir=$pkgdir/usr/share/emacs/site-lisp/bbdb
   mkdir -p $emacsdir
   cp lisp/*.el lisp/*.elc $emacsdir

Modified: bbrun/trunk/PKGBUILD
===
--- bbrun/trunk/PKGBUILD2013-02-04 13:47:56 UTC (rev 83691)
+++ bbrun/trunk/PKGBUILD2013-02-04 13:50:23 UTC (rev 83692)
@@ -16,5 +16,9 @@
 build() {
   cd $srcdir/$pkgname-$pkgver/$pkgname
   make LIBS=-lXpm `pkg-config --libs gtk+-2.0` -lX11 -lXext
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver/$pkgname
   install -Dm755 bbrun $pkgdir/usr/bin/bbrun
 }

Modified: blackbox/trunk/PKGBUILD
===
--- blackbox/trunk/PKGBUILD 2013-02-04 13:47:56 UTC (rev 83691)
+++ blackbox/trunk/PKGBUILD 2013-02-04 13:50:23 UTC (rev 83692)
@@ -33,7 +33,10 @@
 
   ./configure --prefix=/usr --mandir=/usr/share/man
   make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
   make DESTDIR=$pkgdir install
-
   install -D -m644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }

Modified: bsdiff/trunk/PKGBUILD
===
--- bsdiff/trunk/PKGBUILD   2013-02-04 13:47:56 UTC (rev 83691)
+++ bsdiff/trunk/PKGBUILD   2013-02-04 13:50:23 UTC (rev 83692)
@@ -18,6 +18,10 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   patch -p0  ../Makefile.patch
   make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
   make PREFIX=${pkgdir}/usr install
   mkdir -p $pkgdir/usr/share
   mv ${pkgdir}/usr/man ${pkgdir}/usr/share/man/

Modified: btanks/trunk/PKGBUILD
===
--- btanks/trunk/PKGBUILD   2013-02-04 13:47:56 UTC (rev 83691)
+++ btanks/trunk/PKGBUILD   2013-02-04 13:50:23 UTC (rev 83692)
@@ -35,7 +35,11 @@
 
   python2 engine/sl08/sl08.py engine/sl08/sl08.h
   scons
+}
 
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
   mkdir -p $pkgdir/usr/share/btanks
   cp *.so btanks bted $pkgdir/usr/share/btanks/
 

Modified: btanks-data/trunk/PKGBUILD
===
--- btanks-data/trunk/PKGBUILD  2013-02-04 13:47:56 UTC (rev 83691)
+++ btanks-data/trunk/PKGBUILD  2013-02-04 13:50:23 UTC (rev 83692)
@@ -14,6 +14,10 @@
 md5sums=('49cb95c0eec47d3436c4fdf65e7c9d12')
 
 build() {
+  true
+}
+
+package() {
   cd $srcdir/btanks-$pkgver
   mkdir -p $pkgdir/usr/share/btanks
   cp -r $srcdir/btanks-$pkgver/data $pkgdir/usr/share/btanks/data

Modified: bugzilla/trunk/PKGBUILD
===
--- bugzilla/trunk/PKGBUILD 2013-02-04 13:47:56 UTC (rev 83691)
+++ bugzilla/trunk/PKGBUILD 2013-02-04 13:50:23 UTC (rev 83692)
@@ -29,6 +29,10 @@
 md5sums=('b2cd55bfbc0b42ce16cdec6383cc702e')
 
 build() {
+  true
+}
+
+package() {
   cd $srcdir
   install -d -m0755 $pkgdir/srv/http
   find $pkgname-$pkgver -type d -name CVS -exec rm -rf {} \; || true

Modified: buildbot-slave/trunk/PKGBUILD
===
--- buildbot-slave/trunk/PKGBUILD   2013-02-04 13:47:56 UTC (rev 83691)
+++ buildbot-slave/trunk/PKGBUILD   2013-02-04 13:50:23 UTC (rev 83692)
@@ -14,6 +14,10 @@
 md5sums=('b3618c51f2f183dd18113fa960514074')
 
 build() {
-cd $srcdir/$pkgname-${pkgver/_/}
-python2 setup.py install --root=$pkgdir
+  true
 }
+
+package() {
+  cd $srcdir/$pkgname-${pkgver/_/}
+  python2 setup.py install --root=$pkgdir
+}

Modified: bwbar/trunk/PKGBUILD
===
--- bwbar/trunk/PKGBUILD2013-02-04 13:47:56 UTC (rev 83691)
+++ bwbar/trunk/PKGBUILD2013-02-04 13:50:23 UTC (rev 83692)
@@ -20,5 +20,9 @@
   sed -i 's|png_ptr-jmpbuf|png_jmpbuf(png_ptr)|' bwbar.c
   ./configure
   make
+}
+

[arch-commits] Commit in (9 files)

2013-01-31 Thread Alexandre Filgueira
Date: Thursday, January 31, 2013 @ 17:23:34
  Author: faidoc
Revision: 83409

Cinnamon 1.6.7

Added:
  cinnamon/
  cinnamon/repos/
  cinnamon/trunk/
  cinnamon/trunk/PKGBUILD
  cinnamon/trunk/cinnamon-screensaver.desktop
  cinnamon/trunk/cinnamon.install
  cinnamon/trunk/cinnamon2d-screensaver.desktop
  cinnamon/trunk/fix-cursor-change.patch
  cinnamon/trunk/gnome-autogen.sh

+
 PKGBUILD   |   69 +
 cinnamon-screensaver.desktop   |   15 +
 cinnamon.install   |   37 ++
 cinnamon2d-screensaver.desktop |   15 +
 fix-cursor-change.patch|   58 
 gnome-autogen.sh   |  538 +++
 6 files changed, 732 insertions(+)

Added: cinnamon/trunk/PKGBUILD
===
--- cinnamon/trunk/PKGBUILD (rev 0)
+++ cinnamon/trunk/PKGBUILD 2013-01-31 16:23:34 UTC (rev 83409)
@@ -0,0 +1,69 @@
+# $Id$
+
+pkgname=cinnamon
+pkgver=1.6.7
+pkgrel=1
+pkgdesc=Linux desktop which provides advanced innovative features and a 
traditional user experience
+arch=('i686' 'x86_64')
+url=http://cinnamon.linuxmint.com/;
+license=('GPL2')
+depends=('caribou' 'gjs' 'gnome-bluetooth' 'gnome-control-center' 
'gnome-panel' 'gnome-session'
+ 'gnome-settings-daemon' 'gnome-themes-standard' 'gstreamer0.10' 
'libgnomekbd' 'muffin'
+ 'notification-daemon' 'python2-gconf' 'python2-imaging' 
'python2-lxml' 'python2-dbus' 'gksu')
+makedepends=('gnome-common' 'intltool')
+optdepends=('nautilus: the official Gnome file manager')
+options=('!libtool' '!emptydirs')
+install=${pkgname}.install
+source=($pkgname.tar.gz::https://github.com/linuxmint/Cinnamon/tarball/$pkgver;
+cinnamon-screensaver.desktop
+cinnamon2d-screensaver.desktop
+fix-cursor-change.patch
+gnome-autogen.sh)
+
+build() {
+  cd ${srcdir}/linuxmint-Cinnamon*
+
+  patch -Np1 -i ${srcdir}/fix-cursor-change.patch
+
+  cp ${srcdir}/gnome-autogen.sh .
+  sed -i 's/\ --warn-all\ --warn-error//' src/Makefile.am
+  sed -i 's/gnome-autogen.sh/.\/gnome-autogen.sh/g' autogen.sh
+  chmod +x gnome-autogen.sh
+
+  ./autogen.sh --prefix=/usr \
+   --sysconfdir=/etc \
+   --libexecdir=/usr/lib/cinnamon \
+   --localstatedir=/var \
+   --disable-static \
+   --disable-schemas-compile \
+   --enable-compile-warnings=yes \
+   --with-session-tracking=systemd
+ 
+  make
+}
+
+package() {
+  cd ${srcdir}/linuxmint-Cinnamon*
+  make DESTDIR=${pkgdir} install
+  
+  # Python2 fix
+  sed -i 's/bin\/python/bin\/python2/g' \
+${pkgdir}/usr/bin/$pkgname-extension-tool \
+${pkgdir}/usr/bin/$pkgname-launcher \
+${pkgdir}/usr/bin/$pkgname-menu-editor \
+${pkgdir}/usr/bin/$pkgname-settings \
+
${pkgdir}/usr/share/$pkgname/applets/panel-launchers@$pkgname.org/$pkgname-add-panel-launcher.py
+
+  sed -i 's/env python/env python2/g' \
+${pkgdir}/usr/lib/$pkgname-settings/$pkgname-settings.py
+
+  # Screensaver gnome 3.6 fix
+  mkdir -p $pkgdir/etc/xdg/autostart
+  cp $srcdir/cinnamon*-screensaver.desktop $pkgdir/etc/xdg/autostart
+}
+
+md5sums=('ea73c6367d43d82c61f977477bf0c08c'
+ 'd55c079cdc8bec606f510f87b2a6f776'
+ '5c6af851ab1cf7e9219f11d86353196a'
+ '8d7a93a1eb0f1d44e4869abd342ed22a'
+ 'a925691c9b57a6a884dcf07da057fd1f')
\ No newline at end of file


Property changes on: cinnamon/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: cinnamon/trunk/cinnamon-screensaver.desktop
===
--- cinnamon/trunk/cinnamon-screensaver.desktop (rev 0)
+++ cinnamon/trunk/cinnamon-screensaver.desktop 2013-01-31 16:23:34 UTC (rev 
83409)
@@ -0,0 +1,15 @@
+[Desktop Entry]
+Type=Application
+Name=Cinnamon Screensaver
+Comment=Launch screensaver and locker program
+Icon=preferences-desktop-screensaver
+Exec=gnome-screensaver
+OnlyShowIn=GNOME;
+AutostartCondition=GNOME3 if-session cinnamon
+NoDisplay=true
+X-GNOME-Autostart-Phase=Application
+X-GNOME-Autostart-Notify=true
+X-GNOME-Bugzilla-Bugzilla=GNOME
+X-GNOME-Bugzilla-Product=gnome-screensaver
+X-GNOME-Bugzilla-Component=general
+X-GNOME-Bugzilla-Version=3.6.0

Added: cinnamon/trunk/cinnamon.install
===
--- cinnamon/trunk/cinnamon.install (rev 0)
+++ cinnamon/trunk/cinnamon.install 2013-01-31 16:23:34 UTC (rev 83409)
@@ -0,0 +1,37 @@
+post_install() {
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  
+  if [[ ! -f '/usr/lib/libgnome-desktop-3.so.2' ]];then
+
+if [[ $(uname -m) == 'i686' ]];then
+   ln -s /usr/lib/libgnome-desktop-3.so /usr/lib/libgnome-desktop-3.so.2
+fi
+
+  fi
+}
+

[arch-commits] Commit in (9 files)

2012-05-05 Thread Guillaume Alaux
Date: Saturday, May 5, 2012 @ 05:27:45
  Author: guillaume
Revision: 158639

added new package 'jline'

Added:
  jline/
  jline/repos/
  jline/trunk/
  jline/trunk/PKGBUILD
  jline/trunk/PKGBUILD-namcap.log
  jline/trunk/java-jline-1.0-1-any.pkg.tar.xz-namcap.log
  jline/trunk/java-jline-1.0-1-x86_64-build.log
  jline/trunk/java-jline-1.0-1-x86_64-check.log
  jline/trunk/java-jline-1.0-1-x86_64-package.log

+
 PKGBUILD   |   41 ++
 java-jline-1.0-1-any.pkg.tar.xz-namcap.log |2 
 java-jline-1.0-1-x86_64-build.log  |  477 +++
 java-jline-1.0-1-x86_64-check.log  |   66 +++
 4 files changed, 586 insertions(+)

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


[arch-commits] Commit in (9 files)

2011-11-24 Thread Andrea Scarpino
Date: Thursday, November 24, 2011 @ 16:49:35
  Author: andrea
Revision: 143492

Fix urls

Modified:
  kdegames/trunk/PKGBUILD
  kdesdk-kate/trunk/PKGBUILD
  kdesdk/trunk/PKGBUILD
  kdeutils-kcalc/trunk/PKGBUILD
  kdeutils-kfloppy/trunk/PKGBUILD
  kdeutils-kgpg/trunk/PKGBUILD
  kdeutils-kremotecontrol/trunk/PKGBUILD
  kdeutils-superkaramba/trunk/PKGBUILD
  kdewebdev/trunk/PKGBUILD

+
 kdegames/trunk/PKGBUILD|1 +
 kdesdk-kate/trunk/PKGBUILD |2 ++
 kdesdk/trunk/PKGBUILD  |2 +-
 kdeutils-kcalc/trunk/PKGBUILD  |2 +-
 kdeutils-kfloppy/trunk/PKGBUILD|2 +-
 kdeutils-kgpg/trunk/PKGBUILD   |2 +-
 kdeutils-kremotecontrol/trunk/PKGBUILD |2 +-
 kdeutils-superkaramba/trunk/PKGBUILD   |2 +-
 kdewebdev/trunk/PKGBUILD   |6 +-
 9 files changed, 14 insertions(+), 7 deletions(-)

Modified: kdegames/trunk/PKGBUILD
===
--- kdegames/trunk/PKGBUILD 2011-11-24 21:29:37 UTC (rev 143491)
+++ kdegames/trunk/PKGBUILD 2011-11-24 21:49:35 UTC (rev 143492)
@@ -102,6 +102,7 @@
 package_kdegames-kajongg() {
pkgdesc='The ancient Chinese board game for 4 players'
depends=('kdegames-libkdegames' 'kdegames-libkmahjongg' 
'kdebindings-python' 'twisted')
+url=http://www.kde.org/applications/games/kajongg/;
install='kdegames.install'
cd $srcdir/build/kajongg
make DESTDIR=$pkgdir install

Modified: kdesdk/trunk/PKGBUILD
===
--- kdesdk/trunk/PKGBUILD   2011-11-24 21:29:37 UTC (rev 143491)
+++ kdesdk/trunk/PKGBUILD   2011-11-24 21:49:35 UTC (rev 143492)
@@ -198,7 +198,7 @@
depends=('kdebase-runtime')
replaces=('kdeutils-okteta')
conflicts=('kdeutils-okteta')
-   url=http://kde.org/applications/utilities/okteta;
+   url=http://kde.org/applications/utilities/okteta/;
install='kdesdk-okteta.install'
cd $srcdir/build/okteta
make DESTDIR=$pkgdir install

Modified: kdesdk-kate/trunk/PKGBUILD
===
--- kdesdk-kate/trunk/PKGBUILD  2011-11-24 21:29:37 UTC (rev 143491)
+++ kdesdk-kate/trunk/PKGBUILD  2011-11-24 21:49:35 UTC (rev 143492)
@@ -32,6 +32,7 @@
   pkgdesc=Text Editor
   depends=('kdebase-runtime')
   groups=('kde' 'kdebase')
+  url=http://www.kde.org/applications/utilities/kwrite/;
   install='kdebase-kwrite.install'
 
   cd ${srcdir}/build/kwrite
@@ -48,6 +49,7 @@
   pkgdesc=Advanced Text Editor
   depends=('kdebase-kwrite')
   groups=('kde' 'kdesdk')
+  url=http://www.kde.org/applications/utilities/kate/;
   install='kdesdk-kate.install'
 
   cd ${srcdir}/build/kate

Modified: kdeutils-kcalc/trunk/PKGBUILD
===
--- kdeutils-kcalc/trunk/PKGBUILD   2011-11-24 21:29:37 UTC (rev 143491)
+++ kdeutils-kcalc/trunk/PKGBUILD   2011-11-24 21:49:35 UTC (rev 143492)
@@ -5,7 +5,7 @@
 pkgver=4.7.80
 pkgrel=1
 pkgdesc='Scientific Calculator'
-url='http://kde.org/applications/utilities/kcalc'
+url='http://kde.org/applications/utilities/kcalc/'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 depends=('kdebase-runtime')

Modified: kdeutils-kfloppy/trunk/PKGBUILD
===
--- kdeutils-kfloppy/trunk/PKGBUILD 2011-11-24 21:29:37 UTC (rev 143491)
+++ kdeutils-kfloppy/trunk/PKGBUILD 2011-11-24 21:49:35 UTC (rev 143492)
@@ -5,7 +5,7 @@
 pkgver=4.7.80
 pkgrel=1
 pkgdesc='Floppy Formatter'
-url='http://kde.org/applications/utilities/kfloppy'
+url='http://kde.org/applications/utilities/kfloppy/'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 depends=('kdebase-runtime')

Modified: kdeutils-kgpg/trunk/PKGBUILD
===
--- kdeutils-kgpg/trunk/PKGBUILD2011-11-24 21:29:37 UTC (rev 143491)
+++ kdeutils-kgpg/trunk/PKGBUILD2011-11-24 21:49:35 UTC (rev 143492)
@@ -5,7 +5,7 @@
 pkgver=4.7.80
 pkgrel=1
 pkgdesc='A GnuPG frontend'
-url='http://kde.org/applications/utilities/kgpg'
+url='http://kde.org/applications/utilities/kgpg/'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 depends=('kdepim-runtime' 'kde-agent')

Modified: kdeutils-kremotecontrol/trunk/PKGBUILD
===
--- kdeutils-kremotecontrol/trunk/PKGBUILD  2011-11-24 21:29:37 UTC (rev 
143491)
+++ kdeutils-kremotecontrol/trunk/PKGBUILD  2011-11-24 21:49:35 UTC (rev 
143492)
@@ -5,7 +5,7 @@
 pkgver=4.7.80
 pkgrel=1
 pkgdesc='Configure your remote controls for use with applications'
-url='http://kde.org/applications/utilities/kremotecontrol'
+url='http://kde.org/applications/utilities/kremotecontrol/'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 

[arch-commits] Commit in (9 files)

2011-10-29 Thread Andrea Scarpino
Date: Saturday, October 29, 2011 @ 06:27:38
  Author: andrea
Revision: 141326

Add libqzeitgeist makedependencies

Added:
  python2-rdflib/
  python2-rdflib/repos/
  python2-rdflib/trunk/
  python2-rdflib/trunk/PKGBUILD
  zeitgeist/
  zeitgeist/repos/
  zeitgeist/trunk/
  zeitgeist/trunk/PKGBUILD
  zeitgeist/trunk/python2.patch

---+
 python2-rdflib/trunk/PKGBUILD |   25 +
 zeitgeist/trunk/PKGBUILD  |   39 +++
 zeitgeist/trunk/python2.patch |   22 ++
 3 files changed, 86 insertions(+)

Added: python2-rdflib/trunk/PKGBUILD
===
--- python2-rdflib/trunk/PKGBUILD   (rev 0)
+++ python2-rdflib/trunk/PKGBUILD   2011-10-29 10:27:38 UTC (rev 141326)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Leif Warner abimel...@gmail.com
+
+pkgname=python2-rdflib
+pkgver=3.1.0
+pkgrel=1
+pkgdesc=A Python library for working with RDF, a simple yet powerful language 
for representing information
+url=http://rdflib.net/;
+license=('BSD')
+depends=('python2')
+makedepends=('python2-distribute')
+arch=('any')
+replaces=('rdflib')
+provides=('rdflib')
+conflicts=('rdflib')
+source=(http://rdflib.googlecode.com/files/rdflib-$pkgver.tar.gz;)
+sha1sums=('bbef5011fcd9cfa296a8ef33ac2885416b97da2d')
+
+package() {
+  cd $srcdir/rdflib-$pkgver
+  python2 setup.py install --root=$pkgdir --optimize=1 
+  install -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


Property changes on: python2-rdflib/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: zeitgeist/trunk/PKGBUILD
===
--- zeitgeist/trunk/PKGBUILD(rev 0)
+++ zeitgeist/trunk/PKGBUILD2011-10-29 10:27:38 UTC (rev 141326)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: György Balló ball...@freestart.hu
+
+pkgname=zeitgeist
+pkgver=0.8.2
+pkgrel=1
+pkgdesc=A service which logs the users's activities and events and makes 
relevant information available to other applications
+arch=('any')
+url=http://zeitgeist-project.com/;
+license=('GPL')
+depends=('dbus-python' 'python2-gobject2' 'pyxdg')
+makedepends=('intltool' 'raptor' 'python2-rdflib')
+source=(http://launchpad.net/$pkgname/0.8/$pkgver/+download/$pkgname-$pkgver.tar.gz;
+'python2.patch')
+md5sums=('589e7de784d21177491780bffd11097d'
+ '2c8b0fa6a228088a556601128dfbbb3b')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # Fix python2 path
+  sed -i 's|/usr/bin/python|/usr/bin/python2|' extra/rdfxml2py \
+zeitgeist-daemon
+  sed -i 's|/usr/bin/env python|/usr/bin/env python2|' zeitgeist-daemon.py
+  patch -Np1 -i ${srcdir}/python2.patch
+
+  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}


Property changes on: zeitgeist/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: zeitgeist/trunk/python2.patch
===
--- zeitgeist/trunk/python2.patch   (rev 0)
+++ zeitgeist/trunk/python2.patch   2011-10-29 10:27:38 UTC (rev 141326)
@@ -0,0 +1,22 @@
+--- zeitgeist-0.8.2/configure~ 2011-10-29 10:11:50.009654352 +
 zeitgeist-0.8.2/configure  2011-10-29 10:08:55.204860261 +
+@@ -5612,7 +5612,7 @@
+ # check for python-rdflib
+ { $as_echo $as_me:${as_lineno-$LINENO}: checking for python-rdflib 5
+ $as_echo_n checking for python-rdflib...  6; }
+-echo import rdflib | python - 2/dev/null
++echo import rdflib | $PYTHON - 2/dev/null
+ if test $? -ne 0 ; then
+   { { $as_echo $as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd': 5
+ $as_echo $as_me: error: in \`$ac_pwd': 2;}
+--- zeitgeist-0.8.2/configure.ac~  2011-10-29 10:09:01.078242642 +
 zeitgeist-0.8.2/configure.ac   2011-10-29 10:09:20.901741533 +
+@@ -39,7 +39,7 @@
+ 
+ # check for python-rdflib
+ AC_MSG_CHECKING([for python-rdflib])
+-echo import rdflib | python - 2/dev/null
++echo import rdflib | $PYTHON - 2/dev/null
+ if test $? -ne 0 ; then
+   AC_MSG_FAILURE([failed.  Please install the python-rdflib package.])
+ else



[arch-commits] Commit in (9 files)

2011-06-09 Thread Andrea Scarpino
Date: Thursday, June 9, 2011 @ 17:24:12
  Author: andrea
Revision: 127028

Moved to [community]

Deleted:
  libfm/
  lxde-common/
  lxde-icon-theme/
  lxdm/
  lxmenu-data/
  lxpanel/
  lxsession-lite/
  menu-cache/
  pcmanfm/



[arch-commits] Commit in (9 files)

2011-04-28 Thread Jan Steffens
Date: Thursday, April 28, 2011 @ 17:09:26
  Author: heftig
Revision: 121057

Add llvm (from community)

Added:
  llvm/
  llvm/repos/
  llvm/trunk/
  llvm/trunk/PKGBUILD
  llvm/trunk/cindexer-clang-path.patch
  llvm/trunk/clang-plugin-loader-registry.patch
  llvm/trunk/clang-pure64.patch
  llvm/trunk/clang-toolchains-gcc-versions.patch
  llvm/trunk/enable-lto.patch

-+
 PKGBUILD|  225 ++
 cindexer-clang-path.patch   |   10 +
 clang-plugin-loader-registry.patch  |   11 +
 clang-pure64.patch  |   38 +
 clang-toolchains-gcc-versions.patch |   12 +
 enable-lto.patch|   36 +
 6 files changed, 332 insertions(+)

Added: llvm/trunk/PKGBUILD
===
--- llvm/trunk/PKGBUILD (rev 0)
+++ llvm/trunk/PKGBUILD 2011-04-28 21:09:26 UTC (rev 121057)
@@ -0,0 +1,225 @@
+# $Id$
+# Maintainer: Evangelos Foutras foutre...@gmail.com
+# Contributor: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Sebastian Nowicki seb...@gmail.com
+# Contributor: Devin Cofer ranguvar{AT]archlinux[DOT}us
+# Contributor: Tobias Kieslich tob...@justdreams.de
+# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
+# Contributor: Tomas Lindquist Olsen to...@famolsen.dk
+# Contributor: Roberto Alsina rals...@kde.org
+# Contributor: Gerardo Exequiel Pozzi vmlinuz...@yahoo.com.ar
+
+pkgname=('llvm' 'llvm-ocaml' 'clang' 'clang-analyzer')
+pkgver=2.9
+_gcc_ver=4.6.0
+pkgrel=4
+arch=('i686' 'x86_64')
+url=http://llvm.org/;
+license=('custom:University of Illinois/NCSA Open Source License')
+makedepends=('gcc-libs' 'libffi' 'python2' 'ocaml' gcc=$_gcc_ver)
+source=(http://llvm.org/releases/$pkgver/$pkgname-$pkgver.tgz
+http://llvm.org/releases/$pkgver/clang-$pkgver.tgz
+ftp://ftp.archlinux.org/other/community/clang/gcc-headers-4.5.2.tar.xz
+clang-plugin-loader-registry.patch
+cindexer-clang-path.patch
+clang-toolchains-gcc-versions.patch
+clang-pure64.patch
+enable-lto.patch)
+md5sums=('793138412d2af2c7c7f54615f8943771'
+ '634de18d04b7a4ded19ec4c17d23cfca'
+ '70e23a3dc2b38ecb2bb4d2c48f47295d'
+ '02c23b4aaca3445b8bf39fddb2f9906e'
+ '87a7162dbe99e9ffce6c40bd09f5f4f0'
+ '8da236120a9a287a977b575b8b905c93'
+ '225ee6b531f8327f34f344a18cb4ec81'
+ '8f7582d7440e4a8342c3aea9ec714fb4')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  # At the present, clang must reside inside the LLVM source code tree to build
+  # See http://llvm.org/bugs/show_bug.cgi?id=4840
+  rm -rf tools/clang
+  cp -r $srcdir/clang-$pkgver tools/clang
+
+  # Fix symbolic links from OCaml bindings to LLVM libraries
+  sed -i 's:\$(PROJ_libdir):/usr/lib/llvm:' bindings/ocaml/Makefile.ocaml
+
+  # Fix installation directories, ./configure doesn't seem to set them right
+  sed -i -e 's:\$(PROJ_prefix)/etc/llvm:/etc/llvm:' \
+ -e 's:\$(PROJ_prefix)/lib:$(PROJ_prefix)/lib/llvm:' \
+ -e 's:\$(PROJ_prefix)/docs/llvm:$(PROJ_prefix)/share/doc/llvm:' \
+Makefile.config.in
+
+  # Fix insecure rpath (http://bugs.archlinux.org/task/14017)
+  sed -i 's:$(RPATH) -Wl,$(\(ToolDir\|LibDir\|ExmplDir\))::g' Makefile.rules
+
+  # Get the correct list of symbols to export
+  # See http://lists.cs.uiuc.edu/pipermail/cfe-dev/2010-April/008559.html
+  patch -Np1 -i $srcdir/clang-plugin-loader-registry.patch
+
+  # Fix clang path in CIndexer.cpp (https://bugs.archlinux.org/task/22799)
+  patch -d tools/clang -Np0 -i $srcdir/cindexer-clang-path.patch
+
+  # Add GCC 4.6.0 to GccVersions (FS#23631)
+  patch -d tools/clang -Np1 -i $srcdir/clang-toolchains-gcc-versions.patch
+
+  if [[ $CARCH == x86_64 ]]; then
+# Adjust lib paths
+patch -d tools/clang -Np0 -i $srcdir/clang-pure64.patch
+  fi
+
+  # Make -flto work
+  # Use gold instead of default linker, and always use the plugin
+  patch -d tools/clang -Np0 -i $srcdir/enable-lto.patch
+
+  # Apply strip option to configure
+  _optimized_switch=enable
+  [[ $(check_option strip) == n ]]  _optimized_switch=disable
+
+  # Include location of libffi headers in CPPFLAGS
+  export CPPFLAGS=$CPPFLAGS $(pkg-config --cflags libffi)
+
+  # TODO: Uncomment when clang works with GCC 4.6+
+  #_cxx_headers=/usr/include/c++/$_gcc_ver
+  #if [[ ! -d $_cxx_headers ]]; then
+  #  error Couldn't find the C++ headers, PKGBUILD needs fixing!
+  #  return 1
+  #fi
+  _cxx_headers=/usr/include/c++/clang-$pkgver
+
+  _32bit_headers=
+  if [[ $CARCH == x86_64 ]]; then
+# Important for multilib
+_32bit_headers=32
+  fi
+
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib/llvm \
+--sysconfdir=/etc \
+--enable-shared \
+--enable-libffi \
+--enable-targets=all \
+--disable-expensive-checks \
+--disable-debug-runtime \
+--disable-assertions \
+

[arch-commits] Commit in (9 files)

2011-04-26 Thread Gaetan Bisson
Date: Tuesday, April 26, 2011 @ 16:17:56
  Author: bisson
Revision: 120840

initial commit

Added:
  cronie/
  cronie/repos/
  cronie/trunk/
  cronie/trunk/PKGBUILD
  cronie/trunk/conf.d
  cronie/trunk/crontab
  cronie/trunk/pam.d
  cronie/trunk/rc.d
  cronie/trunk/run-cron

--+
 PKGBUILD |   64 +
 conf.d   |1 
 crontab  |   10 +
 pam.d|7 ++
 rc.d |   38 
 run-cron |   19 ++
 6 files changed, 139 insertions(+)

Added: cronie/trunk/PKGBUILD
===
--- cronie/trunk/PKGBUILD   (rev 0)
+++ cronie/trunk/PKGBUILD   2011-04-26 20:17:56 UTC (rev 120840)
@@ -0,0 +1,64 @@
+# Contributor: Kaiting Chen kaiting.c...@kiwilight.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname='cronie'
+pkgver=1.4.7
+pkgrel=4
+pkgdesc='Daemon that runs specified programs at scheduled times and related 
tools'
+url='https://fedorahosted.org/cronie/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('pam')
+
+source=(https://fedorahosted.org/releases/c/r/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'crontab'
+'conf.d'
+'pam.d'
+'rc.d'
+'run-cron')
+sha1sums=('c6644ba0e58bcb14e0bb3f925e3e8cc3f0d47a7f'
+  'c2aae6a8f2634af8c751c6a3a9507ba02403569d'
+  '69d1e76af4efa5dddb10170008a8f51f5c9486e9'
+  '6d8aef6880935b3dcc3e2848d036544eeae5'
+  '4d6f14eae01154b6997926fa0eb5c1673a3f3321'
+  '53e732ca5748766f33dac09a9e0653f3d069f78e')
+
+backup=(etc/{crontab,cron.deny,{conf.d,pam.d}/crond})
+
+conflicts=('dcron')
+replaces=('dcron')
+provides=('cron')
+groups=('base')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --enable-anacron \
+   --with-inotify \
+   --with-pam \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+
+   install -d ${pkgdir}/etc/cron.{d,hourly,daily,weekly,monthly}
+   install -d ${pkgdir}/var/spool/{ana,}cron
+   chmod u+s ${pkgdir}/usr/bin/crontab
+
+   install -Dm755 ../rc.d ${pkgdir}/etc/rc.d/crond
+   install -Dm755 ../run-cron ${pkgdir}/usr/bin/run-cron
+   install -Dm644 ../conf.d ${pkgdir}/etc/conf.d/crond
+   install -Dm644 ../pam.d ${pkgdir}/etc/pam.d/crond
+   install -Dm644 ../crontab ${pkgdir}/etc/crontab
+   touch ${pkgdir}/etc/cron.deny
+
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/cronie/COPYING
+}


Property changes on: cronie/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: cronie/trunk/conf.d
===
--- cronie/trunk/conf.d (rev 0)
+++ cronie/trunk/conf.d 2011-04-26 20:17:56 UTC (rev 120840)
@@ -0,0 +1 @@
+CROND_ARGS=

Added: cronie/trunk/crontab
===
--- cronie/trunk/crontab(rev 0)
+++ cronie/trunk/crontab2011-04-26 20:17:56 UTC (rev 120840)
@@ -0,0 +1,10 @@
+PATH=/sbin:/bin:/usr/sbin:/usr/bin
+SHELL=/bin/bash
+HOME=/var/empty
+
+# Minute Hour Date Month Wday User Command
+
+11  *  *  *  *  root  run-cron /etc/cron.hourly
+21  4  *  *  *  root  run-cron /etc/cron.daily
+41  4  *  *  0  root  run-cron /etc/cron.weekly
+51  4  1  *  *  root  run-cron /etc/cron.monthly

Added: cronie/trunk/pam.d
===
--- cronie/trunk/pam.d  (rev 0)
+++ cronie/trunk/pam.d  2011-04-26 20:17:56 UTC (rev 120840)
@@ -0,0 +1,7 @@
+account   requiredpam_access.so
+account   requiredpam_time.so
+account   requiredpam_unix.so
+
+session   requiredpam_limits.so
+session   requiredpam_env.so
+session   requiredpam_unix.so

Added: cronie/trunk/rc.d
===
--- cronie/trunk/rc.d   (rev 0)
+++ cronie/trunk/rc.d   2011-04-26 20:17:56 UTC (rev 120840)
@@ -0,0 +1,38 @@
+#!/bin/bash
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+name=crond
+. /etc/conf.d/crond
+PID=$(pidof -o %PPID /usr/sbin/crond)
+
+case $1 in
+start)
+   stat_busy Starting $name daemon
+   [[ -z $PID ]]  /usr/sbin/crond $CROND_ARGS /dev/null \
+{ add_daemon $name; stat_done; } \
+   || { stat_fail; exit 1; }
+   ;;
+stop)
+   stat_busy Stopping $name daemon
+   [[ -n $PID ]]  kill $PID /dev/null \
+{ rm_daemon $name; stat_done; } \
+   || { stat_fail; exit 1; }
+   ;;
+reload)
+   stat_busy Reloading $name daemon
+   [[ -n $PID ]]  kill -HUP $PID 

[arch-commits] Commit in (9 files)

2011-04-21 Thread Andrea Scarpino
Date: Thursday, April 21, 2011 @ 12:04:01
  Author: andrea
Revision: 120238

needed by soprano

Added:
  redland-compat/
  redland-compat/repos/
  redland-compat/trunk/
  redland-compat/trunk/PKGBUILD
  redland-compat/trunk/rpath.diff
  redland-compat/trunk/src/
  redland-compat/trunk/src/redland-1.0.12.tar.gz
  redland-compat/trunk/src/redland-1.0.13.tar.gz
  redland-compat/trunk/src/rpath.diff

---+
 PKGBUILD  |   80 
 rpath.diff|   11 ++
 src/redland-1.0.12.tar.gz |1 
 src/redland-1.0.13.tar.gz |1 
 src/rpath.diff|1 
 5 files changed, 94 insertions(+)

Added: redland-compat/trunk/PKGBUILD
===
--- redland-compat/trunk/PKGBUILD   (rev 0)
+++ redland-compat/trunk/PKGBUILD   2011-04-21 16:04:01 UTC (rev 120238)
@@ -0,0 +1,80 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Francois Charette francois.archlinux.org 
+
+pkgbase=redland-compat
+_pkgbase=redland
+pkgname=('redland-compat' 'redland-compat-storage-mysql' 
'redland-compat-storage-postgresql' 'redland-compat-storage-virtuoso' 
'redland-compat-storage-sqlite')
+pkgver=1.0.12
+pkgrel=1
+url=http://librdf.org/;
+license=(GPL)
+arch=('i686' 'x86_64')
+makedepends=('rasqal-compat=0.9.21' 'raptor1=1.4.21' 'db=5.1' 
'postgresql-libs' 'libmysqlclient' 'unixodbc' 'sqlite3')
+options=('!libtool')
+conflicts=('redland')
+provides=(redland=${pkgver})
+source=(http://download.librdf.org/source/$_pkgbase-$pkgver.tar.gz
+   rpath.diff)
+md5sums=('40f37a5ad97fdfbf984f78dcea0c6115'
+ 'acc85e784f01a656bd56777f95880787')
+
+build() {
+  cd ${srcdir}/${_pkgbase}-${pkgver}
+  ./configure --prefix=/usr \
+   --enable-release \
+   --disable-static \
+   --with-raptor=system \
+   --with-rasqal=system \
+   --with-sqlite=3
+
+  # nuke rpath
+  patch -Np0 -i ${srcdir}/rpath.diff
+
+  make
+}
+
+package_redland-compat() {
+ pkgdesc=Library that provides a high-level interface to RDF data
+ depends=('rasqal-compat=0.9.21' 'raptor1=1.4.21' 'libtool')
+ 
+  cd ${srcdir}/${_pkgbase}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  rm -rf ${pkgdir}/usr/lib/redland
+}
+
+package_redland-compat-storage-mysql() {
+ pkgdesc=MySQL storage support for Redland
+ depends=('redland-compat' 'libmysqlclient')
+
+  cd ${srcdir}/${_pkgbase}-${pkgver}
+  install -dm755 ${pkgdir}/usr/lib/redland
+  install -m755 src/.libs/librdf_storage_mysql.so 
${pkgdir}/usr/lib/redland/librdf_storage_mysql.so 
+}
+
+package_redland-compat-storage-postgresql() {
+ pkgdesc=PostgreSQL storage support for Redland
+ depends=('redland-compat' 'postgresql-libs')
+
+  cd ${srcdir}/${_pkgbase}-${pkgver}
+  install -dm755 ${pkgdir}/usr/lib/redland
+  install -m755 src/.libs/librdf_storage_postgresql.so 
${pkgdir}/usr/lib/redland/
+}
+
+package_redland-compat-storage-virtuoso() {
+ pkgdesc=Virtuoso storage support for Redland
+ depends=('redland-compat' 'unixodbc' 'db')
+
+  cd ${srcdir}/${_pkgbase}-${pkgver}
+  install -dm755 ${pkgdir}/usr/lib/redland
+  install -m755 src/.libs/librdf_storage_virtuoso.so ${pkgdir}/usr/lib/redland/
+}
+
+package_redland-compat-storage-sqlite() {
+ pkgdesc=SQLite storage support for Redland
+ depends=('redland-compat' 'sqlite3' 'db')
+ 
+  cd ${srcdir}/${_pkgbase}-${pkgver}
+  install -dm755 ${pkgdir}/usr/lib/redland
+  install -m755 src/.libs/librdf_storage_sqlite.so ${pkgdir}/usr/lib/redland/
+}


Property changes on: redland-compat/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: redland-compat/trunk/rpath.diff
===
--- redland-compat/trunk/rpath.diff (rev 0)
+++ redland-compat/trunk/rpath.diff 2011-04-21 16:04:01 UTC (rev 120238)
@@ -0,0 +1,11 @@
+--- libtool2011-02-20 10:46:47.0 +0100
 libtool.new2011-02-20 10:52:58.285764909 +0100
+@@ -324,7 +324,7 @@
+ 
+ # Flag to hardcode $libdir into a binary during linking.
+ # This must work even if $libdir does not exist
+-hardcode_libdir_flag_spec=\${wl}-rpath \${wl}\$libdir
++hardcode_libdir_flag_spec= 
+ 
+ # If ld is used when linking, flag to hardcode $libdir into a binary
+ # during linking.  This must work even if $libdir does not exist.

Added: redland-compat/trunk/src/redland-1.0.12.tar.gz
===
--- redland-compat/trunk/src/redland-1.0.12.tar.gz  
(rev 0)
+++ redland-compat/trunk/src/redland-1.0.12.tar.gz  2011-04-21 16:04:01 UTC 
(rev 120238)
@@ -0,0 +1 @@
+link /home/andrea/packages/sources/redland-1.0.12.tar.gz
\ No newline at end of file


Property changes on: redland-compat/trunk/src/redland-1.0.12.tar.gz

[arch-commits] Commit in (9 files)

2011-04-04 Thread Ray Rashif
Date: Monday, April 4, 2011 @ 18:20:53
  Author: schiv
Revision: 117946

add eric, eric-plugins

Added:
  eric-plugins/
  eric-plugins/repos/
  eric-plugins/trunk/
  eric-plugins/trunk/PKGBUILD
  eric/
  eric/repos/
  eric/trunk/
  eric/trunk/PKGBUILD
  eric/trunk/eric.desktop

-+
 eric-plugins/trunk/PKGBUILD |   38 ++
 eric/trunk/PKGBUILD |   53 ++
 eric/trunk/eric.desktop |8 ++
 3 files changed, 99 insertions(+)

Added: eric/trunk/PKGBUILD
===
--- eric/trunk/PKGBUILD (rev 0)
+++ eric/trunk/PKGBUILD 2011-04-04 22:20:53 UTC (rev 117946)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Maintainer: Brad Fanella bradfane...@archlinux.us
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: riai r...@bigfoot.com, Ben b...@benmazer.net
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+# Contributor: Felix Rohrbach f...@gmx.de
+
+pkgname=eric
+pkgver=5.1.1
+pkgrel=1
+pkgdesc=A full-featured Python 3.x and Ruby IDE in PyQt4
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('python-qt' 'python-qscintilla')
+provides=('eric5')
+replaces=('eric5')
+source=(http://downloads.sourceforge.net/eric-ide/${pkgname}5-$pkgver.tar.gz;
+$pkgname.desktop)
+md5sums=('583060a12742cb9b5292a79f648cc3e3'
+ 'eb0ee7ce0b5c3ff815a9c0145f7ae536')
+
+package() {
+  cd $srcdir/${pkgname}5-$pkgver
+
+  python install.py -c -b /usr/bin -i $pkgdir
+
+  # freedesktop.org compatibility
+  install -Dm644 $srcdir/$pkgname.desktop \
+$pkgdir/usr/share/applications/$pkgname.desktop
+
+  rm $pkgdir/usr/share/applications/${pkgname}5.desktop
+
+  # Remove files conflicting with eric4
+  # what are we doing here?
+  # TODO: tell upstream to fix their stuff
+  #   and allow installation of eric4 + eric5
+  #   OR package these files separately eg. 'eric-common'
+  rm $pkgdir/usr/share/qt/qsci/api/python/zope-2.10.7.api
+  rm $pkgdir/usr/share/qt/qsci/api/python/zope-2.11.2.api
+  rm $pkgdir/usr/share/qt/qsci/api/python/zope-3.3.1.api
+  rm $pkgdir/usr/share/qt/qsci/api/ruby/Ruby-1.8.7.api
+
+  # some canonical symlinks
+  cd $pkgdir/usr/bin
+
+  for i in *; do
+ln -s /usr/bin/$i ${i/eric5/eric}
+  done
+}
+
+# vim:set ts=2 sw=2 et:

Added: eric/trunk/eric.desktop
===
--- eric/trunk/eric.desktop (rev 0)
+++ eric/trunk/eric.desktop 2011-04-04 22:20:53 UTC (rev 117946)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Eric
+Comment=Python 3.x  Ruby IDE
+Icon=eric
+Exec=eric
+Terminal=false
+Type=Application
+Categories=Qt;Development;IDE;

Added: eric-plugins/trunk/PKGBUILD
===
--- eric-plugins/trunk/PKGBUILD (rev 0)
+++ eric-plugins/trunk/PKGBUILD 2011-04-04 22:20:53 UTC (rev 117946)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Maintainer: Brad Fanella bradfane...@archlinux.us
+
+pkgname=eric-plugins
+pkgver=5.1.0
+pkgrel=1
+pkgdesc=Plug-ins for the Eric (5.x) IDE
+arch=('any')
+url=http://eric-ide.python-projects.org/;
+license=('GPL3')
+depends=('eric')
+provides=('eric5-plugins')
+replaces=('eric5-plugins')
+source=(http://downloads.sourceforge.net/eric-ide/Plugin_Assistant_Eric-2.0.1.tar.gz;
+
http://downloads.sourceforge.net/eric-ide/stable/Plugin_Issue_Tracker-1.0.0.tar.gz;)
+md5sums=('4d07663fd2866f76b3e1c89de3c5cfe7'
+ '6f098969ee43d7efb4de6694351290d1')
+
+package() {
+  cd $srcdir
+
+  _pymodpath=$(python -c \
+from distutils.sysconfig import get_python_lib; print(get_python_lib()))
+
+  install -d $pkgdir$_pymodpath/eric5plugins
+
+  bsdtar xf Plugin_Assistant_Eric-2.0.1/*.zip \
+-C $pkgdir$_pymodpath/eric5plugins
+  bsdtar xf Plugin_Issue_Tracker-1.0.0/*.zip \
+-C $pkgdir$_pymodpath/eric5plugins
+
+  rm -r $pkgdir$_pymodpath/eric5plugins/{VERSION,*/Documentation}
+  find $pkgdir -type d -exec chmod 755 {} \;
+  find $pkgdir -type f -exec chmod 644 {} \;
+}
+
+# vim:set ts=2 sw=2 et:



[arch-commits] Commit in (9 files)

2011-03-06 Thread Giovanni Scafora
Date: Sunday, March 6, 2011 @ 07:44:20
  Author: giovanni
Revision: 112735

added as optional dep of gparted

Added:
  gpart/
  gpart/repos/
  gpart/trunk/
  gpart/trunk/PKGBUILD
  gpart/trunk/gpart-0.1h-PIC.patch
  gpart/trunk/gpart-0.1h-errno.patch
  gpart/trunk/gpart-0.1h-no-_syscall.patch
  gpart/trunk/gpart-0.1h-ntfs.patch
  gpart/trunk/gpart-0.1h-vfat.patch

--+
 PKGBUILD |   43 +++
 gpart-0.1h-PIC.patch |   20 ++
 gpart-0.1h-errno.patch   |   20 ++
 gpart-0.1h-no-_syscall.patch |   15 
 gpart-0.1h-ntfs.patch|   75 +
 gpart-0.1h-vfat.patch|   17 +
 6 files changed, 190 insertions(+)

Added: gpart/trunk/PKGBUILD
===
--- gpart/trunk/PKGBUILD(rev 0)
+++ gpart/trunk/PKGBUILD2011-03-06 12:44:20 UTC (rev 112735)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Giovanni Scafora giova...@archlinux.org
+# Contributor: dale d...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=gpart
+pkgver=0.1h
+pkgrel=4
+pkgdesc=A program for recovering corrupt partition tables
+arch=('i686' 'x86_64')
+url=http://www.stud.uni-hannover.de/user/76201/gpart/;
+license=('GPL')
+depends=('glibc')
+source=(http://www.sfr-fresh.com/linux/misc/${pkgname}-${pkgver}.tar.gz 
+gpart-0.1h-errno.patch 
+gpart-0.1h-vfat.patch 
+gpart-0.1h-ntfs.patch 
+gpart-0.1h-PIC.patch 
+gpart-0.1h-no-_syscall.patch)
+md5sums=('ee3a2d2dde70bcf404eb354b3d1ee6d4' 
+   '81eee5d9985df9bf9c23624e46cf945f'
+   'ae6d86b0268618d34e618824dcd82754' 
+   '8161c02116ee4575906587eb09e35bde'
+   'd3f5b05d12816375f5dcd9a251f72f61' 
+   'f811c6e132b2c0cd2d9cb0fd4933063a')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  patch -Np1 -i ${srcdir}/gpart-0.1h-errno.patch
+  patch -Np1 -i ${srcdir}/gpart-0.1h-vfat.patch
+  patch -Np1 -i ${srcdir}/gpart-0.1h-ntfs.patch
+  patch -Np1 -i ${srcdir}/gpart-0.1h-PIC.patch
+  patch -Np0 -i ${srcdir}/gpart-0.1h-no-_syscall.patch
+
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make prefix=${pkgdir}/usr mandir=${pkgdir}/usr/share/man install
+}


Property changes on: gpart/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: gpart/trunk/gpart-0.1h-PIC.patch
===
--- gpart/trunk/gpart-0.1h-PIC.patch(rev 0)
+++ gpart/trunk/gpart-0.1h-PIC.patch2011-03-06 12:44:20 UTC (rev 112735)
@@ -0,0 +1,20 @@
+--- gpart-0.1h/src/l64seek.c
 gpart-0.1h/src/l64seek.c
+@@ -26,7 +26,7 @@
+ } ostck[OSTACKLEN];
+ static intosptr = -1;
+ 
+-#if defined(__linux__)  defined(__i386__)
++#if defined(__linux__)  defined(__i386__)  ! defined(__PIC__)
+ _syscall5(int,_llseek,uint,fd,ulong,hi,ulong,lo,loff_t *,res,uint,wh)
+ #endif
+ 
+@@ -36,7 +36,7 @@
+ {
+   off64_t ret = (off64_t)-1;
+ 
+-#if defined(__linux__)  defined(__i386__)
++#if defined(__linux__)  defined(__i386__)  ! defined(__PIC__)
+   int iret;
+   unsigned long   ohi, olo;
+ 

Added: gpart/trunk/gpart-0.1h-errno.patch
===
--- gpart/trunk/gpart-0.1h-errno.patch  (rev 0)
+++ gpart/trunk/gpart-0.1h-errno.patch  2011-03-06 12:44:20 UTC (rev 112735)
@@ -0,0 +1,20 @@
+--- gpart-0.1h/src/l64seek.c
 gpart-0.1h-working/src/l64seek.c
+@@ -16,6 +16,7 @@
+ 
+ #include l64seek.h
+ 
++#include errno.h
+ 
+ #define OSTACKLEN 16
+ static struct
+--- gpart-0.1h/src/disku.c
 gpart-0.1h-working/src/disku.c
+@@ -20,6 +20,7 @@
+ #include string.h
+ #include sys/ioctl.h
+ #include gpart.h
++#include errno.h
+ 
+ #if defined(__linux__)
+ #include sys/mount.h

Added: gpart/trunk/gpart-0.1h-no-_syscall.patch
===
--- gpart/trunk/gpart-0.1h-no-_syscall.patch(rev 0)
+++ gpart/trunk/gpart-0.1h-no-_syscall.patch2011-03-06 12:44:20 UTC (rev 
112735)
@@ -0,0 +1,15 @@
+use syscall() rather than _syscall#()
+
+http://bugs.gentoo.org/163800
+
+--- src/l64seek.c
 src/l64seek.c
+@@ -27,7 +27,7 @@
+ static intosptr = -1;
+ 
+ #if defined(__linux__)  defined(__i386__)  ! defined(__PIC__)
+-_syscall5(int,_llseek,uint,fd,ulong,hi,ulong,lo,loff_t *,res,uint,wh)
++#define _llseek(fd,hi,lo,res,wh) syscall(__NR__llseek,fd,hi,lo,res,wh)
+ #endif
+ 
+ 

Added: gpart/trunk/gpart-0.1h-ntfs.patch
===
--- gpart/trunk/gpart-0.1h-ntfs.patch   (rev 0)
+++ 

[arch-commits] Commit in (9 files)

2011-02-26 Thread Jan Steffens
Date: Saturday, February 26, 2011 @ 15:12:41
  Author: heftig
Revision: 111439

Add gnome-color-manager and its dependency lcms2

Added:
  gnome-color-manager/
  gnome-color-manager/repos/
  gnome-color-manager/trunk/
  gnome-color-manager/trunk/PKGBUILD
  gnome-color-manager/trunk/gnome-color-manager.install
  lcms2/
  lcms2/repos/
  lcms2/trunk/
  lcms2/trunk/PKGBUILD

---+
 gnome-color-manager/trunk/PKGBUILD|   31 
 gnome-color-manager/trunk/gnome-color-manager.install |   19 +
 lcms2/trunk/PKGBUILD  |   28 ++
 3 files changed, 78 insertions(+)

Added: gnome-color-manager/trunk/PKGBUILD
===
--- gnome-color-manager/trunk/PKGBUILD  (rev 0)
+++ gnome-color-manager/trunk/PKGBUILD  2011-02-26 20:12:41 UTC (rev 111439)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+pkgname=gnome-color-manager
+pkgver=2.91.90
+pkgrel=1
+pkgdesc=Color profile manager for the GNOME desktop
+arch=(i686 x86_64)
+url=http://projects.gnome.org/gnome-color-manager/;
+license=(GPL2)
+depends=(lcms2 gnome-settings-daemon gnome-control-center vte3 sane exiv2
+ hicolor-icon-theme)
+makedepends=(intltool gtk-doc)
+install=gnome-color-manager.install
+options=('!libtool')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('a3d95c5d2e97e483b2b03506bc337bfcffaf8e77a00aaa41334edd3f01c02f34')
+
+build(){
+  cd $srcdir/$pkgname-$pkgver
+
+  # man pages need docbook-sgml, which we don't have
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --disable-static --disable-man-pages
+
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

Added: gnome-color-manager/trunk/gnome-color-manager.install
===
--- gnome-color-manager/trunk/gnome-color-manager.install   
(rev 0)
+++ gnome-color-manager/trunk/gnome-color-manager.install   2011-02-26 
20:12:41 UTC (rev 111439)
@@ -0,0 +1,19 @@
+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
+}
+
+pre_upgrade() {
+  if (( $(vercmp $2 2.90.0)  0 )); then
+usr/sbin/gconfpkg --uninstall gnome-color-manager
+  fi
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Added: lcms2/trunk/PKGBUILD
===
--- lcms2/trunk/PKGBUILD(rev 0)
+++ lcms2/trunk/PKGBUILD2011-02-26 20:12:41 UTC (rev 111439)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan heftig Steffens jan.steff...@gmail.com
+# Contributor: Lukas Jirkovsky l.jirkov...@gmail.com
+
+pkgname=lcms2
+pkgver=2.1
+pkgrel=1
+pkgdesc=Small-footprint color management engine, version 2
+arch=(i686 x86_64)
+license=('custom')
+depends=('libtiff=3.9.4')
+url=http://www.littlecms.com;
+options=('!libtool')
+source=(http://downloads.sourceforge.net/sourceforge/lcms/$pkgname-$pkgver.tar.gz)
+md5sums=('08036edb115ad74456dfa20b1998b5f4')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  install -Dm 644 COPYING \
+$pkgdir/usr/share/licenses/$pkgname/COPYING
+}


Property changes on: lcms2/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



[arch-commits] Commit in (9 files)

2011-01-04 Thread Ionut Biru
Date: Tuesday, January 4, 2011 @ 11:15:34
  Author: ibiru
Revision: 104610

moved from community to extra as dependency for banshee and f-sport

Added:
  gnome-keyring-sharp/
  gnome-keyring-sharp/repos/
  gnome-keyring-sharp/trunk/
  gnome-keyring-sharp/trunk/02_gnome_2.30_compatibility.patch
  gnome-keyring-sharp/trunk/PKGBUILD
  notify-sharp-svn/
  notify-sharp-svn/repos/
  notify-sharp-svn/trunk/
  notify-sharp-svn/trunk/PKGBUILD

-+
 gnome-keyring-sharp/trunk/02_gnome_2.30_compatibility.patch | 1484 ++
 gnome-keyring-sharp/trunk/PKGBUILD  |   28 
 notify-sharp-svn/trunk/PKGBUILD |   50 
 3 files changed, 1562 insertions(+)

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


[arch-commits] Commit in (9 files)

2010-10-10 Thread andyrtr
Date: Sunday, October 10, 2010 @ 08:16:41
  Author: andyrtr
Revision: 94724

new pkg LXDM based on AUR lxdm and lxdm-git

Added:
  lxdm/
  lxdm/repos/
  lxdm/trunk/
  lxdm/trunk/PKGBUILD
  lxdm/trunk/Xsession.patch
  lxdm/trunk/lxdm-daemon
  lxdm/trunk/lxdm-pam.patch
  lxdm/trunk/lxdm.install
  lxdm/trunk/lxdm.patch

+
 PKGBUILD   |   51 +++
 Xsession.patch |   14 +
 lxdm-daemon|   36 +
 lxdm-pam.patch |8 +++
 lxdm.install   |   59 +++
 lxdm.patch |   26 
 6 files changed, 194 insertions(+)

Added: lxdm/trunk/PKGBUILD
===
--- lxdm/trunk/PKGBUILD (rev 0)
+++ lxdm/trunk/PKGBUILD 2010-10-10 12:16:41 UTC (rev 94724)
@@ -0,0 +1,51 @@
+# Maintainer: AndyRTR andy...@archlinux.org
+#Contributor: kiefer jorgelmad...@gmail.com
+#Based on lxdm-git by phillipe
+
+pkgname=lxdm
+pkgver=0.3.0
+pkgrel=1
+pkgdesc=Lightweight Display Manager (part of LXDE)
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/lxdm/;
+license=('GPL')
+groups=('lxde')
+conflicts=('lxdm-git')
+depends=('gtk2' 'xorg-server' 'consolekit')
+makedepends=('intltool')
+install=${pkgname}.install
+backup=('etc/lxdm/lxdm.conf') # 'etc/lxdm/xinitrc')
+source=(http://downloads.sourceforge.net/project/lxdm/lxdm%20${pkgver}/$pkgname-$pkgver.tar.gz
+   Xsession.patch lxdm.patch lxdm-pam.patch lxdm-daemon)
+md5sums=('1d0688e088edab7c3c563263eb2f9654'
+ '9bdf95adb74d81d4b6b6176fb1142090'
+ 'baed9055e8825a5511712bc095197519'
+ 'b20fe3c8487a039050986d60e45233a9'
+ '705f394052fdd0dec22e95321d170de0')
+
+build() {
+   cd $srcdir/$pkgname-$pkgver
+   ./configure --sysconfdir=/etc --prefix=/usr --libexecdir=/usr/lib/lxdm
+   make
+   
+   patch -Np0  ../lxdm.patch
+   patch -Np0  ../Xsession.patch
+}
+
+
+package() {
+   cd $srcdir/$pkgname-$pkgver
+   make DESTDIR=${pkgdir} install || return 1
+
+   install -m644 ${srcdir}/lxdm-pam.patch ${pkgdir}/etc/pam.d/lxdm || 
return 1
+   install -Dm755 ${srcdir}/lxdm-daemon ${pkgdir}/etc/rc.d/lxdm || return 1
+   
+   # these files are not in the package, but should be owned by lxdm - 
taken from Fedora pkg
+#  touch ${pkgdir}/etc/lxdm/xinitrc
+   mkdir -p ${pkgdir}/var/run/lxdm
+   mkdir -p ${pkgdir}/var/lib/lxdm
+#  touch ${pkgdir}/var/lib/lxdm/lxdm.conf
+   
+   # fix the greeter location
+   sed -i -e s/libexec/lib\/lxdm/ ${pkgdir}/etc/lxdm/lxdm.conf
+}

Added: lxdm/trunk/Xsession.patch
===
--- lxdm/trunk/Xsession.patch   (rev 0)
+++ lxdm/trunk/Xsession.patch   2010-10-10 12:16:41 UTC (rev 94724)
@@ -0,0 +1,14 @@
+--- data/Xsession.orig 2010-01-31 20:48:08.695677408 -0200
 data/Xsession  2010-01-31 20:47:48.260223292 -0200
+@@ -2,6 +2,11 @@
+
+ # use bash for exec -l, howto run login shell by /bin/sh ?
+
++[[ -f /etc/profile ]]  . /etc/profile
++[[ -f $HOME/.profile ]]  . $HOME/.profile
++[[ -f /etc/xprofile ]]  . /etc/xprofile
++[[ -f $HOME/.xprofile ]]  . $HOME/.xprofile
++
+ if [ $# -eq 1 -a -n $1 ]; then
+   LXSESSION=$1
+ else

Added: lxdm/trunk/lxdm-daemon
===
--- lxdm/trunk/lxdm-daemon  (rev 0)
+++ lxdm/trunk/lxdm-daemon  2010-10-10 12:16:41 UTC (rev 94724)
@@ -0,0 +1,36 @@
+#!/bin/bash
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+PID=$(pidof -o %PPID `which lxdm-binary`)
+case $1 in
+  start)
+stat_busy Starting LXDM Display Manager
+[ -z $PID ]  /usr/sbin/lxdm -d  /dev/null
+if [ $? -gt 0 ]; then
+  stat_fail
+else
+  add_daemon lxdm
+  stat_done
+fi
+;;
+  stop)
+stat_busy Stopping LXDM Display Manager
+[ ! -z $PID ]  kill $PID  /dev/null
+if [ $? -gt 0 ]; then
+  stat_fail
+else
+  rm_daemon lxdm
+  stat_done
+fi
+;;
+  restart)
+$0 stop
+sleep 3
+$0 start
+;;
+  *)
+echo usage: $0 {start|stop|restart}
+esac
+exit 0

Added: lxdm/trunk/lxdm-pam.patch
===
--- lxdm/trunk/lxdm-pam.patch   (rev 0)
+++ lxdm/trunk/lxdm-pam.patch   2010-10-10 12:16:41 UTC (rev 94724)
@@ -0,0 +1,8 @@
+#%PAM-1.0
+authrequisite   pam_nologin.so
+authrequiredpam_env.so
+authrequiredpam_unix.so
+account requiredpam_unix.so
+session requiredpam_limits.so
+session requiredpam_unix.so
+passwordrequiredpam_unix.so

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

[arch-commits] Commit in (9 files)

2010-09-25 Thread Ray Rashif
Date: Saturday, September 25, 2010 @ 02:07:41
  Author: schiv
Revision: 91241

Added new pkg linuxsampler + deps (1:libgig)

Added:
  libgig/
  libgig/repos/
  libgig/trunk/
  libgig/trunk/PKGBUILD
  linuxsampler/
  linuxsampler/repos/
  linuxsampler/trunk/
  linuxsampler/trunk/PKGBUILD
  linuxsampler/trunk/license.txt

+
 libgig/trunk/PKGBUILD  |   31 +++
 linuxsampler/trunk/PKGBUILD|   38 ++
 linuxsampler/trunk/license.txt |7 +++
 3 files changed, 76 insertions(+)

Added: libgig/trunk/PKGBUILD
===
--- libgig/trunk/PKGBUILD   (rev 0)
+++ libgig/trunk/PKGBUILD   2010-09-25 06:07:41 UTC (rev 91241)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: svoufff svoufff at gmail dot com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+
+pkgname=libgig
+pkgver=3.3.0
+pkgrel=1
+pkgdesc=C++ library for loading Gigasampler and DLS files
+arch=(i686 x86_64)
+url=http://www.linuxsampler.org/libgig/;
+license=('GPL')
+depends=('gcc-libs' 'util-linux-ng' 'libsndfile')
+options=('!libtool')
+source=(http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2)
+md5sums=('fc33e8e948ed2db9b7003a3ecdb78549')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: libgig/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: linuxsampler/trunk/PKGBUILD
===
--- linuxsampler/trunk/PKGBUILD (rev 0)
+++ linuxsampler/trunk/PKGBUILD 2010-09-25 06:07:41 UTC (rev 91241)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Ray Rashif sc...@archlinux.org
+# Contributor: svoufff svoufff at gmail dot com
+# Contributor: Shinlun Hsieh yngwi...@yahoo.com.tw
+
+pkgname=linuxsampler
+pkgver=1.0.0
+pkgrel=1
+pkgdesc=Professional-grade audio sampler alternative to Gigasampler
+arch=(i686 x86_64)
+url=http://www.linuxsampler.org/;
+license=('GPL' 'custom')
+depends=('libgig' 'jack' 'sqlite3')
+makedepends=('dssi' 'lv2core')
+options=('libtool') # do NOT slay libtool; required by gigedit
+source=(http://download.linuxsampler.org/packages/$pkgname-$pkgver.tar.bz2
+license.txt)
+md5sums=('a97136791a3228d840b006e5481fc39d'
+ '746c1421eb9f6812b5fa411bfb923c75')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+
+  ./configure  --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir/ install
+
+  # install GPL exception statement
+  install -Dm644 ../license.txt \
+$pkgdir/usr/share/licenses/$pkgname/GPL-EXCEPTION
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: linuxsampler/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: linuxsampler/trunk/license.txt
===
--- linuxsampler/trunk/license.txt  (rev 0)
+++ linuxsampler/trunk/license.txt  2010-09-25 06:07:41 UTC (rev 91241)
@@ -0,0 +1,7 @@
+LinuxSampler is licensed under the GNU GPL with the exception that
+USAGE of the source code, libraries and applications
+FOR COMMERCIAL HARDWARE OR SOFTWARE PRODUCTS IS NOT ALLOWED without
+prior written permission by the LinuxSampler authors.
+
+If you have questions on the subject, that are not yet covered by
+the FAQ, please contact us.



[arch-commits] Commit in (9 files)

2010-09-14 Thread Ionut Biru
Date: Tuesday, September 14, 2010 @ 18:50:54
  Author: ibiru
Revision: 90658

new packages for gnome 2.32

Added:
  at-spi2-atk/
  at-spi2-atk/repos/
  at-spi2-atk/trunk/
  at-spi2-atk/trunk/PKGBUILD
  at-spi2-atk/trunk/at-spi2-atk.install
  at-spi2-core/
  at-spi2-core/repos/
  at-spi2-core/trunk/
  at-spi2-core/trunk/PKGBUILD

---+
 at-spi2-atk/trunk/PKGBUILD|   35 
 at-spi2-atk/trunk/at-spi2-atk.install |   17 +++
 at-spi2-core/trunk/PKGBUILD   |   28 +
 3 files changed, 80 insertions(+)

Added: at-spi2-atk/trunk/PKGBUILD
===
--- at-spi2-atk/trunk/PKGBUILD  (rev 0)
+++ at-spi2-atk/trunk/PKGBUILD  2010-09-14 22:50:54 UTC (rev 90658)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+pkgname=at-spi2-atk
+pkgver=0.3.92
+pkgrel=1
+pkgdesc=A GTK+ module that bridges ATK to D-Bus at-spi
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL2')
+depends=('dbus-core=1.4.0' 'dbus-glib=0.86' 'atk=1.30.0' 'gconf=2.31.91')
+makedepends=('intltool')
+install=at-spi2-atk.install
+options=('!libtool')
+source=(http://download.gnome.org/sources/${pkgname}/0.3/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('cf7ef59ee28d4d98b7faf93f17dc77ee1eb5fa84c21d4e0ca731fc9ca0d5bd53')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--disable-schemas-install
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+
+  install -m755 -d ${pkgdir}/usr/share/gconf/schemas
+  gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas 
--domain at-spi2-atk ${pkgdir}/etc/gconf/schemas/*.schemas
+  rm -f ${pkgdir}/etc/gconf/schemas/*.schemas
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: at-spi2-atk/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: at-spi2-atk/trunk/at-spi2-atk.install
===
--- at-spi2-atk/trunk/at-spi2-atk.install   (rev 0)
+++ at-spi2-atk/trunk/at-spi2-atk.install   2010-09-14 22:50:54 UTC (rev 
90658)
@@ -0,0 +1,17 @@
+pkgname=at-spi2-atk
+
+post_install() {
+  usr/sbin/gconfpkg --install ${pkgname}
+}
+
+pre_upgrade() {
+  pre_remove $1
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  usr/sbin/gconfpkg --uninstall ${pkgname}
+}

Added: at-spi2-core/trunk/PKGBUILD
===
--- at-spi2-core/trunk/PKGBUILD (rev 0)
+++ at-spi2-core/trunk/PKGBUILD 2010-09-14 22:50:54 UTC (rev 90658)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Ionut Biru ib...@archlinux.org
+pkgname=at-spi2-core
+pkgver=0.3.92
+pkgrel=1
+pkgdesc=Protocol definitions and daemon for D-Bus at-spi
+arch=('i686' 'x86_64')
+url=http://www.gnome.org;
+license=('GPL2')
+depends=('dbus-core=1.4.0' 'dbus-glib=0.86' 'libxtst' 'libxevie')
+source=(http://download.gnome.org/sources/${pkgname}/0.3/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('95f6dc172c4650d20e0578f84dd8771f3698e62ce8558273ca7233e62a2f500c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+--libexecdir=/usr/lib/at-spi2-core
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: at-spi2-core/trunk/PKGBUILD
___
Added: svn:keywords
   + Id



[arch-commits] Commit in (9 files)

2010-05-10 Thread Tobias Powalowski
Date: Monday, May 10, 2010 @ 15:05:48
  Author: tpowa
Revision: 80041

newpkg: build against lts kernel

Added:
  tiacx-lts/
  tiacx-lts/repos/
  tiacx-lts/trunk/
  tiacx-lts/trunk/PKGBUILD
  tiacx-lts/trunk/acx.install
  tiacx-lts/trunk/kernel-2.6.27.patch
  tiacx-lts/trunk/kernel-2.6.30.patch
  tiacx-lts/trunk/kernel-2.6.31.patch
  tiacx-lts/trunk/kernel-2.6.33.patch

-+
 PKGBUILD|   32 ++
 acx.install |   19 ++
 kernel-2.6.27.patch |   82 ++
 kernel-2.6.30.patch |   16 +
 kernel-2.6.31.patch |   88 ++
 kernel-2.6.33.patch |   11 ++
 6 files changed, 248 insertions(+)

Added: tiacx-lts/trunk/PKGBUILD
===
--- tiacx-lts/trunk/PKGBUILD(rev 0)
+++ tiacx-lts/trunk/PKGBUILD2010-05-10 19:05:48 UTC (rev 80041)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: James Rayner iphi...@gmail.com
+
+pkgname=tiacx-lts
+pkgver=20080210
+pkgrel=1
+pkgdesc=OpenSource module for Texas Instruments ACX100/ACX111 wireless chips. 
For arch LTS 2.6 kernel
+arch=(i686 x86_64)
+url=http://acx100.sourceforge.net/;
+license=('MPL')
+depends=('wireless_tools' 'kernel26-lts=2.6.32' 'kernel26-lts2.6.33' 
'tiacx-firmware')
+makedepends=('kernel26-lts-headers=2.6.32' 'kernel26-lts-headers2.6.33')
+install=acx.install
+source=(http://downloads.sourceforge.net/sourceforge/acx100/acx-$pkgver.tar.bz2
+kernel-2.6.27.patch
+kernel-2.6.30.patch
+kernel-2.6.31.patch)
+_kernver=2.6.32-lts
+
+build() {
+cd $srcdir/acx-$pkgver
+patch -Np1 -i ../kernel-2.6.27.patch || return 1
+patch -Np0 -i ../kernel-2.6.30.patch || return 1
+patch -Np1 -i ../kernel-2.6.31.patch || return 1
+make -C /lib/modules/${_kernver}/build M=`pwd` || return 1
+install -D acx.ko 
$pkgdir/lib/modules/${_kernver}/kernel/drivers/net/wireless/tiacx/acx.ko
+sed -i -e s/KERNEL_VERSION='.*'/KERNEL_VERSION='${_kernver}'/ 
$startdir/*.install
+}
+md5sums=('7d5ce3215708e4e9f95cf567a9ee3a12'
+ '9895f72f8d0c84956b0f6c3b16df0fe8'
+ 'e2900aee839ce711a7f7606b3e3de36e'
+ 'dbcb276d77df7801cef58a85c18dfe94')


Property changes on: tiacx-lts/trunk/PKGBUILD
___
Added: svn:keywords
   + Id

Added: tiacx-lts/trunk/acx.install
===
--- tiacx-lts/trunk/acx.install (rev 0)
+++ tiacx-lts/trunk/acx.install 2010-05-10 19:05:48 UTC (rev 80041)
@@ -0,0 +1,19 @@
+# arg 1:  the new package version
+post_install() {
+  KERNEL_VERSION='2.6.32-lts'
+  depmod $KERNEL_VERSION  /dev/null 21 
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  KERNEL_VERSION='2.6.32-lts'
+  depmod $KERNEL_VERSION  /dev/null 21   
+  
+}
+
+# arg 1:  the old package version
+post_remove() {
+  KERNEL_VERSION='2.6.32-lts'
+  depmod $KERNEL_VERSION  /dev/null 21   
+}

Added: tiacx-lts/trunk/kernel-2.6.27.patch
===
--- tiacx-lts/trunk/kernel-2.6.27.patch (rev 0)
+++ tiacx-lts/trunk/kernel-2.6.27.patch 2010-05-10 19:05:48 UTC (rev 80041)
@@ -0,0 +1,82 @@
+diff -Nur acx-20080210.orig/ioctl.c acx-20080210/ioctl.c
+--- acx-20080210.orig/ioctl.c  2008-02-10 21:06:42.0 +0100
 acx-20080210/ioctl.c   2008-10-10 17:07:32.0 +0200
+@@ -489,6 +489,7 @@
+ static char*
+ acx_s_scan_add_station(
+   acx_device_t *adev,
++  struct iw_request_info *info,
+   char *ptr,
+   char *end_buf,
+   struct client *bss)
+@@ -503,14 +504,14 @@
+   iwe.u.ap_addr.sa_family = ARPHRD_ETHER;
+   MAC_COPY(iwe.u.ap_addr.sa_data, bss-bssid);
+   acxlog_mac(L_IOCTL, scan, station address: , bss-bssid, \n);
+-  ptr = iwe_stream_add_event(ptr, end_buf, iwe, IW_EV_ADDR_LEN);
++  ptr = iwe_stream_add_event(info, ptr, end_buf, iwe, IW_EV_ADDR_LEN);
+ 
+   /* Add ESSID */
+   iwe.cmd = SIOCGIWESSID;
+   iwe.u.data.length = bss-essid_len;
+   iwe.u.data.flags = 1;
+   log(L_IOCTL, scan, essid: %s\n, bss-essid);
+-  ptr = iwe_stream_add_point(ptr, end_buf, iwe, bss-essid);
++  ptr = iwe_stream_add_point(info, ptr, end_buf, iwe, bss-essid);
+ 
+   /* Add mode */
+   iwe.cmd = SIOCGIWMODE;
+@@ -520,7 +521,7 @@
+   else
+   iwe.u.mode = IW_MODE_ADHOC;
+   log(L_IOCTL, scan, mode: %d\n, iwe.u.mode);
+-  ptr = iwe_stream_add_event(ptr, end_buf, iwe, IW_EV_UINT_LEN);
++  ptr = iwe_stream_add_event(info, ptr, end_buf, iwe, 
IW_EV_UINT_LEN);
+   }
+ 
+   /* Add frequency */
+@@ -528,7 +529,7 @@
+   iwe.u.freq.m = acx_channel_freq[bss-channel - 1] * 10;
+   iwe.u.freq.e = 1;
+   

[arch-commits] Commit in (9 files)

2010-02-13 Thread François Charette
Date: Saturday, February 13, 2010 @ 10:39:42
  Author: francois
Revision: 68587

Moved from community

They are dependencies of 'munin'

Added:
  perl-html-template/
  perl-html-template/trunk/
  perl-html-template/trunk/PKGBUILD
  perl-log-log4perl/
  perl-log-log4perl/trunk/
  perl-log-log4perl/trunk/PKGBUILD
  perl-net-server/
  perl-net-server/trunk/
  perl-net-server/trunk/PKGBUILD

---+
 perl-html-template/trunk/PKGBUILD |   23 +++
 perl-log-log4perl/trunk/PKGBUILD  |   23 +++
 perl-net-server/trunk/PKGBUILD|   25 +
 3 files changed, 71 insertions(+)

Added: perl-html-template/trunk/PKGBUILD
===
--- perl-html-template/trunk/PKGBUILD   (rev 0)
+++ perl-html-template/trunk/PKGBUILD   2010-02-13 15:39:42 UTC (rev 68587)
@@ -0,0 +1,23 @@
+# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
+# Maintainer: Firmicus francois.archlinux.org 
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Charles Mauch cma...@gmail.com
+
+pkgname=perl-html-template
+pkgver=2.9
+pkgrel=3
+pkgdesc=Perl/CPAN Module HTML::Template : a simple HTML templating system
+arch=(i686 x86_64)
+url=http://search.cpan.org/dist/HTML-Template;
+license=(GPL PerlArtistic)
+source=(http://www.cpan.org/authors/id/S/SA/SAMTREGAR/HTML-Template-2.9.tar.gz;)
+md5sums=('cbf88a486b36284be55765ac7357c187')
+
+build() {
+  cd $startdir/src/HTML-Template-2.9
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 
+  make || return 1
+  make install DESTDIR=$startdir/pkg || return 1
+  find $startdir/pkg -name '.packlist' -delete
+  find $startdir/pkg -name '*.pod' -delete
+}

Added: perl-log-log4perl/trunk/PKGBUILD
===
--- perl-log-log4perl/trunk/PKGBUILD(rev 0)
+++ perl-log-log4perl/trunk/PKGBUILD2010-02-13 15:39:42 UTC (rev 68587)
@@ -0,0 +1,23 @@
+# Maintainer: Firmicus francois.archlinux.org
+
+pkgname=perl-log-log4perl
+_cpanname=Log-Log4perl
+pkgver=1.27
+pkgrel=1
+pkgdesc=Log4j implementation in Perl
+arch=('any')
+url=http://search.cpan.org/~MSCHILLI/${_cpanname};
+license=('GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/M/MS/MSCHILLI/${_cpanname}-${pkgver}.tar.gz)
+md5sums=('4a17b3d3e1912af9605c1b686ded6738')
+
+build() {
+  cd $srcdir/${_cpanname}-${pkgver}
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
+  make || return 1
+  make install DESTDIR=$pkgdir || return 1
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Added: perl-net-server/trunk/PKGBUILD
===
--- perl-net-server/trunk/PKGBUILD  (rev 0)
+++ perl-net-server/trunk/PKGBUILD  2010-02-13 15:39:42 UTC (rev 68587)
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
+# Maintainer: Firmicus francois.archlinux.org 
+# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Wael Nasreddine w...@phoenixlinux.org
+# Contributor: Guillermo A. Amaral m...@guillermoamaral.com (thewonka)
+
+pkgname=perl-net-server
+pkgver=0.97
+pkgrel=2
+pkgdesc=Extensible (class) oriented internet server
+arch=(i686 x86_64)
+url=http://search.cpan.org/dist/Net-Server;
+license=(GPL)
+option=('!emptydirs')
+source=(http://www.cpan.org/authors/id/R/RH/RHANDOM/Net-Server-$pkgver.tar.gz)
+md5sums=('f884b6c5b1d2698a82bbc7ba659690a1') 
+
+build() {
+  cd  $startdir/src/Net-Server-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 
+  make || return 1
+  make install DESTDIR=$startdir/pkg || return 1
+  find $startdir/pkg -name '.packlist' -delete
+  find $startdir/pkg -name '*.pod' -delete
+}



[arch-commits] Commit in (9 files)

2010-02-12 Thread Ronald van Haren
Date: Friday, February 12, 2010 @ 11:58:00
  Author: ronald
Revision: 68380

add Walon, Frysk  renamed hindi koffice translations

Added:
  koffice-l10n-fy/
  koffice-l10n-fy/trunk/
  koffice-l10n-fy/trunk/PKGBUILD
  koffice-l10n-hne/
  koffice-l10n-hne/trunk/
  koffice-l10n-hne/trunk/PKGBUILD
  koffice-l10n-wa/
  koffice-l10n-wa/trunk/
  koffice-l10n-wa/trunk/PKGBUILD

-+
 koffice-l10n-fy/trunk/PKGBUILD  |   25 +
 koffice-l10n-hne/trunk/PKGBUILD |   26 ++
 koffice-l10n-wa/trunk/PKGBUILD  |   25 +
 3 files changed, 76 insertions(+)

Added: koffice-l10n-fy/trunk/PKGBUILD
===
--- koffice-l10n-fy/trunk/PKGBUILD  (rev 0)
+++ koffice-l10n-fy/trunk/PKGBUILD  2010-02-12 16:58:00 UTC (rev 68380)
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 68320 2010-02-12 12:38:37Z ronald $
+# Maintainer: Ronald van Haren ronald.archlinux.org
+
+pkgname=koffice-l10n-fy
+pkgver=2.1.1
+pkgrel=1
+pkgdesc=Frysk KOffice translation.
+license=('GPL')
+makedepends=('cmake' 'kdelibs' 'automoc4')
+arch=('any')
+url=http://www.koffice.org;
+source=(http://download.kde.org/stable/koffice-$pkgver/koffice-l10n/$pkgname-$pkgver.tar.bz2)
+md5sums=('86835d236c9c046003d642a8dee9c6ad')
+
+build() {
+  cd ${srcdir}
+  install -d build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make || return 1
+  make DESTDIR=${pkgdir} install
+}
+

Added: koffice-l10n-hne/trunk/PKGBUILD
===
--- koffice-l10n-hne/trunk/PKGBUILD (rev 0)
+++ koffice-l10n-hne/trunk/PKGBUILD 2010-02-12 16:58:00 UTC (rev 68380)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 68320 2010-02-12 12:38:37Z ronald $
+# Maintainer: Ronald van Haren ronald.archlinux.org
+
+pkgname=koffice-l10n-hne
+pkgver=2.1.1
+pkgrel=1
+pkgdesc=Hindi KOffice translation.
+license=('GPL')
+makedepends=('cmake' 'kdelibs' 'automoc4')
+arch=('any')
+replaces=('koffice-l10n-hi')
+url=http://www.koffice.org;
+source=(http://download.kde.org/stable/koffice-$pkgver/koffice-l10n/$pkgname-$pkgver.tar.bz2)
+md5sums=('a0d04941cd32b7dbf1896a122df82db8')
+
+build() {
+  cd ${srcdir}
+  install -d build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make || return 1
+  make DESTDIR=${pkgdir} install
+}
+

Added: koffice-l10n-wa/trunk/PKGBUILD
===
--- koffice-l10n-wa/trunk/PKGBUILD  (rev 0)
+++ koffice-l10n-wa/trunk/PKGBUILD  2010-02-12 16:58:00 UTC (rev 68380)
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 68320 2010-02-12 12:38:37Z ronald $
+# Maintainer: Ronald van Haren ronald.archlinux.org
+
+pkgname=koffice-l10n-wa
+pkgver=2.1.1
+pkgrel=1
+pkgdesc=Walon KOffice translation.
+license=('GPL')
+makedepends=('cmake' 'kdelibs' 'automoc4')
+arch=('any')
+url=http://www.koffice.org;
+source=(http://download.kde.org/stable/koffice-$pkgver/koffice-l10n/$pkgname-$pkgver.tar.bz2)
+md5sums=('8c6228beacd6134520faa1c4e801d903')
+
+build() {
+  cd ${srcdir}
+  install -d build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make || return 1
+  make DESTDIR=${pkgdir} install
+}
+