diff options
Diffstat (limited to 'community')
27 files changed, 392 insertions, 122 deletions
diff --git a/community/fcitx-anthy/PKGBUILD b/community/fcitx-anthy/PKGBUILD index 086398231..4bb6d088f 100644 --- a/community/fcitx-anthy/PKGBUILD +++ b/community/fcitx-anthy/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 81663 2012-12-26 08:40:15Z fyan $ +# $Id: PKGBUILD 93363 2013-07-02 09:47:20Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: lh <jason52lh@gmail.com> pkgname=fcitx-anthy -pkgver=0.1.1 -pkgrel=2 +pkgver=0.2.0 +pkgrel=1 pkgdesc="Fcitx Wrapper for anthy." arch=('i686' 'x86_64') url="http://code.google.com/p/fcitx" license=('GPL') depends=('fcitx>=4.2.5' 'anthy') makedepends=('cmake' 'intltool') -source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz") +source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz") install=fcitx-anthy.install build(){ @@ -29,4 +29,5 @@ package() { cd "$srcdir"/${pkgname}-${pkgver}/build make DESTDIR=${pkgdir} install } -md5sums=('651e9a21e5203c14ca0968c63a820157') + +md5sums=('c02e4393d6141a4d0fa1693bf38a8f79') diff --git a/community/fcitx-cloudpinyin/PKGBUILD b/community/fcitx-cloudpinyin/PKGBUILD index 9ea80531e..4fd88ffc8 100644 --- a/community/fcitx-cloudpinyin/PKGBUILD +++ b/community/fcitx-cloudpinyin/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 82972 2013-01-26 07:09:42Z fyan $ +# $Id: PKGBUILD 93364 2013-07-02 09:47:21Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: poplarch <poplarch@gmail.com> pkgname=fcitx-cloudpinyin -pkgver=0.3.1 +pkgver=0.3.2 pkgrel=1 pkgdesc='Standalone module for fcitx that uses pinyin API on the internet to provide additional input candidates' arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ url="https://github.com/fcitx/fcitx-cloudpinyin" license=('GPL') depends=('curl' 'fcitx>=4.2.7') makedepends=('cmake') -source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz") +source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz") build() { cd "$srcdir/${pkgname}-${pkgver}" @@ -27,4 +27,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums=('3690930d1412258ad37524448268534e') +sha512sums=('ddda528f72ffd200ae78b4b2d9791e20576a220d0b15e4c55e9bd1977188c65696ca2a522acbb27177b2b22b33cdc41774d1ce111eb090adaba8fcc97f12cd8e') diff --git a/community/fcitx-configtool/PKGBUILD b/community/fcitx-configtool/PKGBUILD index 00ed7aa7c..9094e8105 100644 --- a/community/fcitx-configtool/PKGBUILD +++ b/community/fcitx-configtool/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 82970 2013-01-26 07:06:27Z fyan $ +# $Id: PKGBUILD 93365 2013-07-02 09:47:22Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> pkgname=fcitx-configtool -pkgver=0.4.6 -pkgrel=1 +pkgver=0.4.7 +pkgrel=2 pkgdesc="GTK based config tool for Fcitx" arch=('i686' 'x86_64') url="http://fcitx.googlecode.com/" license=('GPL2') depends=("fcitx>=4.2.7" "gtk3" "iso-codes") -optdepends=('fcitx-qt: for some configuration windows') +optdepends=('fcitx-qt4: for some configuration windows') makedepends=("cmake") -source=("http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz") +source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz") build() { cd "$srcdir/$pkgname-$pkgver" @@ -29,4 +29,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums=('69eb7271883b0b7894ddab5a38ceeb2f') +sha512sums=('90ec9f4c30c46ea937f965173a4213b67d1cb360cc43b96af9899cdd5a0e35d34658ee7149ed10b3dc58d3851bc1712915db970fd2d25a976983b1037e380be2') diff --git a/community/fcitx-hangul/PKGBUILD b/community/fcitx-hangul/PKGBUILD index c2dfa66f5..02d3bdf5a 100644 --- a/community/fcitx-hangul/PKGBUILD +++ b/community/fcitx-hangul/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 82968 2013-01-26 07:04:20Z fyan $ +# $Id: PKGBUILD 93366 2013-07-02 09:47:23Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> pkgname=fcitx-hangul -pkgver=0.2.1 +pkgver=0.3.0 pkgrel=1 pkgdesc="Hangul (Korean) support for fcitx" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ license=('GPL2') depends=('fcitx>=4.2.7' 'libhangul') makedepends=('cmake' 'intltool') install=$pkgname.install -source=("http://fcitx.googlecode.com/files/$pkgname-$pkgver.tar.xz") +source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz") build() { cd "$srcdir/$pkgname-$pkgver" @@ -30,4 +30,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums=('d3dac52b1a1697a4f8256e383c889216') +sha512sums=('07085508da98c49bcecf75fbfad6681263a735a1efcc4fb7a6fa05cb215dfe0c338e95e26cc55e488501b5abbc1007464b1bbf488f07aaca2d1a0a18c8173074') diff --git a/community/fcitx-kkc/PKGBUILD b/community/fcitx-kkc/PKGBUILD new file mode 100644 index 000000000..ede7a106b --- /dev/null +++ b/community/fcitx-kkc/PKGBUILD @@ -0,0 +1,32 @@ +# Maintainer: Felix Yan <felixonmars@gmail.com> +# Contributor: csslayer <wengxt AT gmail com> + +pkgname=fcitx-kkc +pkgver=0.1.0 +pkgrel=1 +pkgdesc="Fcitx Wrapper for libkkc" +arch=('i686' 'x86_64') +url="http://code.google.com/p/fcitx" +license=('GPL') +depends=('fcitx>=4.2.8' 'libkkc>=0.2.3' 'libkkc-data' 'skk-jisyo' 'fcitx-qt4') +makedepends=('cmake') +install=$pkgname.install +source=(http://download.fcitx-im.org/${pkgname}/${pkgname}-${pkgver}.tar.xz) + +build(){ + cd "$srcdir/${pkgname}-${pkgver}" + rm -rf build + mkdir build + cd build + + cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .. + make +} + +package () +{ + cd "$srcdir/${pkgname}-${pkgver}/build" + make DESTDIR="${pkgdir}" install +} + +md5sums=('c86a48f9e7a1e9de16b0919e5413fc9d') diff --git a/community/fcitx-kkc/fcitx-kkc.install b/community/fcitx-kkc/fcitx-kkc.install new file mode 100644 index 000000000..6b1b64bdd --- /dev/null +++ b/community/fcitx-kkc/fcitx-kkc.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/fcitx-libpinyin/PKGBUILD b/community/fcitx-libpinyin/PKGBUILD index e69931850..7a5f4fddf 100644 --- a/community/fcitx-libpinyin/PKGBUILD +++ b/community/fcitx-libpinyin/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 89876 2013-05-04 04:07:04Z fyan $ +# $Id: PKGBUILD 93367 2013-07-02 09:47:24Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: poplarch <poplarch@gmail.com> pkgname=fcitx-libpinyin -pkgver=0.2.92 +pkgver=0.3.0 pkgrel=1 pkgdesc="Fcitx Wrapper for libpinyin, Library to deal with pinyin" arch=('i686' 'x86_64') url="https://github.com/fcitx/fcitx-libpinyin" license=('GPL') -depends=('fcitx' 'libpinyin') +depends=('fcitx' 'libpinyin' 'fcitx-qt4' 'qtwebkit') makedepends=('cmake' 'intltool' 'wget') -source=("https://fcitx.googlecode.com/files/${pkgname}-${pkgver}_dict.tar.xz") +source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}_dict.tar.xz") install=$pkgname.install build() { @@ -31,4 +31,5 @@ package() { cd "$srcdir/${pkgname}-${pkgver}/build" make DESTDIR="${pkgdir}" install } -sha512sums=('bea86b1041fa311a9bbcd2a6d74ab36d9659ebb6c92122307d3bd4dc44bcb0567d4aeafe62f3b6fe6a85160b369722f391063b47765dc88ec9a9b569cfca640f') + +sha512sums=('e80e15a51f0d7de20abc4877d32796bbd93f30a2e4383bd64bccf1075696dddb2d0ea0180fff44ebee0e94988ab60e3d2526dd3f80bb99f4186e1bf4e3437762') diff --git a/community/fcitx-m17n/PKGBUILD b/community/fcitx-m17n/PKGBUILD index efa1939e9..b593fe10b 100644 --- a/community/fcitx-m17n/PKGBUILD +++ b/community/fcitx-m17n/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 82966 2013-01-26 06:55:02Z fyan $ +# $Id: PKGBUILD 93368 2013-07-02 09:47:25Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> pkgname=fcitx-m17n -pkgver=0.2.0 +pkgver=0.2.1 pkgrel=1 pkgdesc="Fcitx Wrapper for m17n." arch=('i686' 'x86_64') @@ -10,7 +10,7 @@ url="http://code.google.com/p/fcitx" license=('GPL') depends=('fcitx>=4.2.7' 'm17n-lib') makedepends=('cmake') -source=(http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz) +source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz") build() { cd "$srcdir/${pkgname}-${pkgver}" @@ -25,4 +25,5 @@ package() { cd "$srcdir/${pkgname}-${pkgver}/build" make DESTDIR="${pkgdir}" install } -md5sums=('6740e3a983c3e7647be3f082abdfc57c') + +sha512sums=('b2becf6f20de32191690a5541956dc0a607443bd593fbfb61d1663dcc1f854df6b146c17ed73afbdff4006c12f001707de87adc706b3e1d45608bbf2bc045bce') diff --git a/community/fcitx-sayura/PKGBUILD b/community/fcitx-sayura/PKGBUILD new file mode 100644 index 000000000..318877548 --- /dev/null +++ b/community/fcitx-sayura/PKGBUILD @@ -0,0 +1,31 @@ +# Maintainer: Felix Yan <felixonmars@gmail.com> + +pkgname=fcitx-sayura +pkgver=0.1.1 +pkgrel=1 +pkgdesc="Sinhala Transe IME engine for fcitx." +arch=('i686' 'x86_64') +url="https://github.com/fcitx/fcitx-sayura" +license=('GPL') +depends=('fcitx>=4.2.8') +makedepends=('cmake' 'intltool') +install=${pkgname}.install +source=("http://download.fcitx-im.org/$pkgname/$pkgname-$pkgver.tar.xz") + +build() { + cd "$srcdir"/${pkgname}-${pkgver} + + rm -rf build + mkdir build + cd build + + cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .. + make +} + +package() { + cd "$srcdir"/${pkgname}-${pkgver}/build + make DESTDIR="$pkgdir" install +} + +sha512sums=('1eda91ae985df65982cf6f4e67b676bb8eb7117cd1aad7c2a90e81c13fa2a806bbff5eda7bb7e797cb26cb46bbda51931ecffd50384a89ead24ad90777183dc3') diff --git a/community/fcitx-sayura/fcitx-sayura.install b/community/fcitx-sayura/fcitx-sayura.install new file mode 100644 index 000000000..6b1b64bdd --- /dev/null +++ b/community/fcitx-sayura/fcitx-sayura.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/fcitx-sunpinyin/PKGBUILD b/community/fcitx-sunpinyin/PKGBUILD index 92b46b094..d6b1e690c 100644 --- a/community/fcitx-sunpinyin/PKGBUILD +++ b/community/fcitx-sunpinyin/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 82959 2013-01-26 06:44:09Z fyan $ +# $Id: PKGBUILD 93370 2013-07-02 09:47:26Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> pkgname=fcitx-sunpinyin -pkgver=0.4.0 +pkgver=0.4.1 pkgrel=1 pkgdesc="Fcitx Wrapper for sunpinyin, Statistical Language Model based pinyin IME by Sun" arch=('i686' 'x86_64') @@ -10,8 +10,8 @@ url="http://code.google.com/p/fcitx" license=('GPL') install=fcitx-sunpinyin.install 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") +makedepends=('cmake') +source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz") build() { cd "$srcdir/${pkgname}-${pkgver}" @@ -28,4 +28,4 @@ package() { make DESTDIR="${pkgdir}" install } -md5sums=('de2723baf8e5d9092706cd2baf2f21bb') +sha512sums=('7ad9065d86d7bb3ceb6536a0fe3559bf2ba60aebe69e2f07c8dadad1a0a2283a1b85712105c6c2a2bf19b9645c4392204db9c3d1db234618ba7f62ee44eda85c') diff --git a/community/fcitx-unikey/PKGBUILD b/community/fcitx-unikey/PKGBUILD index df7604dc0..b88acf52c 100644 --- a/community/fcitx-unikey/PKGBUILD +++ b/community/fcitx-unikey/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 85345 2013-03-01 10:30:29Z andrea $ +# $Id: PKGBUILD 93372 2013-07-02 09:47:28Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> pkgname=fcitx-unikey -pkgver=0.2.0 -pkgrel=2 +pkgver=0.2.1 +pkgrel=1 pkgdesc="Fcitx Wrapper for unikey" arch=('i686' 'x86_64') url="http://code.google.com/p/fcitx" @@ -11,7 +11,7 @@ license=('GPL') depends=('fcitx>=4.2.7') optdepends=('qt4: To run the fcitx unikey macro editor') makedepends=('cmake' 'qt4') -source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz") +source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz") install=fcitx-unikey.install build(){ @@ -19,7 +19,7 @@ build(){ mkdir -p build cd build - cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release .. + cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DQT_QMAKE_EXECUTABLE=qmake-qt4 .. make } @@ -28,4 +28,5 @@ package () cd "$srcdir/${pkgname}-${pkgver}/build" make DESTDIR="${pkgdir}" install } -md5sums=('f1ffd6c8439e4d277eace994052d91da') + +sha512sums=('8349623c196ec7c4e48e64d07ef551a308f71f2bfc09fcd320bb02854a77370169b94131750dfcf065dd2a9c734c86048f482d0d2f0b210a1834ab77ea3bf1aa') diff --git a/community/fcitx/PKGBUILD b/community/fcitx/PKGBUILD index 3dca22164..0e1427be1 100644 --- a/community/fcitx/PKGBUILD +++ b/community/fcitx/PKGBUILD @@ -1,33 +1,34 @@ -# $Id: PKGBUILD 88848 2013-04-24 06:26:30Z fyan $ +# $Id: PKGBUILD 93362 2013-07-02 09:47:19Z 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-qt4') -pkgver=4.2.7 -pkgrel=8 +pkgver=4.2.8 +pkgrel=2 groups=('fcitx-im') arch=('i686' 'x86_64') -url="http://code.google.com/p/fcitx/" +url="http://fcitx-im.org" license=('GPL') makedepends=('cmake' 'doxygen' 'gtk2' 'gtk3' 'qt4' 'icu' 'mesa' \ - 'iso-codes' 'gobject-introspection' 'libxkbfile' 'git') -source=(http://fcitx.googlecode.com/files/${pkgbase}-${pkgver}_dict.tar.xz - https://github.com/fcitx/fcitx/commit/9937b68bad3a7e9465e17b711ce9c0a072d3071f.patch - https://github.com/fcitx/fcitx/commit/10ff96ca1215187444951cdbebe9e0beacacdf5e.patch - https://github.com/fcitx/fcitx/commit/dc36c1a88f863971f81a76b8d9ec0db23b0d9387.patch - https://github.com/fcitx/fcitx/commit/a9e6570046f9c1477dd6ec6e30e91e020e62d698.patch -) + 'iso-codes' 'gobject-introspection' 'libxkbfile') +source=(http://download.fcitx-im.org/$pkgbase/$pkgbase-${pkgver}_dict.tar.xz + https://github.com/fcitx/fcitx/commit/b0a5439ac0188211c0955baf6811a0e3406ac812.patch + https://github.com/fcitx/fcitx/commit/94635187b18badb1a2dff821de9a30a20d00feb1.patch + https://github.com/fcitx/fcitx/commit/46d5a69d595ac825f47a3c22ddeb8ce71b04e887.patch) build() { #source /etc/profile.d/qt4.sh cd "$srcdir/$pkgbase-$pkgver" - patch -Np1 -i "$srcdir/9937b68bad3a7e9465e17b711ce9c0a072d3071f.patch" - patch -Np1 -i "$srcdir/10ff96ca1215187444951cdbebe9e0beacacdf5e.patch" - git apply -v -p1 "$srcdir/dc36c1a88f863971f81a76b8d9ec0db23b0d9387.patch" - patch -Np1 -i "$srcdir/a9e6570046f9c1477dd6ec6e30e91e020e62d698.patch" + + # Fix ELF file patch + patch -p1 -i ../b0a5439ac0188211c0955baf6811a0e3406ac812.patch + + # Fix switch key issue + patch -p1 -i ../94635187b18badb1a2dff821de9a30a20d00feb1.patch + patch -p1 -i ../46d5a69d595ac825f47a3c22ddeb8ce71b04e887.patch cd "$srcdir" mkdir -p build @@ -88,7 +89,7 @@ package_fcitx() { rm -r "${pkgdir}/usr/lib/"{gtk-2.0,gtk-3.0,qt4} 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/fcitx/libexec/fcitx-qt-gui-wrapper" rm "${pkgdir}/usr/lib/"libfcitx-qt.so* rm "${pkgdir}/usr/lib/pkgconfig/fcitx-qt.pc" } @@ -128,8 +129,7 @@ package_fcitx-qt4() { make DESTDIR="${pkgdir}" install } -md5sums=('6e291717c24615b9dc9bfaa2949af3a7' - '246e36c2232f107ed1692a52ebc43c39' - '6f420547bc8af9627db2e5290f758433' - '51e53377e1b83661f2896e25d1a46242' - '5e9f90817722a138b459b2bf6a926f96') +md5sums=('79676d18536ebb9d0a0fa47e96416016' + '0f3f85204ac1559bbf2cff304122234e' + '417cd212d9fb7b9881232d57d023e49f' + 'd91ae8316154eccce3234c55e53a3c3b') diff --git a/community/ibus-kkc/ChangeLog b/community/ibus-kkc/ChangeLog new file mode 100644 index 000000000..61358e57e --- /dev/null +++ b/community/ibus-kkc/ChangeLog @@ -0,0 +1,14 @@ +2013-06-07 ponsfoot <cabezon dot hashimoto at gmail dot com> + + * ibus-kkc 1.5.14-1 + - upstream update + +2013-05-27 ponsfoot <cabezon dot hashimoto at gmail dot com> + + * ibus-kkc 1.5.13-2 + - Fix dependency (Add libkkc) + +2013-05-27 ponsfoot <cabezon dot hashimoto at gmail dot com> + + * ibus-kkc 1.5.13-1 + - Initial release on AUR diff --git a/community/ibus-kkc/PKGBUILD b/community/ibus-kkc/PKGBUILD new file mode 100644 index 000000000..d9d9a5a07 --- /dev/null +++ b/community/ibus-kkc/PKGBUILD @@ -0,0 +1,28 @@ +# Maintainer: Felix Yan <felixonmars@gmail.com> +# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com> + +pkgname=ibus-kkc +pkgver=1.5.14 +pkgrel=2 +pkgdesc="libkkc (Japanese Kana Kanji input method) engine for ibus" +arch=('i686' 'x86_64') +url="https://bitbucket.org/libkkc" +license=('GPL') +options=(!libtool) +depends=('ibus' 'libkkc' 'libkkc-data' 'skk-jisyo') +makedepends=('vala' 'intltool') +changelog=ChangeLog +source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.gz) +sha1sums=('9396521d85501757dd42c64f92e52a2e5f514872') + +build() { + cd "${pkgname}-${pkgver}" + # VALAC=/usr/bin/valac-0.18 \ + ./configure --prefix=/usr --libexecdir=/usr/lib/ibus-kkc --disable-static + make +} + +package() { + cd "${pkgname}-${pkgver}" + make DESTDIR="$pkgdir" install +} diff --git a/community/kcm-fcitx/PKGBUILD b/community/kcm-fcitx/PKGBUILD index 2840f768e..6b24e756e 100644 --- a/community/kcm-fcitx/PKGBUILD +++ b/community/kcm-fcitx/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 85498 2013-03-02 02:59:40Z fyan $ +# $Id: PKGBUILD 93373 2013-07-02 09:47:29Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: poplarch <poplarch@gmail.com> pkgname=kcm-fcitx -pkgver=0.4.2 -pkgrel=2 +pkgver=0.4.3 +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.7' 'kdebase-runtime' 'fcitx-qt4') makedepends=('cmake' 'automoc4') -source=("http://fcitx.googlecode.com/files/${pkgname}-${pkgver}.tar.xz") +source=("http://download.fcitx-im.org/$pkgname/$pkgname-${pkgver}.tar.xz") build() { cd "$srcdir/${pkgname}-${pkgver}" @@ -27,4 +27,5 @@ package() { cd "$srcdir/${pkgname}-${pkgver}/build" make DESTDIR="${pkgdir}" install } -md5sums=('3c45e7109bec4b6fa984f952fb94002d') + +sha512sums=('d311699a5d99f75d353899b7fba0a950491ee8b891724b855033449900ec4b3db9408bb1b80e60ceb0dbb0ce91072162062261a497f83a2a683214b71c3f4713') diff --git a/community/libgit2-glib/PKGBUILD b/community/libgit2-glib/PKGBUILD index 8e9fadcb6..38f5b31d5 100644 --- a/community/libgit2-glib/PKGBUILD +++ b/community/libgit2-glib/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 92908 2013-06-18 13:46:11Z heftig $ +# $Id: PKGBUILD 93394 2013-07-02 20:55:40Z eric $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> pkgname=libgit2-glib -pkgver=0.0.2 +pkgver=0.0.6 pkgrel=1 pkgdesc="GLib wrapper for libgit2" url="http://live.gnome.org/Libgit2-glib" @@ -11,7 +11,7 @@ arch=(i686 x86_64) depends=(glib2 libgit2 gobject-introspection) options=('!libtool') source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('e1e0c6e0cb6897c09e06edc06ee70befca2a3e1b3eb629c449b8ca0f49db75e5') +sha256sums=('bda84b5ab6fbe2922a4cf386b4e6d4401863dec7bea1879e86939d005cd521f6') build() { cd $pkgname-$pkgver diff --git a/community/libkkc-data/ChangeLog b/community/libkkc-data/ChangeLog new file mode 100644 index 000000000..dc925a33b --- /dev/null +++ b/community/libkkc-data/ChangeLog @@ -0,0 +1,14 @@ +2013-05-28 ponsfoot <cabezon dot hashimoto at gmail dot com> + + - Clean up makedepends + +2013-05-28 ponsfoot <cabezon dot hashimoto at gmail dot com> + + * libkkc-data 0.2.0-2 + - Add marisa (marisa-python) into makedepends + +2013-05-27 ponsfoot <cabezon dot hashimoto at gmail dot com> + + * libkkc-data 0.2.0-1 + - Initial release on AUR + diff --git a/community/libkkc-data/PKGBUILD b/community/libkkc-data/PKGBUILD new file mode 100644 index 000000000..1c84beae9 --- /dev/null +++ b/community/libkkc-data/PKGBUILD @@ -0,0 +1,25 @@ +# Maintainer: Felix Yan <felixonmars@gmail.com> +# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com> + +pkgname=libkkc-data +pkgver=0.2.0 +pkgrel=4 +pkgdesc="Language model data package for libkkc" +arch=('i686' 'x86_64') +url="https://bitbucket.org/libkkc" +license=('GPL') +makedepends=('python2-marisa') +changelog=ChangeLog +source=(https://bitbucket.org/libkkc/${pkgname}/downloads/${pkgname}-${pkgver}.tar.xz) +sha1sums=('6bc5601b3ec4c76066255827563b8debb50dd917') + +build() { + cd "${pkgname}-${pkgver}" + ./configure PYTHON=/usr/bin/python2 --prefix=/usr + make -j1 +} + +package() { + cd "${pkgname}-${pkgver}" + make DESTDIR="$pkgdir" install +} diff --git a/community/libkkc/ChangeLog b/community/libkkc/ChangeLog new file mode 100644 index 000000000..8067acabf --- /dev/null +++ b/community/libkkc/ChangeLog @@ -0,0 +1,26 @@ +2013-06-07 ponsfoot <cabezon dot hashimoto at gmail dot com> + + * libkkc 0.2.4-1 + - upstream update + +2013-05-29 ponsfoot <cabezon dot hashimoto at gmail dot com> + + * libkkc 0.2.3-4 + - Fix makedepends (s/python2/marisa-python2/) + - Add to install docs + +2013-05-28 ponsfoot <cabezon dot hashimoto at gmail dot com> + + * libkkc 0.2.3-3 + - Fix dependency (libgee-0.6 -> libgee06 [extra]) + +2013-05-27 ponsfoot <cabezon dot hashimoto at gmail dot com> + + * libkkc 0.2.3-2 + - Fix dependency (move some of makedepends into depends) + +2013-05-27 ponsfoot <cabezon dot hashimoto at gmail dot com> + + * libkkc 0.2.3-1 + - Initial release on AUR + diff --git a/community/libkkc/PKGBUILD b/community/libkkc/PKGBUILD new file mode 100644 index 000000000..32afb6144 --- /dev/null +++ b/community/libkkc/PKGBUILD @@ -0,0 +1,33 @@ +# Maintainer: Felix Yan <felixonmars@gmail.com> +# Contributor: ponsfoot <cabezon dot hashimoto at gmail dot com> + +pkgname=libkkc +pkgver=0.2.4 +pkgrel=2 +pkgdesc="Japanese Kana Kanji conversion library" +arch=('i686' 'x86_64') +url="https://bitbucket.org/libkkc" +license=('GPL') +options=(!libtool) +depends=('marisa' 'json-glib' 'libgee06') +makedepends=('vala' 'gobject-introspection' 'intltool' 'python2-marisa') +changelog=ChangeLog +source=(https://bitbucket.org/libkkc/libkkc/downloads/${pkgname}-${pkgver}.tar.gz) +sha1sums=('28bafb612f8176735f02bd6f49581e072700af4e') + +build() { + cd "${pkgname}-${pkgver}" + + #VALAC=/usr/bin/valac-0.18 \ + PYTHON=/usr/bin/python2 \ + ./configure --prefix=/usr --disable-static --disable-silent-rules + make +} + +package() { + cd "${pkgname}-${pkgver}" + make DESTDIR="$pkgdir" install + install -d "${pkgdir}/usr/share/doc/${pkgname}-${pkgver}" + install -m 644 README data/rules/README.rules COPYING \ + "${pkgdir}/usr/share/doc/${pkgname}-${pkgver}/" +} diff --git a/community/linux-tools/PKGBUILD b/community/linux-tools/PKGBUILD index a00653f90..d9bab088c 100644 --- a/community/linux-tools/PKGBUILD +++ b/community/linux-tools/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 91654 2013-05-26 09:24:39Z bluewind $ +# $Id: PKGBUILD 93324 2013-07-01 22:56:17Z seblu $ # Maintainer: Sébastien Luttringer pkgbase=linux-tools @@ -8,8 +8,8 @@ pkgname=('linux-tools-meta' 'cpupower' 'x86_energy_perf_policy' 'usbip') -pkgver=3.9 -pkgrel=3 +pkgver=3.10 +pkgrel=1 license=('GPL2') arch=('i686' 'x86_64') url='http://www.kernel.org' @@ -31,19 +31,21 @@ source=("http://ftp.kernel.org/pub/linux/kernel/v3.x/linux-$pkgver.tar.xz" 'cpupower.service' 'usbipd.service') # http://www.kernel.org/pub/linux/kernel/v3.x/sha256sums.asc -sha256sums=('60bc3e64ee5dc778de2cd7cd7640abf518a4c9d4f31b8ed624e16fad53f54541' +sha256sums=('df27fa92d27a9c410bfe6c4a89f141638500d7eadcca5cce578954efc2ad3544' '4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f' 'fbf6e0ce6eb0ef15703fe212958de6ca46e62188900b5e9f9272ed3cc9cfd54e' 'a89284d0ecb556ca53a66d1c2087b5fd6d0a901ab2769cd3aebb93f4478905dc' '2e187734d8aec58a3046d79883510d779aa93fb3ab20bd3132c1a607ebe5498f') -build() { +prepare() { # apply stable patching set - if (( NOEXTRACT == 0 )) && [[ -e "$srcdir"/patch-* ]]; then + if [[ -e "$srcdir"/patch-* ]]; then msg2 'Applying stable patch set' patch -N -p1 -i "$srcdir"/patch-* fi +} +build() { msg2 'Build libtraceevent' pushd linux-$pkgver/tools/lib/traceevent make diff --git a/community/lua-zlib/PKGBUILD b/community/lua-zlib/PKGBUILD index d5c789cdf..17a34d721 100644 --- a/community/lua-zlib/PKGBUILD +++ b/community/lua-zlib/PKGBUILD @@ -1,35 +1,34 @@ -# $Id: PKGBUILD 93160 2013-06-26 13:34:20Z spupykin $ +# $Id: PKGBUILD 93359 2013-07-02 09:43:15Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -#pkgname=(lua-zlib lua51-zlib) -pkgname=(lua51-zlib) +pkgname=(lua-zlib lua51-zlib) pkgbase=lua-zlib -pkgver=0.2 -pkgrel=8 -_gitver=8d07669 +pkgver=20130702 +pkgrel=1 url="http://github.com/brimworks/lua-zlib" pkgdesc='Simple streaming interface to zlib for Lua.' arch=('i686' 'x86_64') license=('MIT') -makedepends=('cmake' 'lua' 'lua51' 'zlib') +makedepends=('cmake' 'lua' 'lua51' 'zlib' 'git') conflicts=('lua-lzlib') -source=("lua-zlib-$pkgver.zip::https://github.com/brimworks/lua-zlib/zipball/v$pkgver") -md5sums=('e6c780c0c4b6dcb88cf16949bb751be7') +#source=("lua-zlib-$pkgver.zip::https://github.com/brimworks/lua-zlib/zipball/v$pkgver") +source=("git://github.com/brimworks/lua-zlib.git") +md5sums=('SKIP') build() { - cp -a $srcdir/brimworks-lua-zlib-${_gitver} $srcdir/brimworks-lua51-zlib-${_gitver} + cp -a $srcdir/lua-zlib $srcdir/lua51-zlib - cd $srcdir/brimworks-lua-zlib-${_gitver} + cd $srcdir/lua-zlib gcc -o zlib.so -O2 -fPIC -shared lua_zlib.c -llua -lz - cd $srcdir/brimworks-lua51-zlib-${_gitver} + cd $srcdir/lua51-zlib gcc -o zlib.so -O2 -fPIC -shared -I/usr/include/lua5.1 lua_zlib.c -llua5.1 -lz } package_lua-zlib() { depends=('zlib' 'lua') - cd $srcdir/brimworks-lua-zlib-${_gitver} + cd $srcdir/lua-zlib install -Dm0755 zlib.so $pkgdir/usr/lib/lua/5.2/zlib.so install -Dm644 "README" "$pkgdir/usr/share/licenses/$pkgname/README" } @@ -37,7 +36,7 @@ package_lua-zlib() { package_lua51-zlib() { depends=('zlib' 'lua51') - cd $srcdir/brimworks-lua51-zlib-${_gitver} + cd $srcdir/lua51-zlib install -Dm0755 zlib.so $pkgdir/usr/lib/lua/5.1/zlib.so install -D -m644 "README" "$pkgdir/usr/share/licenses/$pkgname/README" } diff --git a/community/opensmtpd/PKGBUILD b/community/opensmtpd/PKGBUILD index 5e588c010..e56eebe63 100644 --- a/community/opensmtpd/PKGBUILD +++ b/community/opensmtpd/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 92253 2013-06-03 11:15:25Z allan $ +# $Id: PKGBUILD 93322 2013-07-01 22:20:09Z seblu $ # Maintainer: Sébastien Luttringer pkgname=opensmtpd -pkgver=5.3.2p1 -pkgrel=2 +pkgver=5.3.3p1 +pkgrel=1 pkgdesc='Free implementation of the server-side SMTP protocol' arch=('i686' 'x86_64') url='http://www.opensmtpd.org/' @@ -11,29 +11,40 @@ license=('custom') depends=('libevent') provides=('smtp-server' 'smtp-forwarder') conflicts=('smtp-server' 'smtp-forwarder') -backup=('etc/smtpd.conf' 'etc/aliases' 'etc/virtual' 'etc/secrets') +backup=('etc/smtpd/smtpd.conf' 'etc/smtpd/aliases') install=opensmtpd.install source=("http://www.opensmtpd.org/archives/$pkgname-$pkgver.tar.gz" 'smtpd.service' 'smtpd.socket') -md5sums=('8fc513dd632461f70e433103d75dbf50' +md5sums=('795982f9b0b45c7645f897ba2ead0024' 'a278f272d97a9fe5a8aac784a7c98d67' 'c2c01e9ca78df3f65efe40a7c0e17ee0') +prepare() { + cd $pkgname-$pkgver + sed -i 's,etc/aliases,etc/smtpd/aliases,' smtpd/smtpd.conf + # regen configure. don't use bootstrap script (doesn't support automake 1.14) + libtoolize --copy --force + aclocal -I m4 + autoconf + autoheader + automake --foreign --add-missing --copy +} + build() { cd $pkgname-$pkgver - ./bootstrap ./configure \ --prefix=/usr \ - --sysconfdir=/etc \ + --sysconfdir=/etc/smtpd \ --sbindir=/usr/bin \ --libexecdir=/usr/bin \ --with-maildir=/var/spool/mail \ --with-privsep-path=/var/empty \ --with-sock-dir=/run \ - --with-privsep-user=mail \ - --with-filter-user=mail \ - --with-queue-user=mail \ + --with-privsep-user=smtpd \ + --with-lookup-user=smtpd \ + --with-queue-user=smtpq \ + --with-filter-user=smtpf \ --with-pam make } @@ -41,23 +52,21 @@ build() { package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir/" install + # license install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" - - cd "$pkgdir" # working directory + cd "$pkgdir" install -dm711 var/spool/smtpd - # license install -Dm644 "$srcdir/smtpd.service" usr/lib/systemd/system/smtpd.service install -Dm644 "$srcdir/smtpd.socket" usr/lib/systemd/system/smtpd.socket # remove duplicate hardlink into a subfolder - rm -r usr/bin/opensmtpd - # empty aliases file - install -Dm644 /dev/null "$pkgdir/etc/aliases" - install -Dm644 /dev/null "$pkgdir/etc/virtual" - install -Dm640 /dev/null "$pkgdir/etc/secrets" + rm -vr usr/bin/opensmtpd + # empty aliases file (used by default config) + install -Dm644 /dev/null "$pkgdir/etc/smtpd/aliases" # fake sendmail binary (used to be smtp-forwarder) - # use hardlink as upstream does... - ln "$pkgdir/usr/bin/smtpctl" "$pkgdir/usr/bin/sendmail" + # use hardlink as upstream does + cd "$pkgdir/usr/bin" + ln smtpctl "$pkgdir/usr/bin/sendmail" } # vim:set ts=2 sw=2 et: diff --git a/community/opensmtpd/opensmtpd.install b/community/opensmtpd/opensmtpd.install index 0e3d8c0e1..48366c15c 100644 --- a/community/opensmtpd/opensmtpd.install +++ b/community/opensmtpd/opensmtpd.install @@ -1,14 +1,29 @@ # arg 1: the new package version -# arg 2: the old package version +post_install() { + # create users + getent passwd smtpd >/dev/null || useradd -d / -u 91 -g 1 smtpd + getent passwd smtpq >/dev/null || useradd -d /var/spool/smtpd -u 92 -g 1 smtpq + getent passwd smtpf >/dev/null || useradd -d / -u 93 -g 1 smtpf + # initialise aliase db + #[[ -e /etc/smtpd/aliases.db ]] || makemap -t aliases /etc/smtpd/aliases + true +} # arg 1: the new package version -post_install() { - makemap -t aliases /etc/aliases +# arg 2: the old package version +post_upgrade() { + post_install "$1" + if (( $(vercmp $2 5.3.3p1-1) < 0 )); then + echo 'Configuration files have been moved to /etc/smtpd.' + echo 'New users have been added.' + echo 'Check your configuration!' + fi } # arg 1: the old package version post_remove() { - rm -f /etc/aliases.db + for _u in smtpd smtpq smtpf; do userdel -f "$_u"; done + true } # vim:set ts=2 sw=2 et: diff --git a/community/squid/PKGBUILD b/community/squid/PKGBUILD index f0a68eb21..40771d802 100644 --- a/community/squid/PKGBUILD +++ b/community/squid/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 91502 2013-05-23 10:15:09Z spupykin $ +# $Id: PKGBUILD 93361 2013-07-02 09:44:06Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Mark Coolen <mark.coolen@gmail.com> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> # Contributor: Kevin Piche <kevin@archlinux.org> pkgname=squid -pkgver=3.3.5 -pkgrel=2 +pkgver=3.3.6 +pkgrel=1 pkgdesc='Full-featured Web proxy cache server' arch=('x86_64' 'i686') url='http://www.squid-cache.org' depends=('openssl' 'pam' 'cron' 'perl' 'libltdl') -makedepends=('libcap') +makedepends=('libcap' 'krb5') license=('GPL') options=('emptydirs') backup=('etc/squid/squid.conf' @@ -21,12 +21,12 @@ source=("http://www.squid-cache.org/Versions/v3/3.3/$pkgname-$pkgver.tar.bz2" 'squid.pam' 'squid.cron' 'squid.service') -md5sums=('c7991aa8528034af0e21a69edf26e41b' +md5sums=('8dff6c8e9f46722fc62131364f0eeac6' '270977cdd9b47ef44c0c427ab9034777' 'a71425c4951f2e5b640d19e6a5048531' 'ceeb57c69ebb165676219222f109a24e') -build() { +prepare() { cd "$srcdir/$pkgname-$pkgver" # gcc 4.6 doesn't support -fhuge-objects. @@ -39,6 +39,20 @@ build() { sed -i '1,1i#include <errno.h>' helpers/external_acl/file_userip/ext_file_userip_acl.cc + for i in \ + helpers/basic_auth/DB \ + helpers/log_daemon/DB \ + helpers/negotiate_auth/kerberos \ + helpers/external_acl/SQL_session; \ + do + echo -e "#!/bin/sh\nexit 0" >$i/config.test + chmod 0755 $i/config.test + done +} + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./configure \ --prefix=/usr \ --sbindir=/usr/bin \ diff --git a/community/wxgtk2.9/PKGBUILD b/community/wxgtk2.9/PKGBUILD index 5012f7ba4..83fa6b2a9 100644 --- a/community/wxgtk2.9/PKGBUILD +++ b/community/wxgtk2.9/PKGBUILD @@ -1,15 +1,16 @@ -# $Id: PKGBUILD 90109 2013-05-06 19:40:09Z foutrelis $ +# $Id: PKGBUILD 93329 2013-07-02 01:23:14Z eric $ # Maintainer: Eric Bélanger <eric@archlinux.org> pkgname=wxgtk2.9 pkgver=2.9.4 -pkgrel=3 +pkgrel=4 pkgdesc="GTK+ implementation of wxWidgets API for GUI" arch=('i686' 'x86_64') url="http://wxwidgets.org" license=('custom:wxWindows') depends=('gtk2' 'gstreamer0.10-base') -makedepends=('gstreamer0.10-base-plugins' 'gconf') +makedepends=('gstreamer0.10-base-plugins' 'gconf' 'webkitgtk2') +optdepends=('webkitgtk2: for webview support') source=(http://downloads.sourceforge.net/wxwindows/wxWidgets-${pkgver}.tar.bz2 wxGTK-2.9.4-collision.patch) sha1sums=('5a34ddf19d37c741f74652ee847df9568a8b81e1' 'a76ccca4c2fad246c9aafbcc5a9697ebf35f33a3') @@ -22,7 +23,7 @@ prepare() { build() { cd wxWidgets-${pkgver} ./configure --prefix=/usr --libdir=/usr/lib --with-gtk=2 --with-opengl --enable-unicode \ - --enable-graphics_ctx --enable-mediactrl --with-regex=builtin \ + --enable-graphics_ctx --enable-mediactrl --enable-webview --with-regex=builtin \ --with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys \ --disable-precomp-headers make |