summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/cclive/PKGBUILD6
-rw-r--r--community/dunst/PKGBUILD20
-rw-r--r--community/fcitx-chewing/PKGBUILD23
-rw-r--r--community/fcitx-cloudpinyin/PKGBUILD20
-rw-r--r--community/fcitx-configtool/PKGBUILD11
-rw-r--r--community/fcitx-hangul/PKGBUILD13
-rw-r--r--community/fcitx-m17n/PKGBUILD13
-rw-r--r--community/fcitx-rime/PKGBUILD28
-rw-r--r--community/fcitx-sunpinyin/PKGBUILD14
-rw-r--r--community/fcitx-unikey/PKGBUILD10
-rw-r--r--community/fcitx/PKGBUILD54
-rw-r--r--community/fcitx/fcitx.install9
-rw-r--r--community/gwibber/PKGBUILD19
-rw-r--r--community/gwibber/lp_1051801.patch12
-rw-r--r--community/gwibber/lp_1088775.patch16
-rw-r--r--community/gwibber/lp_934530.patch21
-rw-r--r--community/ibus-hangul/PKGBUILD9
-rw-r--r--community/kcm-fcitx/PKGBUILD15
-rw-r--r--community/libaccounts-glib/PKGBUILD12
-rw-r--r--community/libaccounts-qt/PKGBUILD8
-rw-r--r--community/libsignon-glib/PKGBUILD21
-rw-r--r--community/linux-tools/PKGBUILD5
-rw-r--r--community/linux-tools/cpupower.install13
-rw-r--r--community/ruby-gtk2/PKGBUILD6
-rw-r--r--community/ruby-gtk3/PKGBUILD45
-rw-r--r--community/signon/PKGBUILD6
-rw-r--r--community/tiled-qt/PKGBUILD41
-rw-r--r--community/tiled-qt/tiled-qt.install11
-rwxr-xr-xcommunity/tiled-qt/tiled.desktop10
-rw-r--r--community/uget/PKGBUILD6
30 files changed, 327 insertions, 170 deletions
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 <archlinux at cryptocrack dot de>
# 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 <danielwallace at gtmanfred dot com>
# 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 <felixonmars@gmail.com>
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 <felixonmars@gmail.com>
# Contributor: poplarch <poplarch@gmail.com>
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 <felixonmars@gmail.com>
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 <felixonmars@gmail.com>
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 <felixonmars@gmail.com>
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 <felixonmars@gmail.com>
# Contributor: lh <jason52lh@gmail.com>
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 <felixonmars@gmail.com>
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 <felixonmars@gmail.com>
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 <felixonmars@gmail.com>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: csslayer <wengxt AT gmail com>
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 <ballogyor+arch at gmail dot com>
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 <felixonmars@gmail.com>
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: Radim Hvizdák <hvizdakr at gmail dot com>
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 <felixonmars@gmail.com>
# Contributor: poplarch <poplarch@gmail.com>
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 <ballogyor+arch at gmail dot com>
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 <ballogyor+arch at gmail dot com>
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 <ballogyor+arch at gmail dot com>
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 <seblu@archlinux.org>
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 <rodseth@gmail.com>
# Contributor: Eric Bélanger
# Contributor: Brad Fanella <bradfanella@archlinux.us>
@@ -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 <rodseth@gmail.com>
+# Contributor: Eric Bélanger
+# Contributor: Brad Fanella <bradfanella@archlinux.us>
+# Contributor: Bjorn Lindeijer <bjorn@lindeijer.nl>
+# Contributor: kritoke <kritoke@nospam.gmail.com>
+
+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 <ballogyor+arch at gmail dot com>
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 <sh@lutzhaase>
+# 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 <ballogyor+arch at gmail dot com>
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"