From 7c92c5fcfb5653f63243842299e413672653d1ad Mon Sep 17 00:00:00 2001 From: root Date: Fri, 8 Feb 2013 00:08:16 -0800 Subject: Fri Feb 8 00:08:16 PST 2013 --- community/brise/PKGBUILD | 10 +++++----- community/cinnamon/PKGBUILD | 34 ++++++++++++++++++---------------- community/cinnamon/cinnamon.install | 26 +++++++++----------------- community/directfb/PKGBUILD | 6 +++--- community/golangide/PKGBUILD | 6 +++--- community/highlight/PKGBUILD | 14 +++++--------- community/ibus-rime/PKGBUILD | 10 +++++----- community/muffin/PKGBUILD | 13 ++++++++----- community/muffin/muffin.install | 11 ----------- community/nodejs/PKGBUILD | 8 ++++---- 10 files changed, 60 insertions(+), 78 deletions(-) (limited to 'community') diff --git a/community/brise/PKGBUILD b/community/brise/PKGBUILD index 225429d81..9cc64b8c9 100644 --- a/community/brise/PKGBUILD +++ b/community/brise/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 82228 2013-01-12 17:11:20Z fyan $ +# $Id: PKGBUILD 83933 2013-02-07 02:02:02Z fyan $ # Maintainer: Felix Yan # Contributor: GONG Chen pkgname=brise -pkgver=0.16 +pkgver=0.18 pkgrel=1 pkgdesc="Rime schema repository" arch=('i686' 'x86_64') url="http://code.google.com/p/rimeime/" license=('GPL3') depends=() -makedepends=('cmake' 'librime>=0.9.3') +makedepends=('cmake' 'librime>=0.9.8') provides=('librime-data') -conflicts=('librime<0.9.3' 'ibus-rime<0.9.3') +conflicts=('librime<0.9.8' 'ibus-rime<0.9.8') source=("http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz") build() { @@ -24,4 +24,4 @@ package() { cd "${srcdir}/$pkgname" make DESTDIR="$pkgdir" install } -md5sums=('bc45f42852fd7bed59a171233d50cb79') +md5sums=('1ba32458c6c697c454d65b0764f925ad') diff --git a/community/cinnamon/PKGBUILD b/community/cinnamon/PKGBUILD index 09aa49021..ab7686196 100644 --- a/community/cinnamon/PKGBUILD +++ b/community/cinnamon/PKGBUILD @@ -1,30 +1,37 @@ -# $Id: PKGBUILD 83413 2013-01-31 17:33:38Z bpiotrowski $ +# $Id: PKGBUILD 83983 2013-02-07 22:10:55Z bgyorgy $ +# Contributor: M0Rf30 +# Contributor: unifiedlinux +# Contributor: CReimer pkgname=cinnamon pkgver=1.6.7 -pkgrel=5 +pkgrel=6 pkgdesc="Linux desktop which provides advanced innovative features and a traditional user experience" arch=('i686' 'x86_64') url="http://cinnamon.linuxmint.com/" license=('GPL2') -depends=('caribou' 'gjs' 'gnome-bluetooth' 'gnome-control-center' 'gnome-panel' 'gnome-session' - 'gnome-settings-daemon' 'gnome-themes-standard' 'gstreamer0.10' 'libgnomekbd' 'muffin' - 'notification-daemon' 'python2-gconf' 'python2-imaging' 'python2-lxml' 'python2-dbus' 'gksu') +depends=('accountsservice' 'caribou' 'gjs' 'gnome-bluetooth' 'gnome-icon-theme' + 'gnome-menus' 'gnome-settings-daemon' 'gnome-session' 'gnome-themes-standard' + 'gstreamer0.10' 'libgnomekbd' 'networkmanager' 'muffin' 'python2-dbus' + 'python2-gconf' 'python2-imaging' 'python2-lxml') makedepends=('gnome-common' 'intltool') -optdepends=('nautilus: the official Gnome file manager') +optdepends=('gnome-control-center: open settings from various applets' + 'gnome-screensaver: lock screen' + 'nautilus: the official Gnome file manager') options=('!libtool' '!emptydirs') install=${pkgname}.install -source=("$pkgname.tar.gz::https://github.com/linuxmint/Cinnamon/tarball/$pkgver" +source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/Cinnamon/tarball/$pkgver" "cinnamon-screensaver.desktop" "cinnamon2d-screensaver.desktop" - "fix-cursor-change.patch" "gnome-autogen.sh") +md5sums=('ea73c6367d43d82c61f977477bf0c08c' + 'd55c079cdc8bec606f510f87b2a6f776' + '5c6af851ab1cf7e9219f11d86353196a' + 'a925691c9b57a6a884dcf07da057fd1f') build() { cd ${srcdir}/linuxmint-Cinnamon* - patch -Np1 -i ${srcdir}/fix-cursor-change.patch - cp ${srcdir}/gnome-autogen.sh . sed -i 's/\ --warn-all\ --warn-error//' src/Makefile.am sed -i 's/gnome-autogen.sh/.\/gnome-autogen.sh/g' autogen.sh @@ -48,7 +55,6 @@ package() { # Python2 fix sed -i 's/bin\/python/bin\/python2/g' \ - "${pkgdir}/usr/bin/$pkgname-extension-tool" \ "${pkgdir}/usr/bin/$pkgname-launcher" \ "${pkgdir}/usr/bin/$pkgname-menu-editor" \ "${pkgdir}/usr/bin/$pkgname-settings" \ @@ -62,8 +68,4 @@ package() { cp $srcdir/cinnamon*-screensaver.desktop $pkgdir/etc/xdg/autostart } -md5sums=('ea73c6367d43d82c61f977477bf0c08c' - 'd55c079cdc8bec606f510f87b2a6f776' - '5c6af851ab1cf7e9219f11d86353196a' - '8d7a93a1eb0f1d44e4869abd342ed22a' - 'a925691c9b57a6a884dcf07da057fd1f') + diff --git a/community/cinnamon/cinnamon.install b/community/cinnamon/cinnamon.install index 0f1197226..901fd95c9 100644 --- a/community/cinnamon/cinnamon.install +++ b/community/cinnamon/cinnamon.install @@ -1,19 +1,19 @@ post_install() { glib-compile-schemas usr/share/glib-2.0/schemas - - if [[ ! -f '/usr/lib/libgnome-desktop-3.so.2' ]];then - - if [[ $(uname -m) == 'i686' ]];then - ln -s /usr/lib/libgnome-desktop-3.so /usr/lib/libgnome-desktop-3.so.2 - fi - - fi } pre_upgrade() { if [ -f /usr/share/gconf/schemas/cinnamon.schemas ]; then gconfpkg --uninstall cinnamon fi + + if [ "$(vercmp 1.6.7-6 "$2")" -eq 1 ]; then + if [[ -h '/usr/lib/libgnome-desktop-3.so.2' ]]; then + if [[ $(uname -m) == 'i686' ]]; then + unlink /usr/lib/libgnome-desktop-3.so.2 + fi + fi + fi } post_upgrade() { @@ -25,13 +25,5 @@ pre_remove() { } post_remove() { - glib-compile-schemas usr/share/glib-2.0/schemas - - if [[ ! -f '/usr/lib/libgnome-desktop-3.so.2' ]];then - - if [[ $(uname -m) == 'i686' ]];then - unlink /usr/lib/libgnome-desktop-3.so.2 - fi - - fi + post_install } diff --git a/community/directfb/PKGBUILD b/community/directfb/PKGBUILD index b7dbf0323..efd8ef9f6 100644 --- a/community/directfb/PKGBUILD +++ b/community/directfb/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 79438 2012-11-05 08:05:20Z ebelanger $ +# $Id: PKGBUILD 83935 2013-02-07 05:11:49Z eric $ # Maintainer: Jaroslav Lichtblau # Maintainer: Eric Bélanger pkgname=directfb -pkgver=1.6.2 +pkgver=1.6.3 pkgrel=1 pkgdesc="A thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system on top of the Linux Framebuffer Device" arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ license=('LGPL') depends=('gcc-libs' 'libjpeg' 'sdl' 'libpng' 'freetype2') options=('!libtool') source=(http://www.directfb.org/downloads/Core/DirectFB-${pkgver%.*}/DirectFB-${pkgver}.tar.gz) -sha1sums=('a393a53130e6a80369b7081371cd23dd1cd5e192') +sha1sums=('0433c5999044ec9701481a92e50c0760cdb50c41') build() { cd "${srcdir}/DirectFB-${pkgver}" diff --git a/community/golangide/PKGBUILD b/community/golangide/PKGBUILD index 722b757d0..1d716610f 100644 --- a/community/golangide/PKGBUILD +++ b/community/golangide/PKGBUILD @@ -1,10 +1,10 @@ -#$Id: PKGBUILD 82408 2013-01-16 23:36:09Z arodseth $ +#$Id: PKGBUILD 83985 2013-02-07 22:46:23Z arodseth $ # Maintainer: Alexander Rødseth # Contributor: spambanane # Contributor: Matteo pkgname=golangide -pkgver=16 +pkgver=17 pkgrel=1 pkgdesc='IDE for editing and building projects written in the Go programming language (now LiteIDE X)' license=('LGPL') @@ -19,7 +19,7 @@ _name=('Golang IDE') source=("$pkgname.tgz::https://nodeload.github.com/visualfc/liteide/tar.gz/master" 'golangide.png' 'golangide.sh') -sha256sums=('ad40b86cace58bf85bf94e09d9dfc353cbdb31f09566bfd9487d15f321fbe078' +sha256sums=('abc30259bc5d87d23713479e2e464cadd152e588a95400415f6a1247004cfeff' '47c52b22326034bd3d6a7b11b05a53c8b3838c08e145171cf5cad2ca00260697' 'aa5ea27f9c3626431a9cb45e5267771a1eeff48b2e3927c0574eaef9302cfd74') diff --git a/community/highlight/PKGBUILD b/community/highlight/PKGBUILD index 1b7755fdd..cea8e9b78 100644 --- a/community/highlight/PKGBUILD +++ b/community/highlight/PKGBUILD @@ -1,25 +1,21 @@ -# $Id: PKGBUILD 81704 2012-12-27 07:55:09Z bluewind $ +# $Id: PKGBUILD 83937 2013-02-07 08:11:31Z bluewind $ # Maintainer: Florian Pritz # Contributor: Jan Fader pkgbase=highlight pkgname=(highlight highlight-gui) -pkgver=3.12 -pkgrel=3 +pkgver=3.13 +pkgrel=1 url="http://www.andre-simon.de/doku/highlight/highlight.html" license=('GPL') arch=('i686' 'x86_64') makedepends=(qt lua51 boost) source=(http://www.andre-simon.de/zip/$pkgname-$pkgver.tar.bz2{,.asc}) -md5sums=('4b3f01e86a6b3fa25f3c4905a9cd63c7' - 'b784cd3f264a0f281da36f26c0c7f2c2') +md5sums=('2b5e217c80c441853360926dbb7777e9' + 'c68f6dd20af61ca1061d910879d910a8') build() { cd "$srcdir/$pkgbase-$pkgver" - sed -i 's#pkg-config --cflags lua#pkg-config --cflags lua5.1#' src/makefile - sed -i 's#pkg-config --libs lua#pkg-config --libs lua5.1#' src/makefile - sed -i 's#lua#lua5.1#g' src/gui-qt/highlight.pro - make make gui } diff --git a/community/ibus-rime/PKGBUILD b/community/ibus-rime/PKGBUILD index fe95d92c2..9ef07caed 100644 --- a/community/ibus-rime/PKGBUILD +++ b/community/ibus-rime/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 82426 2013-01-17 13:14:23Z fyan $ +# $Id: PKGBUILD 83942 2013-02-07 09:33:33Z fyan $ # Maintainer: Felix Yan # Contributor: GONG Chen # Contributor: 網軍總司令 pkgname=ibus-rime -pkgver=0.9.7 -pkgrel=2 +pkgver=0.9.8 +pkgrel=1 pkgdesc="Rime input method engine for ibus" arch=('i686' 'x86_64') url="http://code.google.com/p/rimeime/" license=('GPL3') -depends=('ibus' 'libnotify' 'librime>=0.9.3' 'brise') +depends=('ibus' 'libnotify' 'librime>=0.9.8' 'brise') makedepends=('cmake') install='ibus-rime.install' source=("http://rimeime.googlecode.com/files/$pkgname-$pkgver.tar.gz") @@ -25,4 +25,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums=('7234fd5ed900274f83c418c83ef3a630') +md5sums=('813148d4ddc9b14fe099d12a99befe63') diff --git a/community/muffin/PKGBUILD b/community/muffin/PKGBUILD index e974e7a99..cd001c143 100644 --- a/community/muffin/PKGBUILD +++ b/community/muffin/PKGBUILD @@ -1,16 +1,17 @@ -# $Id: PKGBUILD 83448 2013-02-01 10:03:42Z foutrelis $ +# $Id: PKGBUILD 83982 2013-02-07 22:09:51Z bgyorgy $ # Contributor: Adam Hani Schakaki # Contributor: Ner0 pkgname=muffin pkgver=1.1.2 -pkgrel=2 +pkgrel=3 pkgdesc="Cinnamon window manager based on Mutter" arch=('i686' 'x86_64') url="https://github.com/linuxmint/muffin" license=('GPL') -depends=('libx11' 'libsm' 'clutter' 'gconf' 'gobject-introspection' 'gsettings-desktop-schemas' 'libcanberra' 'libxxf86vm' 'startup-notification' 'zenity' 'dconf') -makedepends=('libltdl' 'intltool' 'gnome-doc-utils' 'gnome-common' 'libice') +depends=('libsm' 'clutter' 'gobject-introspection' 'gsettings-desktop-schemas' \ + 'libcanberra' 'startup-notification' 'zenity' 'dconf') +makedepends=('intltool' 'gnome-doc-utils') provides=('muffin-wm') conflicts=('muffin-wm') replaces=('muffin-wm') @@ -23,7 +24,8 @@ build() { cd linuxmint-muffin-* autoreconf -vfi - PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/muffin --localstatedir=/var --disable-static --disable-schemas-compile + PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/muffin \ + --localstatedir=/var --disable-static --disable-schemas-compile make } @@ -32,4 +34,5 @@ package() { make DESTDIR="$pkgdir/" install } + # vim:set ts=2 sw=2 et: diff --git a/community/muffin/muffin.install b/community/muffin/muffin.install index c2e3c39c9..2daef58d5 100644 --- a/community/muffin/muffin.install +++ b/community/muffin/muffin.install @@ -2,20 +2,9 @@ post_install() { glib-compile-schemas usr/share/glib-2.0/schemas } -pre_upgrade() { - if [ -f /usr/share/gconf/schemas/muffin.schemas ]; then - /usr/sbin/gconfpkg --uninstall muffin - fi -} - post_upgrade() { post_install } - -pre_remove() { - pre_upgrade -} - post_remove() { post_install } diff --git a/community/nodejs/PKGBUILD b/community/nodejs/PKGBUILD index 254b1213d..8d15d493d 100644 --- a/community/nodejs/PKGBUILD +++ b/community/nodejs/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 82557 2013-01-20 20:44:15Z bpiotrowski $ +# $Id: PKGBUILD 83980 2013-02-07 20:46:58Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: James Campos @@ -8,8 +8,8 @@ # Contributor: TIanyi Cui pkgname=nodejs -pkgver=0.8.18 -pkgrel=2 +pkgver=0.8.19 +pkgrel=1 pkgdesc='Evented I/O for V8 javascript' arch=('i686' 'x86_64') url='http://nodejs.org/' @@ -18,7 +18,7 @@ depends=('openssl' 'python2') checkdepends=('curl') # curl used for check() options=('!emptydirs') source=(http://nodejs.org/dist/v${pkgver}/node-v${pkgver}.tar.gz) -sha256sums=('1d63dd42f9bd22f087585ddf80a881c6acbe1664891b1dda3b71306fe9ae00f9') +sha256sums=('703207d7b394bd3d4035dc3c94b417ee441fd3ea66aa90cd3d7c9bb28e5f9df4') build() { cd node-v${pkgver} -- cgit v1.2.3-54-g00ecf