summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-02-02 00:54:57 -0800
committerroot <root@rshg054.dnsready.net>2013-02-02 00:54:57 -0800
commit2f5224819ae83de6e9d8de008d5f2dc24769cb0d (patch)
tree2360fd091d34099cfbc4f747babe6280da5cb65c /community
parentedd3a17c9ed0cc3fa7fb62b4ad4178e064d46cda (diff)
Sat Feb 2 00:54:57 PST 2013
Diffstat (limited to 'community')
-rw-r--r--community/freeorion/PKGBUILD8
-rw-r--r--community/gimp-ufraw/PKGBUILD36
-rw-r--r--community/gimp-ufraw/gimp-ufraw.install2
-rw-r--r--community/google-glog/PKGBUILD7
-rw-r--r--community/libmemcached/PKGBUILD8
-rw-r--r--community/librime/PKGBUILD4
-rw-r--r--community/muffin/PKGBUILD18
-rw-r--r--community/partclone/PKGBUILD5
-rw-r--r--community/qtcreator/PKGBUILD8
-rw-r--r--community/rtl-sdr/PKGBUILD6
-rw-r--r--community/sarg/PKGBUILD8
-rw-r--r--community/squid/PKGBUILD8
-rw-r--r--community/tiled-qt/PKGBUILD31
13 files changed, 72 insertions, 77 deletions
diff --git a/community/freeorion/PKGBUILD b/community/freeorion/PKGBUILD
index 4a23823a8..09b6154c9 100644
--- a/community/freeorion/PKGBUILD
+++ b/community/freeorion/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 83248 2013-01-28 16:49:34Z stephane $
+# $Id: PKGBUILD 83429 2013-01-31 23:07:12Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: guini <sidtrun@googlemail.com>
# Contributor: Forrest Loomis <cybercyst _ at _ gmail dot com>
@@ -7,7 +7,7 @@
pkgname=freeorion
pkgver=0.4.1
-pkgrel=5
+pkgrel=6
pkgdesc='Turn-based galactic conquest game inspired by Master of Orion'
arch=('x86_64' 'i686')
url='http://www.freeorion.org/'
@@ -38,10 +38,6 @@ build() {
cd "$srcdir"
gendesk -n
- # Sometimes the latest revision works, sometimes it's the "release" revision that works.
- # Sometimes the release tarball works, sometimes not. Sometimes there is a release tarball, sometimes not.
- # Search for "Arch" in the sf.net/projects/freeorion issue tracker to see a list of past issues.
-
#msg2 'Looking up revision from version number...'
#_releaserevision=`curl --progress-bar -o- ${url}index.php/Compile | grep "$pkgver" | cut -d':' -f2 | cut -d' ' -f10 | tail -1`
#msg2 "The revision for the latest official release is $_releaserevision"
diff --git a/community/gimp-ufraw/PKGBUILD b/community/gimp-ufraw/PKGBUILD
index b47b112eb..c6642e188 100644
--- a/community/gimp-ufraw/PKGBUILD
+++ b/community/gimp-ufraw/PKGBUILD
@@ -1,34 +1,42 @@
-# $Id: PKGBUILD 83146 2013-01-27 16:15:51Z pierre $
-# Maintainer: Tobias Kieslich <tobias@archlinux.org>
+# $Id: PKGBUILD 83473 2013-02-01 16:28:18Z arodseth $
+# Maintainer: Alexander Rødseth <rodseth@gmail.com>
+# Contributor: Tobias Kieslich <tobias@archlinux.org>
+# Contributor: Martin Sugioarto <nakal@web.de>
pkgname=gimp-ufraw
pkgver=0.18
-pkgrel=5
-pkgdesc="Standalone or gimp plugin converter for raw files"
-url="http://ufraw.sourceforge.net/"
-arch=('i686' 'x86_64')
+pkgrel=6
+pkgdesc='Standalone or gimp plugin converter for raw files'
+url='http://ufraw.sourceforge.net/'
+arch=('x86_64' 'i686')
license=('GPL')
-depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils')
+depends=('gtkimageview' 'exiv2' 'lcms' 'bzip2' 'desktop-file-utils' 'cfitsio' 'lensfun')
makedepends=('gimp' 'cinepaint')
optdepends=('gimp: to use the gimp import plugin for raw images'
'cinepaint: to use the cinepaint import plugin for raw images')
install=gimp-ufraw.install
-source=(http://downloads.sourceforge.net/ufraw/ufraw-${pkgver}.tar.gz)
-sha1sums=('41c9ad7aa7f1cbb63a6b0b330b3599b18a7e8cd2')
+source=("http://downloads.sourceforge.net/ufraw/ufraw-$pkgver.tar.gz")
+sha256sums=('24fe739c61e9e14de1900008477c8662553e93427569c1d595556d440e6b9205')
build() {
- cd "${srcdir}/ufraw-${pkgver}"
+ cd "$srcdir/ufraw-$pkgver"
./configure --prefix=/usr \
--enable-extras \
--enable-mime \
- --enable-openmp
+ --enable-openmp \
+ --with-gimp \
+ --with-cinepaint \
+ --enable-contrast
sed -i "s/-ffast-math -fomit-frame-pointer -W -Wall -O3/${CFLAGS}/" Makefile
make
}
package() {
- cd "${srcdir}/ufraw-${pkgver}"
- make DESTDIR="${pkgdir}" install
- rm -f "${pkgdir}/usr/bin/dcraw"
+ cd "$srcdir/ufraw-$pkgver"
+
+ make DESTDIR="$pkgdir" install
+ rm -f "$pkgdir/usr/bin/dcraw"
}
+
+# vim:set ts=2 sw=2 et:
diff --git a/community/gimp-ufraw/gimp-ufraw.install b/community/gimp-ufraw/gimp-ufraw.install
index 80312d4a6..3b232eeb7 100644
--- a/community/gimp-ufraw/gimp-ufraw.install
+++ b/community/gimp-ufraw/gimp-ufraw.install
@@ -9,3 +9,5 @@ post_upgrade() {
post_remove() {
update-desktop-database -q
}
+
+# vim:set ts=2 sw=2 et:
diff --git a/community/google-glog/PKGBUILD b/community/google-glog/PKGBUILD
index f30efef3c..7ca4be213 100644
--- a/community/google-glog/PKGBUILD
+++ b/community/google-glog/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 80554 2012-11-25 02:18:10Z fyan $
+# $Id: PKGBUILD 83436 2013-02-01 07:03:30Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: Ian Yang <doit.ian@gmail.com>
pkgname=google-glog
-pkgver=0.3.2
+pkgver=0.3.3
pkgrel=1
pkgdesc="Logging library for C++"
arch=('i686' 'x86_64')
@@ -13,7 +13,6 @@ depends=('gcc-libs')
makedepends=('make' 'gcc')
options=('!libtool')
source=("http://google-glog.googlecode.com/files/glog-${pkgver}.tar.gz")
-md5sums=('897fbff90d91ea2b6d6e78c8cea641cc')
build() {
cd "$srcdir/glog-${pkgver}"
@@ -31,3 +30,5 @@ package() {
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
}
+
+md5sums=('a6fd2c22f8996846e34c763422717c18')
diff --git a/community/libmemcached/PKGBUILD b/community/libmemcached/PKGBUILD
index d326190b2..6513b4746 100644
--- a/community/libmemcached/PKGBUILD
+++ b/community/libmemcached/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 81365 2012-12-18 19:53:30Z foutrelis $
+# $Id: PKGBUILD 83452 2013-02-01 11:36:01Z foutrelis $
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
pkgname=libmemcached
-pkgver=1.0.15
+pkgver=1.0.16
pkgrel=1
pkgdesc="C and C++ client library to the memcached server"
arch=('i686' 'x86_64')
url="http://libmemcached.org/"
license=('GPL')
depends=('glibc' 'libsasl' 'libevent')
-makedepends=('perl' 'memcached')
+makedepends=('perl' 'memcached' 'python-sphinx')
options=('!libtool')
source=(http://launchpad.net/$pkgname/1.0/$pkgver/+download/$pkgname-$pkgver.tar.gz)
-sha256sums=('dd7e9560029835bddf761a5b4c2339d9e5c7374558659b6c11b2c95e7d3a4325')
+sha256sums=('2215d1766bff02b75403291d3d870fcd7d0735e4d018657d4d74fc44e92bdbfc')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/librime/PKGBUILD b/community/librime/PKGBUILD
index 800c927d0..54e6de246 100644
--- a/community/librime/PKGBUILD
+++ b/community/librime/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 83256 2013-01-28 16:49:43Z stephane $
+# $Id: PKGBUILD 83438 2013-02-01 09:04:01Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
# Contributor: GONG Chen <chen dot sst at gmail dot com>
# Contributor: 網軍總司令
pkgname=librime
pkgver=0.9.7
-pkgrel=4
+pkgrel=5
pkgdesc="Rime input method engine"
arch=('i686' 'x86_64')
url="http://code.google.com/p/rimeime/"
diff --git a/community/muffin/PKGBUILD b/community/muffin/PKGBUILD
index 78c900e8f..e974e7a99 100644
--- a/community/muffin/PKGBUILD
+++ b/community/muffin/PKGBUILD
@@ -1,24 +1,30 @@
-# $Id: PKGBUILD 83411 2013-01-31 17:16:00Z bpiotrowski $
+# $Id: PKGBUILD 83448 2013-02-01 10:03:42Z foutrelis $
+# Contributor: Adam Hani Schakaki <adam@schakaki.net>
+# Contributor: Ner0
pkgname=muffin
pkgver=1.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Cinnamon window manager based on Mutter"
arch=('i686' 'x86_64')
url="https://github.com/linuxmint/muffin"
license=('GPL')
-depends=('clutter' 'gconf' 'gobject-introspection' 'gsettings-desktop-schemas' 'libcanberra' 'libxxf86vm' 'startup-notification' 'zenity' 'dconf')
-makedepends=('libltdl' 'intltool' 'gnome-doc-utils' 'pkg-config')
+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')
+provides=('muffin-wm')
+conflicts=('muffin-wm')
+replaces=('muffin-wm')
options=('!libtool' '!emptydirs')
install=$pkgname.install
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/muffin/tarball/$pkgver")
+md5sums=('0950fa5c00a165c7fed73b0898d072d5')
build() {
cd linuxmint-muffin-*
autoreconf -vfi
PYTHON=python2 ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/muffin --localstatedir=/var --disable-static --disable-schemas-compile
- make ${MAKEFLAGS}
+ make
}
package() {
@@ -26,6 +32,4 @@ package() {
make DESTDIR="$pkgdir/" install
}
-md5sums=('0950fa5c00a165c7fed73b0898d072d5')
-
# vim:set ts=2 sw=2 et:
diff --git a/community/partclone/PKGBUILD b/community/partclone/PKGBUILD
index f8fee5daa..4f51db0de 100644
--- a/community/partclone/PKGBUILD
+++ b/community/partclone/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 76351 2012-09-16 13:33:43Z jsteel $
+# $Id: PKGBUILD 83480 2013-02-01 21:35:48Z eric $
# Maintainer: Jonathan Steel <mail at jsteel dot org>
# Contrinutor: Dan Serban
# Contributor: Franz Burgmann
@@ -7,7 +7,7 @@
pkgname=partclone
pkgver=0.2.48
-pkgrel=4
+pkgrel=5
pkgdesc="Back up and restore used-blocks of a partition"
arch=('i686' 'x86_64')
url="http://partclone.org"
@@ -30,4 +30,3 @@ package() {
make DESTDIR="$pkgdir" install
}
-
diff --git a/community/qtcreator/PKGBUILD b/community/qtcreator/PKGBUILD
index 02be3a67a..72960ba22 100644
--- a/community/qtcreator/PKGBUILD
+++ b/community/qtcreator/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 81404 2012-12-19 17:43:39Z svenstaro $
+# $Id: PKGBUILD 83450 2013-02-01 10:16:55Z svenstaro $
# Maintainer: Imanol Celaya <ornitorrincos@archlinux-es.org>
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Lukas Jirkovsky <l.jirkovsky@gmail.com>
@@ -7,8 +7,8 @@
# Contributor: delor <bartekpiech gmail com>
pkgname="qtcreator"
-pkgver=2.6.1
-_pkgver=2.6.1
+pkgver=2.6.2
+_pkgver=2.6.2
pkgrel=1
pkgdesc='Lightweight, cross-platform integrated development environment'
arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@ optdepends=('qt-doc: for the integrated Qt documentation'
install=qtcreator.install
source=("http://origin.releases.qt-project.org/qtcreator/${_pkgver}/qt-creator-${_pkgver}-src.tar.gz"
'qtcreator.desktop')
-md5sums=('e4d6373335a80ddf7ffcacf92442e43c'
+md5sums=('4700deb89e8cf92239015d7d70f0dcdd'
'82888d4be900e7833d768050a135cd37')
build() {
diff --git a/community/rtl-sdr/PKGBUILD b/community/rtl-sdr/PKGBUILD
index 5f87ac170..0fe7e3a39 100644
--- a/community/rtl-sdr/PKGBUILD
+++ b/community/rtl-sdr/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 82015 2013-01-05 17:18:56Z kkeen $
+# $Id: PKGBUILD 83477 2013-02-01 16:58:18Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: Michael Düll <mail@akurei.me>
pkgname=rtl-sdr
-pkgver=20130105
-_commit="5673a562230a88787bed74c02ea9955901763271"
+pkgver=20130201
+_commit="ea4dbd242d268e50163acb8df1ac662485b43632"
pkgrel=1
pkgdesc="Driver for Realtek RTL2832U, allowing general purpose software defined radio (SDR)."
arch=('i686' 'x86_64')
diff --git a/community/sarg/PKGBUILD b/community/sarg/PKGBUILD
index 11882d279..6fc0508ec 100644
--- a/community/sarg/PKGBUILD
+++ b/community/sarg/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 73875 2012-07-16 07:53:58Z spupykin $
+# $Id: PKGBUILD 83444 2013-02-01 09:35:37Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: JJDaNiMoTh <jjdanimoth.aur@gmail.com>
# Contributor: Tino Reichardt <milky-archlinux@mcmilk.de>
pkgname=sarg
-pkgver=2.3.1
-pkgrel=5
+pkgver=2.3.5
+pkgrel=1
pkgdesc="Squid Analysis Report Generator"
arch=('i686' 'x86_64')
url="http://sarg.sourceforge.net"
@@ -17,7 +17,7 @@ backup=('etc/sarg/css.tpl'
'etc/sarg/sarg.conf'
'etc/sarg/user_limit_block')
source=(http://downloads.sourceforge.net/sourceforge/sarg/$pkgname-$pkgver.tar.gz)
-md5sums=('bf637b8a820b81e2c55e815934151b4d')
+md5sums=('a10545aa0571f73789d81dcfca5bfb3c')
build() {
cd ${srcdir}/$pkgname-$pkgver
diff --git a/community/squid/PKGBUILD b/community/squid/PKGBUILD
index d88935fa4..0eed1e067 100644
--- a/community/squid/PKGBUILD
+++ b/community/squid/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 82172 2013-01-10 09:49:38Z spupykin $
+# $Id: PKGBUILD 83469 2013-02-01 14:43:54Z 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.2.6
-pkgrel=2
+pkgver=3.2.7
+pkgrel=1
pkgdesc='Full-featured Web proxy cache server'
arch=('x86_64' 'i686')
url='http://www.squid-cache.org'
@@ -24,7 +24,7 @@ source=("http://www.squid-cache.org/Versions/v3/3.2/$pkgname-$pkgver.tar.bz2"
'squid.pam'
'squid.cron'
'squid.service')
-md5sums=('87915ad83aebafc7af6871c770b23339'
+md5sums=('3e4d21b24c39d5066791017919866a64'
'e90895ce22c0b618c89a46a9a181fe6c'
'2383772ef94efddc7b920628bc7ac5b0'
'270977cdd9b47ef44c0c427ab9034777'
diff --git a/community/tiled-qt/PKGBUILD b/community/tiled-qt/PKGBUILD
index d79724165..44ffe4486 100644
--- a/community/tiled-qt/PKGBUILD
+++ b/community/tiled-qt/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase>
# Collaborator: Jonathan Fine (were.Vire AT gmail DOT com)
pkgname=tiled-qt
-pkgver=0.8.1
+pkgver=0.9.0
pkgrel=1
pkgdesc='A general purpose tile map editor, built to be flexible and easy to use'
arch=('i686' 'x86_64')
@@ -10,32 +10,17 @@ 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')
+source=(http://sourceforge.net/projects/tiled/files/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+md5sums=('e2e21a54ff17e34b49b8a330cc8b657e')
build() {
- cd $srcdir/$pkgname-$pkgver
- qmake -r PREFIX=/usr
- make
+ cd $srcdir/$pkgname-$pkgver
+ qmake -r INSTALL_HEADERS=yes RPATH=no PREFIX=/usr
+ make
}
package() {
- cd $srcdir
- install -D -m 644 tiled.desktop "$pkgdir/usr/share/applications/tiled.desktop"
+ cd $pkgname-$pkgver
- 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
+ make install INSTALL_ROOT=$pkgdir
}