From 3ed565983048f1226dd3f258a3f0acaf04536dda Mon Sep 17 00:00:00 2001 From: root Date: Sun, 27 Jan 2013 01:12:11 -0800 Subject: Sun Jan 27 01:11:57 PST 2013 --- community/cclive/PKGBUILD | 6 +-- community/dunst/PKGBUILD | 20 +++----- community/fcitx-chewing/PKGBUILD | 23 ++++----- community/fcitx-cloudpinyin/PKGBUILD | 20 ++++---- community/fcitx-configtool/PKGBUILD | 11 +++-- community/fcitx-hangul/PKGBUILD | 13 +++--- community/fcitx-m17n/PKGBUILD | 13 +++--- community/fcitx-rime/PKGBUILD | 28 ++++------- community/fcitx-sunpinyin/PKGBUILD | 14 +++--- community/fcitx-unikey/PKGBUILD | 10 ++-- community/fcitx/PKGBUILD | 54 ++++++++++++++-------- community/fcitx/fcitx.install | 9 ++-- community/gwibber/PKGBUILD | 19 ++++++-- community/gwibber/lp_1051801.patch | 12 +++++ community/gwibber/lp_1088775.patch | 16 +++++++ community/gwibber/lp_934530.patch | 21 +++++++++ community/ibus-hangul/PKGBUILD | 9 ++-- community/kcm-fcitx/PKGBUILD | 15 +++--- community/libaccounts-glib/PKGBUILD | 12 ++--- community/libaccounts-qt/PKGBUILD | 8 ++-- community/libsignon-glib/PKGBUILD | 21 ++------- community/linux-tools/PKGBUILD | 5 +- community/linux-tools/cpupower.install | 13 ++++++ community/ruby-gtk2/PKGBUILD | 6 +-- community/ruby-gtk3/PKGBUILD | 45 ++++++++++++++++++ community/signon/PKGBUILD | 6 +-- community/tiled-qt/PKGBUILD | 41 ++++++++++++++++ community/tiled-qt/tiled-qt.install | 11 +++++ community/tiled-qt/tiled.desktop | 10 ++++ community/uget/PKGBUILD | 6 +-- core/sudo/PKGBUILD | 8 ++-- extra/gnu-efi-libs/PKGBUILD | 7 +-- extra/perl-net-ssleay/PKGBUILD | 6 +-- extra/transmission/PKGBUILD | 13 ++++-- .../transmission-2.76-fix-regression.patch | 26 +++++++++++ extra/xdelta3/PKGBUILD | 6 +-- libre/clementine-libre/PKGBUILD | 2 +- libre/linux-libre-tools/PKGBUILD | 7 +-- libre/linux-libre-tools/cpupower.install | 13 ++++++ social/opentracker/PKGBUILD | 19 ++++---- social/opentracker/opentracker.service | 11 +++++ 41 files changed, 413 insertions(+), 202 deletions(-) create mode 100644 community/gwibber/lp_1051801.patch create mode 100644 community/gwibber/lp_1088775.patch create mode 100644 community/gwibber/lp_934530.patch create mode 100644 community/linux-tools/cpupower.install create mode 100644 community/ruby-gtk3/PKGBUILD create mode 100644 community/tiled-qt/PKGBUILD create mode 100644 community/tiled-qt/tiled-qt.install create mode 100755 community/tiled-qt/tiled.desktop create mode 100644 extra/transmission/transmission-2.76-fix-regression.patch create mode 100644 libre/linux-libre-tools/cpupower.install create mode 100644 social/opentracker/opentracker.service diff --git a/community/cclive/PKGBUILD b/community/cclive/PKGBUILD index 81158416c..92b381aff 100644 --- a/community/cclive/PKGBUILD +++ b/community/cclive/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 76190 2012-09-13 07:56:23Z lfleischer $ +# $Id: PKGBUILD 82994 2013-01-26 10:56:03Z bpiotrowski $ # Maintainer: Lukas Fleischer # Contributor: joyfulgirl@archlinux.us # Contributor: nathan owe ndowens04 at gmail dot com pkgname=cclive -pkgver=0.7.10 +pkgver=0.7.11 pkgrel=1 pkgdesc='Commandline downloader for popular video websites.' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ license=('GPL3') depends=('boost-libs' 'pcre' 'curl' 'libquvi') makedepends=('boost') source=("http://downloads.sourceforge.net/project/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz") -md5sums=('dee09cd1b5638078037b8a2945ebac52') +md5sums=('b96cf74e846e3047e0b1db917070c6d0') build() { cd $pkgname-$pkgver diff --git a/community/dunst/PKGBUILD b/community/dunst/PKGBUILD index 33337133b..41b82d6c8 100644 --- a/community/dunst/PKGBUILD +++ b/community/dunst/PKGBUILD @@ -1,32 +1,26 @@ -$Id: PKGBUILD 76730 2012-09-28 03:35:52Z dwallace $ +# $Id: PKGBUILD 83044 2013-01-26 21:37:31Z dwallace $ # Maintainer: Daniel Wallace # Contributor: feuri pkgname=dunst -pkgver=0.4.0 +pkgver=0.5.0 pkgrel=1 pkgdesc="a dmenu-ish notification system " arch=('i686' 'x86_64') url="http://knopwob.github.com/dunst" license=(MIT) -depends=(dbus-core libxinerama libxft libxss libxdg-basedir) -makedepends=('git' 'perl') -optdepends=('libnotify: dunst is able to listen to notifications from libnotify') +depends=(dbus libxinerama libxft libxss libxdg-basedir) +makedepends=('perl') provides=(notification-daemon) source=("${pkgname}-${pkgver}.tar.bz2::http://www.knopwob.org/public/dunst-release/$pkgname-$pkgver.tar.bz2") -md5sums=('615b673011222f6ab6f5df28def329a9') +md5sums=('3805fd0ef171378cc6ff3a74ce8a4f06') build() { - cd "${srcdir}/$pkgname-$pkgver" - - make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 + make -C "$srcdir/$pkgname-$pkgver" X11INC=/usr/include/X11 X11LIB=/usr/lib/X11 } package() { - cd "${srcdir}/$pkgname-$pkgver" - - make DESTDIR="${pkgdir}" PREFIX=/usr install - + make -C "$pkgname-$pkgver" DESTDIR="${pkgdir}" PREFIX=/usr install install -Dm644 "${srcdir}/$pkgname-$pkgver/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" } # vim:set ts=2 sw=2 et: diff --git a/community/fcitx-chewing/PKGBUILD b/community/fcitx-chewing/PKGBUILD index 4cb44d15c..462035ae1 100644 --- a/community/fcitx-chewing/PKGBUILD +++ b/community/fcitx-chewing/PKGBUILD @@ -1,25 +1,21 @@ -# $Id: PKGBUILD 81444 2012-12-21 04:32:29Z fyan $ +# $Id: PKGBUILD 82974 2013-01-26 07:14:41Z fyan $ # Maintainer: Felix Yan pkgname=fcitx-chewing -pkgver=0.1.3 -pkgrel=2 -pkgdesc="Fcitx Wrapper for chewing" +pkgver=0.2.0 +pkgrel=1 +pkgdesc='Fcitx Wrapper for chewing' arch=('i686' 'x86_64') url="https://github.com/fcitx/fcitx-chewing" license=('GPL') -depends=('libchewing' 'fcitx>=4.2.6') -makedepends=('cmake' 'intltool') -source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz" - "https://github.com/fcitx/fcitx-chewing/commit/3395ef29e7c43187dcd556f3396fec8aa8c1f60a.patch") +depends=('libchewing' 'fcitx>=4.2.7') +makedepends=('cmake') +source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz") build() { cd "$srcdir"/${pkgname}-${pkgver} - patch -Np1 -i "$srcdir/3395ef29e7c43187dcd556f3396fec8aa8c1f60a.patch" - - rm -rf build - mkdir build + mkdir -p build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .. @@ -30,5 +26,4 @@ package() { cd "$srcdir"/${pkgname}-${pkgver}/build make DESTDIR="$pkgdir" install } -md5sums=('052e3f146b6e2805918c008005fc9591' - '60f54d8ef94f66f00f8e7982ddbbde6f') +md5sums=('d4dacf213673b5cac50db41427eb6b35') diff --git a/community/fcitx-cloudpinyin/PKGBUILD b/community/fcitx-cloudpinyin/PKGBUILD index af265a976..9ea80531e 100644 --- a/community/fcitx-cloudpinyin/PKGBUILD +++ b/community/fcitx-cloudpinyin/PKGBUILD @@ -1,23 +1,21 @@ -# $Id: PKGBUILD 80517 2012-11-23 12:02:14Z fyan $ +# $Id: PKGBUILD 82972 2013-01-26 07:09:42Z fyan $ # Maintainer: Felix Yan # Contributor: poplarch pkgname=fcitx-cloudpinyin -pkgver=0.3.0 -pkgrel=2 -pkgdesc="Standalone module for fcitx that uses pinyin API on the internet to provide additional input candidates" +pkgver=0.3.1 +pkgrel=1 +pkgdesc='Standalone module for fcitx that uses pinyin API on the internet to provide additional input candidates' arch=('i686' 'x86_64') -url="https://github.com/csslayer/fcitx-cloudpinyin" +url="https://github.com/fcitx/fcitx-cloudpinyin" license=('GPL') -depends=('curl' 'fcitx>=4.2.6') -makedepends=('cmake' 'intltool') +depends=('curl' 'fcitx>=4.2.7') +makedepends=('cmake') source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz") -md5sums=('8bffd65fe2172d61edde46ad53380150') build() { cd "$srcdir/${pkgname}-${pkgver}" - rm -rf build - mkdir build + mkdir -p build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .. @@ -28,3 +26,5 @@ package() { cd "$srcdir/${pkgname}-${pkgver}/build" make DESTDIR="$pkgdir" install } + +md5sums=('3690930d1412258ad37524448268534e') diff --git a/community/fcitx-configtool/PKGBUILD b/community/fcitx-configtool/PKGBUILD index 1737f2e26..00ed7aa7c 100644 --- a/community/fcitx-configtool/PKGBUILD +++ b/community/fcitx-configtool/PKGBUILD @@ -1,14 +1,15 @@ -# $Id: PKGBUILD 82240 2013-01-13 01:32:17Z fyan $ +# $Id: PKGBUILD 82970 2013-01-26 07:06:27Z fyan $ # Maintainer: Felix Yan pkgname=fcitx-configtool -pkgver=0.4.5.2 +pkgver=0.4.6 pkgrel=1 pkgdesc="GTK based config tool for Fcitx" arch=('i686' 'x86_64') url="http://fcitx.googlecode.com/" license=('GPL2') -depends=("fcitx>=4.2.6" "gtk3" "iso-codes") +depends=("fcitx>=4.2.7" "gtk3" "iso-codes") +optdepends=('fcitx-qt: for some configuration windows') makedepends=("cmake") source=("http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz") @@ -16,7 +17,7 @@ build() { cd "$srcdir/$pkgname-$pkgver" msg "Starting make..." - mkdir build + mkdir -p build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr .. @@ -28,4 +29,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums=('fc5d232ed2e7b7b3fced0264961f48d9') +md5sums=('69eb7271883b0b7894ddab5a38ceeb2f') diff --git a/community/fcitx-hangul/PKGBUILD b/community/fcitx-hangul/PKGBUILD index 6f706043a..c2dfa66f5 100644 --- a/community/fcitx-hangul/PKGBUILD +++ b/community/fcitx-hangul/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 81667 2012-12-26 11:35:33Z fyan $ +# $Id: PKGBUILD 82968 2013-01-26 07:04:20Z fyan $ # Maintainer: Felix Yan pkgname=fcitx-hangul -pkgver=0.2.0 -pkgrel=2 +pkgver=0.2.1 +pkgrel=1 pkgdesc="Hangul (Korean) support for fcitx" arch=('i686' 'x86_64') url="http://code.google.com/p/fcitx/" license=('GPL2') -depends=('fcitx>=4.2.3' 'libhangul') +depends=('fcitx>=4.2.7' 'libhangul') makedepends=('cmake' 'intltool') install=$pkgname.install source=("http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz") @@ -18,8 +18,7 @@ build() { msg "Starting make..." - rm -rf build - mkdir build + mkdir -p build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .. @@ -31,4 +30,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums=('168b51487797879cf41ed6f6d086694a') +md5sums=('d3dac52b1a1697a4f8256e383c889216') diff --git a/community/fcitx-m17n/PKGBUILD b/community/fcitx-m17n/PKGBUILD index e8ac6dd2b..efa1939e9 100644 --- a/community/fcitx-m17n/PKGBUILD +++ b/community/fcitx-m17n/PKGBUILD @@ -1,21 +1,20 @@ -# $Id: PKGBUILD 82548 2013-01-20 16:21:36Z fyan $ +# $Id: PKGBUILD 82966 2013-01-26 06:55:02Z fyan $ # Maintainer: Felix Yan pkgname=fcitx-m17n -pkgver=0.1.4 +pkgver=0.2.0 pkgrel=1 pkgdesc="Fcitx Wrapper for m17n." arch=('i686' 'x86_64') url="http://code.google.com/p/fcitx" license=('GPL') -depends=('fcitx>=4.2.1' 'm17n-lib') -makedepends=('cmake' 'intltool') +depends=('fcitx>=4.2.7' 'm17n-lib') +makedepends=('cmake') source=(http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz) build() { cd "$srcdir/${pkgname}-${pkgver}" - rm -rf build - mkdir build + mkdir -p build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .. @@ -26,4 +25,4 @@ package() { cd "$srcdir/${pkgname}-${pkgver}/build" make DESTDIR="${pkgdir}" install } -md5sums=('2b0570580875ee2cbd1c773772885a61') +md5sums=('6740e3a983c3e7647be3f082abdfc57c') diff --git a/community/fcitx-rime/PKGBUILD b/community/fcitx-rime/PKGBUILD index 69d666fa7..766697257 100644 --- a/community/fcitx-rime/PKGBUILD +++ b/community/fcitx-rime/PKGBUILD @@ -1,36 +1,25 @@ -# $Id: PKGBUILD 81659 2012-12-26 06:28:38Z fyan $ +# $Id: PKGBUILD 82962 2013-01-26 06:52:40Z fyan $ # Maintainer: Felix Yan # Contributor: lh pkgname=fcitx-rime -pkgver=0.1.2 -pkgrel=3 -_rimever=0.9.3 -pkgdesc="Fcitx Wrapper for librime" +pkgver=0.2.0 +pkgrel=1 +pkgdesc='Fcitx Wrapper for librime' arch=('i686' 'x86_64') url="http://code.google.com/p/fcitx" license=('GPL') -depends=('fcitx>=4.2.0' "librime>=$_rimever" "brise") +depends=('fcitx>=4.2.7' "librime" "brise") makedepends=('cmake' 'intltool') -install='fcitx-rime.install' +install=fcitx-rime.install source=( - "rime-$_rimever.tar.gz::https://github.com/lotem/brise/tarball/rime-$_rimever" "http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz" ) -_brise_name=lotem-brise-149c684 - build() { - cd "$srcdir" - rm -rf brise/ - cp -r ${_brise_name}/ brise/ - - msg "Starting make..." - cd "$pkgname-$pkgver" - rm -rf build - mkdir build + mkdir -p build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr .. @@ -42,5 +31,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums=('7a210167c0e5a474716a3bd1d553ff5a' - '3b1d2ad3363910ed214672078c72e23f') +md5sums=('34e9bd76f96d93dd99a6af2ed25d8e26') diff --git a/community/fcitx-sunpinyin/PKGBUILD b/community/fcitx-sunpinyin/PKGBUILD index 521a3f4b7..92b46b094 100644 --- a/community/fcitx-sunpinyin/PKGBUILD +++ b/community/fcitx-sunpinyin/PKGBUILD @@ -1,24 +1,22 @@ -# $Id: PKGBUILD 81910 2013-01-03 12:33:35Z fyan $ +# $Id: PKGBUILD 82959 2013-01-26 06:44:09Z fyan $ # Maintainer: Felix Yan pkgname=fcitx-sunpinyin -pkgver=0.3.9 -pkgrel=4 +pkgver=0.4.0 +pkgrel=1 pkgdesc="Fcitx Wrapper for sunpinyin, Statistical Language Model based pinyin IME by Sun" arch=('i686' 'x86_64') url="http://code.google.com/p/fcitx" license=('GPL') install=fcitx-sunpinyin.install -depends=('fcitx>=4.2.5' 'sunpinyin>2.0.3' 'sunpinyin-data' 'gtk-update-icon-cache') +depends=('fcitx>=4.2.7' 'sunpinyin>2.0.3' 'sunpinyin-data' 'gtk-update-icon-cache') makedepends=('cmake' 'intltool') source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz") -md5sums=('de221daa7b3790b22f5a95d7091d0e38') build() { cd "$srcdir/${pkgname}-${pkgver}" - rm -rf build - mkdir build + mkdir -p build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .. @@ -29,3 +27,5 @@ package() { cd "$srcdir/${pkgname}-${pkgver}/build" make DESTDIR="${pkgdir}" install } + +md5sums=('de2723baf8e5d9092706cd2baf2f21bb') diff --git a/community/fcitx-unikey/PKGBUILD b/community/fcitx-unikey/PKGBUILD index 6c9c4b98b..e24627d9a 100644 --- a/community/fcitx-unikey/PKGBUILD +++ b/community/fcitx-unikey/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 81669 2012-12-26 11:38:22Z fyan $ +# $Id: PKGBUILD 82956 2013-01-26 06:38:02Z fyan $ # Maintainer: Felix Yan pkgname=fcitx-unikey -pkgver=0.1.1 -pkgrel=3 +pkgver=0.2.0 +pkgrel=1 pkgdesc="Fcitx Wrapper for unikey" arch=('i686' 'x86_64') url="http://code.google.com/p/fcitx" license=('GPL') -depends=('fcitx>=4.2.3') +depends=('fcitx>=4.2.7') optdepends=('qt: To run the fcitx unikey macro editor') makedepends=('cmake' 'intltool' 'qt') source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz") @@ -29,4 +29,4 @@ package () cd "$srcdir/${pkgname}-${pkgver}/build" make DESTDIR="${pkgdir}" install } -md5sums=('91dc7bd6991df3c975a0b51a246836bf') +md5sums=('f1ffd6c8439e4d277eace994052d91da') diff --git a/community/fcitx/PKGBUILD b/community/fcitx/PKGBUILD index e8b8cac7f..226224b23 100644 --- a/community/fcitx/PKGBUILD +++ b/community/fcitx/PKGBUILD @@ -1,38 +1,39 @@ -# $Id: PKGBUILD 82684 2013-01-23 00:15:53Z eric $ +# $Id: PKGBUILD 82948 2013-01-26 02:17:24Z fyan $ # Maintainer: Felix Yan # Contributor: Andrea Scarpino # Contributor: csslayer pkgbase=fcitx pkgname=('fcitx' 'fcitx-gtk2' 'fcitx-gtk3' 'fcitx-qt') -pkgver=4.2.6.1 -pkgrel=5 +pkgver=4.2.7 +pkgrel=1 groups=('fcitx-im') arch=('i686' 'x86_64') url="http://code.google.com/p/fcitx/" license=('GPL') -makedepends=('cmake' 'intltool' 'doxygen' 'gtk2' 'gtk3' 'qt' 'icu' 'wget' \ - 'iso-codes' 'gobject-introspection' 'libxkbfile' 'enchant') -source=(http://fcitx.googlecode.com/files/${pkgbase}-${pkgver}.tar.xz) -sha1sums=('dc4577bb6bd6de41317f978196f377fc801cc63a') +makedepends=('cmake' 'doxygen' 'gtk2' 'gtk3' 'qt' 'icu' \ + 'iso-codes' 'gobject-introspection' 'libxkbfile') +source=(http://fcitx.googlecode.com/files/${pkgbase}-${pkgver}_dict.tar.xz) build() { cd "${srcdir}" - mkdir build + mkdir -p build cd build cmake ../${pkgbase}-${pkgver} \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DENABLE_OPENCC=OFF \ + -DFORCE_OPENCC=ON \ -DFORCE_PRESAGE=ON \ + -DFORCE_ENCHANT=ON \ -DENABLE_TEST=ON \ + -DENABLE_GTK2_IM_MODULE=ON \ -DENABLE_GTK3_IM_MODULE=ON \ -DENABLE_QT_IM_MODULE=ON make } check() { - cd "${srcdir}"/build + cd "${srcdir}/build" make test } @@ -42,6 +43,7 @@ package_fcitx() { 'hicolor-icon-theme' 'desktop-file-utils' 'libxkbfile' \ 'libxfixes' 'dbus-core' 'icu') optdepends=('enchant: for word predication support' + 'opencc: optional engine to do chinese convert' 'fcitx-anthy: Hiragana text to Kana Kanji mixed text Japanese input method' 'fcitx-chewing: Intelligent Zhuyin input method library for traditional Chinese' 'fcitx-cloudpinyin: Standalone module for fcitx that uses pinyin API on the internet to provide additional input candidates' @@ -61,37 +63,51 @@ package_fcitx() { 'fcitx-table-other: Provides some other tables for Fcitx, fork from ibus-table-others, scim-tables' 'fcitx-ui-light: Light weight xlib and xft based ui for fcitx' 'fcitx-unikey: Fcitx Wrapper for unikey' - 'kcm-fcitx: KDE Config Module for Fcitx') + 'kcm-fcitx: KDE Config Module for Fcitx' + 'gettext: for fcitx-po-parser') install=fcitx.install - cd "${srcdir}"/build + cd "${srcdir}/build" make DESTDIR="${pkgdir}" install - rm -r "${pkgdir}"/usr/lib/{gtk-2.0,gtk-3.0,qt} + rm -r "${pkgdir}/usr/lib/"{gtk-2.0,gtk-3.0,qt} + rm -r "${pkgdir}/usr/lib/fcitx/qt" + rm -r "${pkgdir}/usr/include/fcitx-qt" + rm "${pkgdir}/usr/bin/fcitx-qt-gui-wrapper" + rm "${pkgdir}/usr/lib/"libfcitx-qt.so* + rm "${pkgdir}/usr/lib/pkgconfig/fcitx-qt.pc" } package_fcitx-gtk2() { pkgdesc='GTK2 IM Module for fcitx' - depends=('gtk2' 'fcitx') + depends=('gtk2' "fcitx>=$pkgver") install=fcitx-gtk2.install - cd "${srcdir}"/build/src/frontend/gtk2 + cd "${srcdir}/build/src/frontend/gtk2" make DESTDIR="${pkgdir}" install } package_fcitx-gtk3() { pkgdesc='GTK3 IM Module for fcitx' - depends=('gtk3' 'fcitx') + depends=('gtk3' "fcitx>=$pkgver") install=fcitx-gtk3.install - cd "${srcdir}"/build/src/frontend/gtk3 + cd "${srcdir}/build/src/frontend/gtk3" make DESTDIR="${pkgdir}" install } package_fcitx-qt() { pkgdesc='QT IM Module for fcitx' - depends=('qt' 'fcitx') + depends=('qt' "fcitx>=$pkgver") - cd "${srcdir}"/build/src/frontend/qt + cd "${srcdir}/build/src/frontend/qt" + make DESTDIR="${pkgdir}" install + + cd "${srcdir}/build/tools/gui" + make DESTDIR="${pkgdir}" install + + cd "${srcdir}/build/src/lib/fcitx-qt" make DESTDIR="${pkgdir}" install } + +md5sums=('6e291717c24615b9dc9bfaa2949af3a7') diff --git a/community/fcitx/fcitx.install b/community/fcitx/fcitx.install index 7f156e002..59e1d7012 100644 --- a/community/fcitx/fcitx.install +++ b/community/fcitx/fcitx.install @@ -1,13 +1,14 @@ -post_install() { +post_upgrade() { gtk-update-icon-cache -q -t -f usr/share/icons/hicolor update-desktop-database -q update-mime-database usr/share/mime &> /dev/null } -post_upgrade() { - post_install +post_install() { + echo "You should at least install one of kcm-fcitx (For Qt/KDE users) or fcitx-configtool (For GTK+ users) to enable Fcitx configuration GUI." + post_upgrade } post_remove() { - post_install + post_upgrade } diff --git a/community/gwibber/PKGBUILD b/community/gwibber/PKGBUILD index d990ce73d..cfdf36be0 100644 --- a/community/gwibber/PKGBUILD +++ b/community/gwibber/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 79486 2012-11-06 04:11:00Z bgyorgy $ +# $Id: PKGBUILD 83023 2013-01-26 16:24:38Z bgyorgy $ # Maintainer: Balló György pkgname=gwibber pkgver=3.6.0 -pkgrel=1 +pkgrel=2 pkgdesc="Microblogging client for GNOME, which supports Facebook, Identi.ca, Twitter, Flickr, Foursquare, Sina and Sohu" arch=('i686' 'x86_64') url="http://gwibber.com/" @@ -12,13 +12,24 @@ depends=('libgee' 'account-plugins' 'libnotify' 'libsoup' 'dee' 'json-glib' 'gtk makedepends=('intltool' 'vala') options=('!libtool') install=$pkgname.install -source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz) -md5sums=('5988e36e9f592c6eca6537ba6878307a') +source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz + lp_934530.patch + lp_1051801.patch + lp_1088775.patch) +md5sums=('5988e36e9f592c6eca6537ba6878307a' + '8c43ae0ed96c52602befeff640a8672a' + '0eb53f4f248a6c600b6c6dfaac12341f' + '5698a3b1699c018719b193362486c9b5') build() { cd "$srcdir/$pkgname-$pkgver" find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@' + # Apply some fixes from Ubuntu + patch -Np1 -i "$srcdir/lp_934530.patch" + patch -Np1 -i "$srcdir/lp_1051801.patch" + patch -Np1 -i "$srcdir/lp_1088775.patch" + # Use the standalone accounts configuration panel sed -i 's/"gnome-control-center", "credentials", "application=gwibber"/"credentials-preferences"/' client/gwibber-client.vala sed -i 's/"gnome-control-center", "credentials"/"credentials-preferences"/' gwibber/microblog/dispatcher.py diff --git a/community/gwibber/lp_1051801.patch b/community/gwibber/lp_1051801.patch new file mode 100644 index 000000000..706c79e54 --- /dev/null +++ b/community/gwibber/lp_1051801.patch @@ -0,0 +1,12 @@ +=== modified file 'bin/gwibber-service' +--- old/bin/gwibber-service 2012-02-13 20:39:02 +0000 ++++ new/bin/gwibber-service 2012-09-20 06:35:40 +0000 +@@ -74,6 +74,7 @@ + message_monitor = dispatcher.MessagesMonitor() + """ + ++dbus.mainloop.glib.threads_init() + logger.debug("Setting up monitors") + connection_monitor = dispatcher.ConnectionMonitor() + urlshortener = dispatcher.URLShorten() + diff --git a/community/gwibber/lp_1088775.patch b/community/gwibber/lp_1088775.patch new file mode 100644 index 000000000..2f3b318d0 --- /dev/null +++ b/community/gwibber/lp_1088775.patch @@ -0,0 +1,16 @@ +=== modified file 'gwibber/microblog/plugins/facebook/__init__.py' +--- old/gwibber/microblog/plugins/facebook/__init__.py 2012-09-24 20:55:20 +0000 ++++ new/gwibber/microblog/plugins/facebook/__init__.py 2013-01-14 15:41:35 +0000 +@@ -326,7 +326,10 @@ + + if data.has_key("privacy"): + m["privacy"] = {} +- m["privacy"]["description"] = data["privacy"]["description"] ++ if data["privacy"].has_key("description"): ++ m["privacy"]["description"] = data["privacy"]["description"] ++ else: ++ m["privacy"]["description"] = "" + m["privacy"]["value"] = data["privacy"]["value"] + + # Handle target for wall posts with a specific recipient + diff --git a/community/gwibber/lp_934530.patch b/community/gwibber/lp_934530.patch new file mode 100644 index 000000000..6f2bd4302 --- /dev/null +++ b/community/gwibber/lp_934530.patch @@ -0,0 +1,21 @@ +=== modified file 'gwibber/microblog/network.py' +--- old/gwibber/microblog/network.py 2012-03-31 15:02:54 +0000 ++++ new/gwibber/microblog/network.py 2012-06-13 16:48:52 +0000 +@@ -37,8 +37,14 @@ + logger.error("HTTP Error for %s - error code: %s", e.geturl().split("?")[0], e.getcode()) + self.res = "HTTP error: {0}".format(e.getcode()) + except urllib2.URLError, e: +- logger.error("Network failure: %s", e.reason) +- self.res = "Network error: {0}".format(e.reason) ++ logger.error("Network failure: %s", e.message) ++ self.res = "Network error: {0}".format(e.message) ++ except IOError, e: ++ logger.error("Network failure: %s", e.message) ++ self.res = "Network error: {0}".format(e.message) ++ except: ++ logger.error("Network failure: UNKNOWN") ++ self.res = "Network error: UNKNOWN" + + def get_json(self): + try: + diff --git a/community/ibus-hangul/PKGBUILD b/community/ibus-hangul/PKGBUILD index 0f19fbbbb..2d24f29df 100644 --- a/community/ibus-hangul/PKGBUILD +++ b/community/ibus-hangul/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 81828 2013-01-01 03:38:39Z fyan $ +# $Id: PKGBUILD 82988 2013-01-26 08:44:01Z fyan $ # Maintainer: Felix Yan # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Radim Hvizdák pkgname=ibus-hangul -pkgver=1.4.1 -pkgrel=3 +pkgver=1.4.2 +pkgrel=1 pkgdesc='Korean input engine for IBus' arch=('i686' 'x86_64') url='http://ibus.googlecode.com' @@ -14,7 +14,6 @@ depends=('ibus' 'libhangul' 'iso-codes' 'pygtk' 'gtk-update-icon-cache') makedepends=('intltool') install=ibus-hangul.install source=("http://ibus.googlecode.com/files/${pkgname}-${pkgver}.tar.gz") -sha1sums=('659899cf942a983fbd2ffbb4bd4f5ecd883f5c0a') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -27,3 +26,5 @@ package() { cd "${srcdir}/${pkgname}-${pkgver}" make NO_INDEX=true DESTDIR="${pkgdir}" install } + +md5sums=('0229eab9481355bb5f54230890bfa910') diff --git a/community/kcm-fcitx/PKGBUILD b/community/kcm-fcitx/PKGBUILD index be4430d4e..e3ba19b79 100644 --- a/community/kcm-fcitx/PKGBUILD +++ b/community/kcm-fcitx/PKGBUILD @@ -1,24 +1,22 @@ -# $Id: PKGBUILD 80515 2012-11-23 11:59:16Z fyan $ +# $Id: PKGBUILD 82954 2013-01-26 06:35:46Z fyan $ # Maintainer: Felix Yan # Contributor: poplarch pkgname=kcm-fcitx -pkgver=0.4.1 -pkgrel=2 +pkgver=0.4.2 +pkgrel=1 pkgdesc="KDE Config Module for Fcitx" arch=('i686' 'x86_64') url="https://github.com/fcitx/kcm-fcitx" license=('GPL') -depends=('fcitx>=4.2.6' 'kdebase-runtime') -makedepends=('cmake' 'intltool' 'automoc4') +depends=('fcitx>=4.2.7' 'kdebase-runtime' 'fcitx-qt') +makedepends=('cmake' 'automoc4') source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz") -md5sums=('1a2a9802edf6df79d3883c362ba487f0') build() { cd "$srcdir/${pkgname}-${pkgver}" - rm -rf build - mkdir build + mkdir -p build cd build cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .. @@ -29,3 +27,4 @@ package() { cd "$srcdir/${pkgname}-${pkgver}/build" make DESTDIR="${pkgdir}" install } +md5sums=('3c45e7109bec4b6fa984f952fb94002d') diff --git a/community/libaccounts-glib/PKGBUILD b/community/libaccounts-glib/PKGBUILD index 457491631..f44f6c6ce 100644 --- a/community/libaccounts-glib/PKGBUILD +++ b/community/libaccounts-glib/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 81730 2012-12-27 21:37:34Z bgyorgy $ +# $Id: PKGBUILD 83007 2013-01-26 14:48:10Z bgyorgy $ # Maintainer: Balló György pkgname=libaccounts-glib -pkgver=1.4 +pkgver=1.6 pkgrel=1 pkgdesc="Glib-based client library for accessing the online accounts database" arch=('i686' 'x86_64') @@ -11,12 +11,8 @@ license=('LGPL') depends=('dbus-glib' 'libxml2' 'sqlite3') makedepends=('python2-gobject') options=('!libtool') -source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz - fix-docdir.patch - make-tests-optional.patch) -sha1sums=('d5c9683a6d48b977fc85523575f00b9e9cd3daa0' - '94291a58dbbd36f524538adbf6d0c5a55024a34c' - '35732dc134c32af6ad1684d6388bad8ffe3f4dcc') +source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz) +sha1sums=('56a876c15558b894c687c4a0b6fedfc9318f8cd1') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/libaccounts-qt/PKGBUILD b/community/libaccounts-qt/PKGBUILD index c47e9b9d0..b38459ad6 100644 --- a/community/libaccounts-qt/PKGBUILD +++ b/community/libaccounts-qt/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 80669 2012-11-29 00:01:42Z bgyorgy $ +# $Id: PKGBUILD 83016 2013-01-26 15:16:16Z bgyorgy $ # Maintainer: Balló György pkgbase=libaccounts-qt _pkgbase=accounts-qt pkgname=('libaccounts-qt' 'libaccounts-qt-doc') -pkgver=1.3 +pkgver=1.4 pkgrel=1 pkgdesc="Qt-based client library for accessing the online accounts database" arch=('i686' 'x86_64') @@ -12,8 +12,9 @@ url="http://code.google.com/p/accounts-sso/" license=('LGPL') depends=('qt' 'libaccounts-glib') makedepends=('doxygen' 'graphviz' 'ttf-dejavu') +options=('!emptydirs') source=(http://accounts-sso.googlecode.com/files/$_pkgbase-$pkgver.tar.bz2) -sha1sums=('26fd2734b2a0462ef6271164a17a3e85073dd5b1') +sha1sums=('135fdaa766da070b2ad41ff4c33c663f4d321c8e') build() { cd "$srcdir/$_pkgbase-$pkgver" @@ -37,7 +38,6 @@ package_libaccounts-qt() { package_libaccounts-qt-doc() { pkgdesc="Developer documention of signon" depends=() - options=('!emptydirs') mkdir -p "$pkgdir/usr/share" mv "$srcdir/doc" "$pkgdir/usr/share" diff --git a/community/libsignon-glib/PKGBUILD b/community/libsignon-glib/PKGBUILD index 752d0b0c1..ff348042c 100644 --- a/community/libsignon-glib/PKGBUILD +++ b/community/libsignon-glib/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 79489 2012-11-06 04:11:17Z bgyorgy $ +# $Id: PKGBUILD 83004 2013-01-26 14:44:32Z bgyorgy $ # Maintainer: Balló György pkgname=libsignon-glib -pkgver=1.7 +pkgver=1.8 pkgrel=1 pkgdesc="GLib-based client library for applications handling account authentication through the Online Accounts Single Sign-On service" arch=('i686' 'x86_64') @@ -11,25 +11,12 @@ license=('LGPL') depends=('signon') makedepends=('python2-gobject') options=('!libtool') -source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz - fix-docdir.patch - make-tests-optional.patch) -sha1sums=('e461c952c015e5b375ca3f12fac5a8ae1ba4646e' - '56ffd1502dcb754797dc95c0eb80ab23374aee2d' - '327dde1944c8adc27d8bd413399a4366b3560901') +source=(http://accounts-sso.googlecode.com/files/$pkgname-$pkgver.tar.gz) +sha1sums=('74c2718ea5423747c68b47e52b85a6e273cac085') build() { cd "$srcdir/$pkgname-$pkgver" - # Use the standard docdir location - # http://code.google.com/p/accounts-sso/issues/detail?id=123 - patch -Np1 -i "$srcdir/fix-docdir.patch" - - # Build tests optionally - # http://code.google.com/p/accounts-sso/issues/detail?id=124 - patch -Np1 -i "$srcdir/make-tests-optional.patch" - - autoreconf -fi ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --disable-static \ PYTHON=python2 diff --git a/community/linux-tools/PKGBUILD b/community/linux-tools/PKGBUILD index 469f475a4..a8d585b1a 100644 --- a/community/linux-tools/PKGBUILD +++ b/community/linux-tools/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 82779 2013-01-24 12:23:58Z seblu $ +# $Id: PKGBUILD 82938 2013-01-25 23:54:11Z seblu $ # Maintainer: Sébastien Luttringer pkgbase=linux-tools pkgname=('libtraceevent' 'perf' 'cpupower' 'x86_energy_perf_policy' 'usbip') pkgver=3.7 -pkgrel=4 +pkgrel=5 license=('GPL2') arch=('i686' 'x86_64') url='http://www.kernel.org' @@ -108,6 +108,7 @@ package_cpupower() { depends=('bash' 'pciutils') conflicts=('cpufrequtils') replaces=('cpufrequtils') + install=cpupower.install pushd linux-$pkgver/tools/power/cpupower make \ diff --git a/community/linux-tools/cpupower.install b/community/linux-tools/cpupower.install new file mode 100644 index 000000000..10e07ae52 --- /dev/null +++ b/community/linux-tools/cpupower.install @@ -0,0 +1,13 @@ +#!/bin/sh + +# arg 1: the new package version +# arg 2: the old package version +post_upgrade() { + if [ "$(vercmp $2 3.7-4)" -le 0 ]; then + cat << EOF +===> cpupower startup config file moved to /etc/default/cpupower +EOF + fi +} + +# vim:set ts=2 sw=2 ft=sh et: diff --git a/community/ruby-gtk2/PKGBUILD b/community/ruby-gtk2/PKGBUILD index 11b66a9cc..fe8c30ffd 100644 --- a/community/ruby-gtk2/PKGBUILD +++ b/community/ruby-gtk2/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 82259 2013-01-13 18:18:25Z arodseth $ +# $Id: PKGBUILD 83033 2013-01-26 18:15:58Z arodseth $ # Maintainer: Alexander Rødseth # Contributor: Eric Bélanger # Contributor: Brad Fanella @@ -7,14 +7,14 @@ pkgbase=ruby-gtk2 pkgname=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-gio2' 'ruby-glib2' 'ruby-gtk2' 'ruby-pango') -pkgver=1.1.9 +pkgver=1.2.0 pkgrel=1 arch=('x86_64' 'i686') url='http://ruby-gnome2.sourceforge.jp/' license=('LGPL') makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk2') source=("http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk2-$pkgver.tar.gz") -sha256sums=('975aa4ba04e19ea1374ad8384eab144c23080358bb1ad092bf2b2abef48091e8') +sha256sums=('914dc15c032749137cee11fdc5ab6b7ebaf53e009dad980441a2f4038db3bdb4') build() { cd "$srcdir/ruby-gtk2-$pkgver" diff --git a/community/ruby-gtk3/PKGBUILD b/community/ruby-gtk3/PKGBUILD new file mode 100644 index 000000000..b7003ba19 --- /dev/null +++ b/community/ruby-gtk3/PKGBUILD @@ -0,0 +1,45 @@ +# $Id: PKGBUILD 83038 2013-01-26 20:38:52Z arodseth $ +# Maintainer: Alexander Rødseth +# Contributor: Eric Bélanger +# Contributor: Brad Fanella +# Contributor: Bjorn Lindeijer +# Contributor: kritoke + +pkgbase=ruby-gtk3 +pkgname=('ruby-gtk3' 'ruby-gdk3') +depends=('ruby-atk' 'ruby-gdkpixbuf2' 'ruby-gio2' 'ruby-glib2' 'ruby-pango') +pkgver=1.2.0 +pkgrel=1 +arch=('x86_64' 'i686') +url='http://ruby-gnome2.sourceforge.jp/' +license=('LGPL') +makedepends=('ruby-pkgconfig' 'ruby-cairo' 'gtk3') +source=("http://downloads.sourceforge.net/ruby-gnome2/ruby-gtk3-$pkgver.tar.gz") +sha256sums=('b080e173040501be359ad305617f78786b0ff46c0ae311e35852dc57c35b39a9') + +build() { + cd "$srcdir/ruby-gtk3-$pkgver" + LANG="en_US.UTF-8" ruby extconf.rb \ + atk gdk_pixbuf2 gio2 glib2 gtk3 pango gdk3 \ + --topdir="$pkgdir" --vendor + make +} + +package_ruby-gtk3() { + pkgdesc="Ruby bindings for gtk3" + depends=('gtk3' "ruby-glib2=$pkgver" "ruby-pango=$pkgver" "ruby-atk=$pkgver" + "ruby-gdkpixbuf2=$pkgver") + + cd "$srcdir/ruby-gtk3-$pkgver/gtk3" + make DESTDIR="$pkgdir" install +} + +package_ruby-gdk3() { + pkgdesc="Ruby bindings for gdk3" + depends=('ruby' 'gtk3') + + cd "$srcdir/ruby-gtk3-$pkgver/gdk3" + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: diff --git a/community/signon/PKGBUILD b/community/signon/PKGBUILD index 11862b93b..3a1e705bd 100644 --- a/community/signon/PKGBUILD +++ b/community/signon/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 80667 2012-11-28 23:53:12Z bgyorgy $ +# $Id: PKGBUILD 83013 2013-01-26 15:03:10Z bgyorgy $ # Maintainer: Balló György pkgbase=signon pkgname=('signon' 'signon-doc') -pkgver=8.44 +pkgver=8.46 pkgrel=1 pkgdesc="Framework to provide credential storage and authentication service" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ backup=(etc/signond.conf) install=$pkgname.install source=(http://accounts-sso.googlecode.com/files/$pkgbase-$pkgver.tar.bz2 use_keyring.patch) -sha1sums=('c0fa356d36295c97879e3dce97d32a97428b007b' +sha1sums=('3524fe1427de397c7b355e86e50a901b55298976' 'cfdd48b494ad267654ceba23f1b81bcb8f56b9a1') build() { diff --git a/community/tiled-qt/PKGBUILD b/community/tiled-qt/PKGBUILD new file mode 100644 index 000000000..d79724165 --- /dev/null +++ b/community/tiled-qt/PKGBUILD @@ -0,0 +1,41 @@ +# Maintainer: Sven-Hendrik Haase +# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com) +pkgname=tiled-qt +pkgver=0.8.1 +pkgrel=1 +pkgdesc='A general purpose tile map editor, built to be flexible and easy to use' +arch=('i686' 'x86_64') +url='http://mapeditor.org' +license=('GPL') +depends=('qt' 'libgl' 'gtk-update-icon-cache') +makedepends=('mesa') +install=${pkgname}.install +source=(http://sourceforge.net/projects/tiled/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz + tiled.desktop) +md5sums=('2a8b42e5b956562a184ab0f2b926cac7' + '3c44178b349de1c1a5f56b08d229c2f4') + +build() { + cd $srcdir/$pkgname-$pkgver + qmake -r PREFIX=/usr + make +} + +package() { + cd $srcdir + install -D -m 644 tiled.desktop "$pkgdir/usr/share/applications/tiled.desktop" + + cd $pkgname-$pkgver + + make install INSTALL_ROOT=$pkgdir + + install -D -m 644 "src/tiled/images/tiled-icon-16.png" "$pkgdir/usr/share/icons/hicolor/16x16/apps/tiled-icon.png" + install -D -m 644 "src/tiled/images/tiled-icon-32.png" "$pkgdir/usr/share/icons/hicolor/32x32/apps/tiled-icon.png" + install -D -m 644 "src/tiled/images/tiled-icon.svg" "$pkgdir/usr/share/icons/hicolor/scalable/apps/tiled-icon.svg" + + cd src/libtiled + for i in *.h + do + install -D -m 644 $i "$pkgdir/usr/include/libtiled/$i" + done +} diff --git a/community/tiled-qt/tiled-qt.install b/community/tiled-qt/tiled-qt.install new file mode 100644 index 000000000..71d138f2d --- /dev/null +++ b/community/tiled-qt/tiled-qt.install @@ -0,0 +1,11 @@ +post_install() { + gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} diff --git a/community/tiled-qt/tiled.desktop b/community/tiled-qt/tiled.desktop new file mode 100755 index 000000000..05a02fa58 --- /dev/null +++ b/community/tiled-qt/tiled.desktop @@ -0,0 +1,10 @@ +#!/usr/bin/env xdg-open +[Desktop Entry] +Name=Tiled +Comment=Edit Video Game Tile Maps +GenericName=Tiled +Exec=tiled +Terminal=false +Type=Application +Icon=tiled-icon +Categories=Application;Qt;Games;Development; diff --git a/community/uget/PKGBUILD b/community/uget/PKGBUILD index 7c8fd1726..e2ad02dbf 100644 --- a/community/uget/PKGBUILD +++ b/community/uget/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 77782 2012-10-14 18:09:15Z bgyorgy $ +# $Id: PKGBUILD 82947 2013-01-26 02:16:13Z bgyorgy $ # Maintainer: Balló György pkgname=uget -pkgver=1.10.2 +pkgver=1.10.3 pkgrel=1 pkgdesc="GTK+ download manager featuring download classification and HTML import" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ makedepends=('intltool') optdepends=('aria2: alternative backend') install=$pkgname.install source=(http://downloads.sourceforge.net/urlget/$pkgname-$pkgver.tar.gz) -md5sums=('c766e94fcf12e4b425c53c7c598fd702') +md5sums=('d71c927cfcfc3ef9f62cc9cb3ca7bab7') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/core/sudo/PKGBUILD b/core/sudo/PKGBUILD index 3c9305d70..a92f789cf 100644 --- a/core/sudo/PKGBUILD +++ b/core/sudo/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 175525 2013-01-18 23:21:53Z foutrelis $ +# $Id: PKGBUILD 176016 2013-01-26 04:21:33Z foutrelis $ # Maintainer: Evangelos Foutras # Contributor: Allan McRae # Contributor: Tom Newsom pkgname=sudo -_sudover=1.8.6p4 +_sudover=1.8.6p5 pkgver=${_sudover/p/.p} pkgrel=1 pkgdesc="Give certain users the ability to run some commands as root" @@ -16,8 +16,8 @@ backup=('etc/sudoers' 'etc/pam.d/sudo') options=('!libtool') source=(http://www.sudo.ws/sudo/dist/$pkgname-$_sudover.tar.gz{,.sig} sudo.pam) -sha256sums=('364ad88ca3afcadcff6bd6820b0af19c56ce4876704dae210e21845d923e59e8' - 'e0495c4594d58c6360b9399d3225e41224284afbd64055280f509efa24e7a000' +sha256sums=('2b3f7128bd5747444c52abb29b5c8681752b53b098129f604a4c549d6aacec69' + '41a412d480742807661928307f6f184d4e474f0cdf44d4931318e89d97202653' 'e7de79d2c73f2b32b20a8e797e54777a2bf19788ec03e48decd6c15cd93718ae') build() { diff --git a/extra/gnu-efi-libs/PKGBUILD b/extra/gnu-efi-libs/PKGBUILD index 6432177d1..b7d60a78b 100644 --- a/extra/gnu-efi-libs/PKGBUILD +++ b/extra/gnu-efi-libs/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 170836 2012-11-12 13:59:20Z tpowa $ +# $Id: PKGBUILD 176034 2013-01-26 17:25:00Z tpowa $ # Maintainer: Tobias Powalowski # Maintainer : Keshav P R <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)> # Contributor: Alessio 'mOLOk' Bolognino @@ -6,7 +6,7 @@ _pkgver="3.0" pkgname="gnu-efi-libs" pkgver="${_pkgver}s" -pkgrel="2" +pkgrel="3" pkgdesc="Library for building x86_64 and i386 UEFI Applications using GNU toolchain" url="http://sourceforge.net/projects/gnu-efi/" license=('GPL') @@ -40,7 +40,7 @@ _build_gnu-efi-libs-i386() { build() { cd ${srcdir}/gnu-efi-${_pkgver} # fix http://sourceforge.net/tracker/?func=detail&aid=3576537&group_id=163609&atid=828423 - patch -Np1 -i ../gnu-efi-libs-x86_64-call-fix.patch + # patch -Np1 -i ../gnu-efi-libs-x86_64-call-fix.patch # fix broken ms_abi flags, causing weird issues with bootloaders patch -Np1 -i ../disable-ms_abi-flag.patch ## Fix Makefiles to enable compile for both UEFI arch @@ -79,6 +79,7 @@ package() { _package_gnu-efi-libs-i386 fi } + md5sums=('11f63d52071f7382f56c9e81d0aece91' '4b5428c51af1981d3eb158d924d6bf85' '6295a103438cace5c40606b083c739fd') diff --git a/extra/perl-net-ssleay/PKGBUILD b/extra/perl-net-ssleay/PKGBUILD index 5892e9243..6d21059ca 100644 --- a/extra/perl-net-ssleay/PKGBUILD +++ b/extra/perl-net-ssleay/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 173793 2012-12-23 07:34:57Z giovanni $ +# $Id: PKGBUILD 176029 2013-01-26 16:18:55Z giovanni $ # Maintainer: Giovanni Scafora # Contributor: Manolis Tzanidakis pkgname=perl-net-ssleay _cpanname=Net-SSLeay -pkgver=1.51 +pkgver=1.52 pkgrel=1 pkgdesc="Perl extension for using OpenSSL" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ options=(!emptydirs) replaces=('net-ssleay') provides=('net-ssleay') source=("http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz") -md5sums=('8dfa6adc39623905267a4d3232158e01') +md5sums=('b885d173d5733b103355658aa4b3c60d') build() { cd ${srcdir}/${_cpanname}-${pkgver} diff --git a/extra/transmission/PKGBUILD b/extra/transmission/PKGBUILD index 64a751b9a..17ecbb6ca 100644 --- a/extra/transmission/PKGBUILD +++ b/extra/transmission/PKGBUILD @@ -1,25 +1,30 @@ -# $Id: PKGBUILD 175990 2013-01-25 16:01:14Z ioni $ +# $Id: PKGBUILD 176031 2013-01-26 16:24:37Z foutrelis $ # Maintainer : Ionut Biru pkgbase=transmission pkgname=('transmission-cli' 'transmission-gtk' 'transmission-qt') pkgver=2.76 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url="http://www.transmissionbt.com/" license=('MIT') makedepends=('gtk3' 'intltool' 'curl' 'qt' 'libevent') source=(http://mirrors.m0k.org/transmission/files/$pkgbase-$pkgver.tar.xz transmissiond transmissiond.conf transmission.systemd - transmission.tmpfiles) + transmission.tmpfiles + transmission-2.76-fix-regression.patch) md5sums=('9abbffe29ce9b5ee68a116d293c51111' '7d6186ee2a852ae3d44980f05063e194' 'db72b02fee139e8ab416324e6c044d76' '5c289c8901221a94be74665368ab5c2c' - '23f2320361ad54373c3a4551ef634fe8') + '23f2320361ad54373c3a4551ef634fe8' + '894b1332cf651c15d593aed0b51dbdd6') build() { cd $pkgbase-$pkgver + # https://trac.transmissionbt.com/ticket/5215 + patch -Np2 -i "$srcdir/transmission-2.76-fix-regression.patch" + ./configure --prefix=/usr make pushd qt diff --git a/extra/transmission/transmission-2.76-fix-regression.patch b/extra/transmission/transmission-2.76-fix-regression.patch new file mode 100644 index 000000000..b3fb734ba --- /dev/null +++ b/extra/transmission/transmission-2.76-fix-regression.patch @@ -0,0 +1,26 @@ +Index: branches/2.7x/cli/cli.c +=================================================================== +--- branches/2.7x/cli/cli.c (revision 13784) ++++ branches/2.7x/cli/cli.c (revision 13794) +@@ -268,14 +268,12 @@ + { + if (!tr_fileExists (str, NULL)) +- tr_mkdirp (str, 0700); +- +- if (tr_fileExists (str, NULL)) + { +- tr_bencDictAddStr (&settings, TR_PREFS_KEY_DOWNLOAD_DIR, str); +- } +- else +- { +- fprintf (stderr, "Unable to create download directory \"%s\"!\n", str); +- return EXIT_FAILURE; ++ tr_mkdirp (str, 0700); ++ ++ if (!tr_fileExists (str, NULL)) ++ { ++ fprintf (stderr, "Unable to create download directory \"%s\"!\n", str); ++ return EXIT_FAILURE; ++ } + } + } diff --git a/extra/xdelta3/PKGBUILD b/extra/xdelta3/PKGBUILD index 0908f9288..4ea41aaac 100644 --- a/extra/xdelta3/PKGBUILD +++ b/extra/xdelta3/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 167057 2012-09-25 00:09:23Z eric $ +# $Id: PKGBUILD 176015 2013-01-26 01:45:29Z eric $ # Maintainer: Allan McRae # Contributor: Eduard "bekks" Warkentin # Contributor: Henning Garus pkgname=xdelta3 -pkgver=3.0.4 +pkgver=3.0.6 pkgrel=1 pkgdesc="A diff utility which works with binary files" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ url="http://xdelta.org/" license=('GPL') depends=('xz') source=(http://xdelta.googlecode.com/files/$pkgname-$pkgver.tar.gz) -md5sums=('c04f7fd9da45741a0095438cfe527b89') +md5sums=('652048ab4a7e5f927bce045228a17b31') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/libre/clementine-libre/PKGBUILD b/libre/clementine-libre/PKGBUILD index 2bfa111f8..85f2b3414 100644 --- a/libre/clementine-libre/PKGBUILD +++ b/libre/clementine-libre/PKGBUILD @@ -9,7 +9,7 @@ _pkgname=clementine pkgname=clementine-libre pkgver=1.1.1 -pkgrel=3 +pkgrel=4 pkgdesc="A music player and library organizer, without spotify support" url="http://www.clementine-player.org/" license=('GPL') diff --git a/libre/linux-libre-tools/PKGBUILD b/libre/linux-libre-tools/PKGBUILD index fbb6ab1fc..d3c01f28c 100644 --- a/libre/linux-libre-tools/PKGBUILD +++ b/libre/linux-libre-tools/PKGBUILD @@ -8,7 +8,7 @@ _basekernel=3.7 #_sublevel=1 #pkgver=${_basekernel}.${_sublevel} pkgver=${_basekernel} -pkgrel=4 +pkgrel=5 license=('GPL2') arch=('i686' 'x86_64' 'mips64el') url='http://linux-libre.fsfla.org/' @@ -17,7 +17,7 @@ options=('!strip') # kernel source deps makedepends=('asciidoc' 'xmlto') # perf-libre deps -makedepends+=('perl' 'python2' 'libnewt' 'elfutils' 'audit' 'libunwind' 'binutils') +makedepends+=('perl' 'python2' 'libnewt' 'elfutils' 'audit' 'libunwind') # cpupower-libre deps makedepends+=('pciutils') # usbip-libre deps @@ -95,7 +95,7 @@ package_libtraceevent-libre() { package_perf-libre() { pkgdesc='Linux kernel performance auditing tool' - depends=('perl' 'python2' 'libnewt' 'elfutils' 'audit' 'libunwind') + depends=('perl' 'python2' 'libnewt' 'elfutils' 'audit' 'libunwind' 'binutils') replaces=('perf') conflicts=('perf') provides=("perf=$pkgver") @@ -118,6 +118,7 @@ package_cpupower-libre() { replaces=('cpupower' 'cpufrequtils') conflicts=('cpupower' 'cpufrequtils') provides=("cpupower=$pkgver") + install=cpupower.install pushd linux-$pkgver/tools/power/cpupower make \ diff --git a/libre/linux-libre-tools/cpupower.install b/libre/linux-libre-tools/cpupower.install new file mode 100644 index 000000000..10e07ae52 --- /dev/null +++ b/libre/linux-libre-tools/cpupower.install @@ -0,0 +1,13 @@ +#!/bin/sh + +# arg 1: the new package version +# arg 2: the old package version +post_upgrade() { + if [ "$(vercmp $2 3.7-4)" -le 0 ]; then + cat << EOF +===> cpupower startup config file moved to /etc/default/cpupower +EOF + fi +} + +# vim:set ts=2 sw=2 ft=sh et: diff --git a/social/opentracker/PKGBUILD b/social/opentracker/PKGBUILD index 2826a21ef..5ecf00b3a 100644 --- a/social/opentracker/PKGBUILD +++ b/social/opentracker/PKGBUILD @@ -2,21 +2,18 @@ # Maintainer: Jonas Heinrich pkgname=opentracker -pkgver=20120911 -pkgrel=2 +pkgver=20130126 +pkgrel=1 pkgdesc='An open and free bittorrent tracker (open mode)' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url='http://erdgeist.org/arts/software/opentracker/' license=('custom:Beer' 'GPL') makedepends=('libowfat' 'cvs') depends=('bash' 'zlib') backup=('etc/opentracker/config') -source=('opentracker.rc' +source=("http://repo.parabolagnulinux.org/other/${pkgname}-${pkgver}.tar.gz"{,.sig} 'opentracker.service' 'license.txt') -md5sums=('390bde9d010e79ab1309c02dcf9972e8' -'3c638b71d5ecb65fb7964796975b2078' -'865211941e882c0aff5d36a22ac9efaa') _cvsroot=':pserver:anoncvs@cvs.erdgeist.org:/home/cvsroot' _cvsmod='opentracker' @@ -60,11 +57,11 @@ package(){ install -D -m 644 opentracker.conf.sample $pkgdir/etc/opentracker/config install -D -m 644 $srcdir/license.txt $pkgdir/usr/share/licenses/opentracker/license.txt - # create /etc/rc.d/opentracker - mkdir -p "$pkgdir/etc/rc.d/" - install -m 755 "$srcdir/opentracker.rc" "$pkgdir/etc/rc.d/opentracker" - # Create opentracker service mkdir -p "$pkgdir/usr/lib/systemd/system/" install -m 644 "$srcdir/opentracker.service" "$pkgdir/usr/lib/systemd/system/" } +md5sums=('702a05fc2c205c6367a7e95334d8e152' + '3c80785c33c97dffe6f119417865a309' + '3c638b71d5ecb65fb7964796975b2078' + '865211941e882c0aff5d36a22ac9efaa') diff --git a/social/opentracker/opentracker.service b/social/opentracker/opentracker.service new file mode 100644 index 000000000..5f1b887ea --- /dev/null +++ b/social/opentracker/opentracker.service @@ -0,0 +1,11 @@ +[Unit] +Description=OpenTracker Daemon +After=network.target + +[Service] +User=nobody +ExecStart=/usr/bin/opentracker -f /etc/opentracker/config +ExecStop=/bin/kill -INT $MAINPID + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3-54-g00ecf