summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/erlang/PKGBUILD20
-rw-r--r--community/erlang/epmd.conf3
-rw-r--r--community/erlang/epmd.service11
-rw-r--r--community/erlang/epmd.socket9
-rw-r--r--community/gdc/PKGBUILD16
-rw-r--r--community/gdc/folders.diff21
-rwxr-xr-xcommunity/lightdm/PKGBUILD10
-rw-r--r--community/lshw/PKGBUILD8
-rw-r--r--community/monica/PKGBUILD49
-rw-r--r--community/monica/monica.desktop10
-rw-r--r--community/monica/monica.pngbin0 -> 525 bytes
-rw-r--r--community/monica/monica.svg248
-rw-r--r--community/neatx/PKGBUILD6
-rw-r--r--community/quassel/PKGBUILD8
-rw-r--r--community/stone-soup/PKGBUILD8
-rw-r--r--community/tig/PKGBUILD5
-rw-r--r--community/xfe/PKGBUILD6
-rw-r--r--extra/accountsservice/PKGBUILD15
-rw-r--r--extra/accountsservice/git-fixes.patch245
-rw-r--r--extra/e_dbus/PKGBUILD7
-rw-r--r--extra/ecore/PKGBUILD7
-rw-r--r--extra/edje/PKGBUILD7
-rw-r--r--extra/eet/PKGBUILD7
-rw-r--r--extra/eeze/PKGBUILD7
-rw-r--r--extra/efreet/PKGBUILD7
-rw-r--r--extra/eina/PKGBUILD7
-rw-r--r--extra/eio/PKGBUILD7
-rw-r--r--extra/elementary/PKGBUILD7
-rw-r--r--extra/embryo/PKGBUILD7
-rw-r--r--extra/emotion/PKGBUILD7
-rw-r--r--extra/enlightenment17/PKGBUILD6
-rw-r--r--extra/ethumb/PKGBUILD7
-rw-r--r--extra/evas/PKGBUILD18
-rw-r--r--extra/evas/evas-1.7.5-giflib5.patch93
-rw-r--r--extra/evas_generic_loaders/PKGBUILD9
-rw-r--r--extra/gnumeric/PKGBUILD6
-rw-r--r--extra/grilo-plugins/PKGBUILD13
-rw-r--r--extra/libbsd/PKGBUILD22
-rw-r--r--extra/libgsf/PKGBUILD6
-rw-r--r--extra/librsvg/PKGBUILD5
-rw-r--r--extra/qscintilla/PKGBUILD4
-rw-r--r--extra/sqlite/PKGBUILD14
42 files changed, 467 insertions, 511 deletions
diff --git a/community/erlang/PKGBUILD b/community/erlang/PKGBUILD
index c6f117d3c..c822cba62 100644
--- a/community/erlang/PKGBUILD
+++ b/community/erlang/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 92929 2013-06-19 13:52:02Z arodseth $
+# $Id: PKGBUILD 96358 2013-08-26 11:47:54Z arodseth $
# Maintainer: Lukas Fleischer <archlinux@cryptocrack.de>
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Vesa Kaihlavirta <vesa@archlinux.org>
@@ -9,15 +9,21 @@
pkgbase=erlang
pkgname=('erlang' 'erlang-unixodbc')
pkgver=R16B01
-pkgrel=1
+pkgrel=2
arch=('x86_64' 'i686')
url='http://www.erlang.org/'
license=('custom')
makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk' 'wxgtk2.9')
source=("http://www.erlang.org/download/otp_src_${pkgver/_/-}.tar.gz"
- "http://www.erlang.org/download/otp_doc_man_${pkgver/_/-}.tar.gz")
+ "http://www.erlang.org/download/otp_doc_man_${pkgver/_/-}.tar.gz"
+ 'epmd.service'
+ 'epmd.socket'
+ 'epmd.conf')
sha256sums=('da388bc07b8ebdd008f5bb6c3d2c280e358bd188b5aac3ea01e3a7436315abc0'
- '71972049fbac73457fb6868be18068edce9f2c9fc2aeeab15f019d4217b6a8c2')
+ '71972049fbac73457fb6868be18068edce9f2c9fc2aeeab15f019d4217b6a8c2'
+ 'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
+ '998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34'
+ '78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2')
build() {
cd "$srcdir/otp_src_${pkgver/_1/}"
@@ -57,6 +63,12 @@ package_erlang() {
mkdir "$srcdir/unixodbc"
mv "$pkgdir/usr/lib/erlang/lib/odbc"* "$srcdir/unixodbc/"
mv "$pkgdir/usr/lib/erlang/man/man3/odbc.3.gz" "$srcdir"
+
+ # epmd service, socket and conf
+ cd "$srcdir"
+ install -Dm644 epmd.service "$pkgdir/etc/systemd/system/epmd.service"
+ install -Dm644 epmd.socket "$pkgdir/etc/systemd/system/epmd.socket"
+ install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd"
}
package_erlang-unixodbc() {
diff --git a/community/erlang/epmd.conf b/community/erlang/epmd.conf
new file mode 100644
index 000000000..e4f831c39
--- /dev/null
+++ b/community/erlang/epmd.conf
@@ -0,0 +1,3 @@
+#ERL_EPMD_ADDRESS=
+#ERL_EPMD_PORT=4369
+#ERL_EPMD_RELAXED_COMMAND_CHECK=
diff --git a/community/erlang/epmd.service b/community/erlang/epmd.service
new file mode 100644
index 000000000..643eff3b2
--- /dev/null
+++ b/community/erlang/epmd.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Erlang Port Mapper Daemon
+
+[Service]
+EnvironmentFile=/etc/conf.d/epmd
+ExecStart=/usr/bin/epmd -daemon $EPMD_OPTS
+ExecStop=/usr/bin/epmd -kill
+Type=forking
+
+[Install]
+WantedBy=multi-user.target
diff --git a/community/erlang/epmd.socket b/community/erlang/epmd.socket
new file mode 100644
index 000000000..ae3594242
--- /dev/null
+++ b/community/erlang/epmd.socket
@@ -0,0 +1,9 @@
+[Unit]
+Conflicts=epmd.service
+
+[Socket]
+ListenStream=4369
+Accept=no
+
+[Install]
+WantedBy=sockets.target
diff --git a/community/gdc/PKGBUILD b/community/gdc/PKGBUILD
index 72fb3a5c6..31230ed9b 100644
--- a/community/gdc/PKGBUILD
+++ b/community/gdc/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=('gdc' 'libgphobos-devel')
pkgver=4.8.1
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="https://github.com/D-Programming-GDC/GDC"
license=('GPL')
@@ -17,7 +17,7 @@ source=(ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz
folders.diff)
sha256sums=('e4e2202b15f8ba323f88c65de0e4190b0630a4b2e70b0653526b31e946877ead'
'SKIP'
- 'cd9df3c4129092f9a3ce6f608baa83e12935d7185d0ad3e273799264a21b031e')
+ '88a1f1315633e9dde18637ff5239898abd94dca9a39fdb211a66555dd84c2fec')
groups=('dlang' 'dlang-gdc')
conflicts=('gdc1-bin' 'gdc1-hg' 'gdc-git')
@@ -71,6 +71,7 @@ package_gdc()
{
depends=('libmpc' 'zlib')
optdepends=('libgphobos-devel: D standard library, GDC version')
+ description="Compiler for D programming language wich uses gcc backend"
install -D -m755 $srcdir/gcc-build/gcc/gdc $pkgdir/usr/bin/gdc
install -D -m755 $srcdir/gcc-build/gcc/cc1d $pkgdir/usr/lib/gcc/$CHOST/4.8.1/cc1d
@@ -78,16 +79,19 @@ package_gdc()
package_libgphobos-devel()
{
+ description="Standard library for D programming language, GDC port"
+ depends=('gdc')
+
# druntime
install -D $srcdir/gdc/libphobos/libdruntime/object.di $pkgdir/usr/include/dlang/gdc/$pkgver/object.di
cp -r $srcdir/gdc/libphobos/libdruntime/core $pkgdir/usr/include/dlang/gdc/$pkgver/core
cp -r $srcdir/gdc/libphobos/libdruntime/gcc $pkgdir/usr/include/dlang/gdc/$pkgver/gcc
# phobos
- cp $srcdir/gdc/libphobos/crc32.d ${pkgdir}/usr/include/dlang/gdc/$pkgver/crc32.d
- cp -r $srcdir/gdc/libphobos/std ${pkgdir}/usr/include/dlang/gdc/$pkgver/std
- cp -r $srcdir/gdc/libphobos/etc ${pkgdir}/usr/include/dlang/gdc/$pkgver/etc
+ cp $srcdir/gdc/libphobos/src/crc32.d ${pkgdir}/usr/include/dlang/gdc/$pkgver/crc32.d
+ cp -r $srcdir/gdc/libphobos/src/std ${pkgdir}/usr/include/dlang/gdc/$pkgver/std
+ cp -r $srcdir/gdc/libphobos/src/etc ${pkgdir}/usr/include/dlang/gdc/$pkgver/etc
- install -D -m644 $srcdir/gcc-build/$CHOST/libphobos/libgphobos2.a $pkgdir/usr/lib/libgphobos2.a
+ install -D -m644 $srcdir/gcc-build/$CHOST/libphobos/src/libgphobos2.a $pkgdir/usr/lib/libgphobos2.a
install -D -m644 $srcdir/gcc-build/$CHOST/libatomic/.libs/libatomic.a $pkgdir/usr/lib/libatomic.a
}
diff --git a/community/gdc/folders.diff b/community/gdc/folders.diff
index 738a7e6cd..05fc9991a 100644
--- a/community/gdc/folders.diff
+++ b/community/gdc/folders.diff
@@ -1,29 +1,30 @@
diff --git a/gcc/d/Make-lang.in b/gcc/d/Make-lang.in
-index 5bdab1b..aa1122e 100644
+index 9570bf3..52addc0 100644
--- a/gcc/d/Make-lang.in
+++ b/gcc/d/Make-lang.in
-@@ -25,9 +25,9 @@ D_TARGET_INSTALL_NAME = $(target_alias)-$(shell echo gdc|sed '$(program_transfor
+@@ -25,10 +25,10 @@ D_TARGET_INSTALL_NAME = $(target_alias)-$(shell echo gdc|sed '$(program_transfor
# This should be configured
ifeq ($(host), $(target))
-- gcc_d_include_dir = $(prefix)/include/d/$(version)
-+ gcc_d_include_dir = $(prefix)/include/dlang/gdc/$(version)
+- D_include_dir = `echo $(exec_prefix) | sed -e 's|^$(prefix)||' -e 's|/[^/]*|/..|g'`/include/d/$(version)
++ D_include_dir = `echo $(exec_prefix) | sed -e 's|^$(prefix)||' -e 's|/[^/]*|/..|g'`/include/dlang/gdc/$(version)
+ gcc_d_include_dir = $(libsubdir)/$(unlibsubdir)/..$(D_include_dir)
else
- gcc_d_include_dir = $(libsubdir)/include/d
+ gcc_d_include_dir = $(libsubdir)/include/dlang/gdc
endif
-diff --git a/libphobos/configure.in b/libphobos/configure.in
-index f6b3660..7e88b23 100644
---- a/libphobos/configure.in
-+++ b/libphobos/configure.in
-@@ -232,9 +232,9 @@ dnl (# Default case for install directory for include files.) and on
+diff --git a/libphobos/configure.ac b/libphobos/configure.ac
+index dfb8fec..0b88ff4 100644
+--- a/libphobos/configure.ac
++++ b/libphobos/configure.ac
+@@ -220,9 +220,9 @@ dnl (# Default case for install directory for include files.) and on
# will have to modify gcc/configure.ac ..
# For now, basic workaround for cross compilers ..
if test "${host}" != "${build}"; then
- gdc_include_dir='${libdir}/gcc/${host_alias}'/${d_gcc_ver}/include/d
-+ gdc_include_dir='${libdir}/gcc/${host_alias}'/${d_gcc_ver}/include/dlang/gdc
++ gdc_include_dir='${libdir}/gcc/${host_alias}'/${d_gcc_ver}/include/dlang/
else
- gdc_include_dir='${prefix}'/include/d/${d_gcc_ver}
+ gdc_include_dir='${prefix}'/include/dlang/gdc/${d_gcc_ver}
diff --git a/community/lightdm/PKGBUILD b/community/lightdm/PKGBUILD
index d9d9fcb36..7dd62306c 100755
--- a/community/lightdm/PKGBUILD
+++ b/community/lightdm/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 96242 2013-08-22 13:15:04Z alucryd $
+# $Id: PKGBUILD 96356 2013-08-26 09:25:31Z alucryd $
# Maintainer: Maxime Gauduin <alucryd@gmail.com>
# Contributor: Morfeo <morfeo89@hotmail.it>
pkgbase=lightdm
pkgname=('lightdm' 'liblightdm-qt4' 'liblightdm-qt5')
pkgver=1.6.0
-pkgrel=6
+pkgrel=7
epoch=1
pkgdesc="A lightweight display manager"
arch=('i686' 'x86_64')
@@ -57,7 +57,11 @@ optdepends=('xorg-server-xephyr: LightDM test mode'
backup=('etc/apparmor.d/lightdm-guest-session'
'etc/lightdm/keys.conf'
'etc/lightdm/lightdm.conf'
- 'etc/lightdm/users.conf')
+ 'etc/lightdm/users.conf'
+ 'etc/lightdm/xsession'
+ 'etc/pam.d/lightdm'
+ 'etc/pam.d/lightdm-autologin'
+ 'etc/pam.d/lightdm-greeter')
install=${pkgbase}.install
cd ${pkgbase}-${pkgver}
diff --git a/community/lshw/PKGBUILD b/community/lshw/PKGBUILD
index 46563504b..5ef5ecc34 100644
--- a/community/lshw/PKGBUILD
+++ b/community/lshw/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 91516 2013-05-23 11:14:32Z spupykin $
+# $Id: PKGBUILD 96350 2013-08-26 09:20:36Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Stefano Zamprogno <stefano dot zamprogno at gmail dot com>
# Contributor: Chuck Yang <Chuck.Yang@gmail.com>
pkgname=lshw
-pkgver=B.02.16
-pkgrel=5
+pkgver=B.02.17
+pkgrel=1
pkgdesc="A small tool to provide detailed information on the hardware configuration of the machine."
url="http://ezix.org/project/wiki/HardwareLiSter"
license=('GPL')
@@ -14,7 +14,7 @@ depends=('gcc-libs' 'hwids')
optdepends=('gtk2')
makedepends=('gcc' 'gtk2' 'sqlite')
source=(http://ezix.org/software/files/lshw-$pkgver.tar.gz)
-md5sums=('67479167add605e8f001097c30e96d0d')
+md5sums=('a5feb796cb302850eaf5b4530888e3ed')
build() {
cd $srcdir/$pkgname-$pkgver
diff --git a/community/monica/PKGBUILD b/community/monica/PKGBUILD
index 3c24c4e7d..77d620962 100644
--- a/community/monica/PKGBUILD
+++ b/community/monica/PKGBUILD
@@ -1,33 +1,44 @@
-# $Id: PKGBUILD 83166 2013-01-27 16:22:08Z pierre $
-# Maintainer: tobias <tobias@archlinux.org>
+# $Id: PKGBUILD 96371 2013-08-26 20:02:02Z arodseth $
+# Maintainer: Alexander Rødseth <rodseth@gmail.com>
+# Contributor: tobias <tobias@archlinux.org>
# Contributor: Tobias Kieslich <tobias@justdreams.de>
pkgname=monica
pkgver=3.7
-pkgrel=2
-pkgdesc="A monitor calibration tool"
-arch=('i686' 'x86_64')
+pkgrel=3
+pkgdesc='Monitor calibration tool'
+arch=('x86_64' 'i686')
url="http://www.pcbypaul.com/software/monica.html"
license=('BSD')
depends=('fltk' 'xorg-xgamma')
-makedepends=('librsvg')
-#http://www.pcbypaul.com/software/dl/${pkgname}-${pkgver}.tar.bz2
-source=(ftp://ftp.archlinux.org/other/monica/${pkgname}-${pkgver}.tar.bz2 \
- monica.desktop monica.svg)
-md5sums=('490aabc35b830e4a3dc32a2f893ba805'
- 'a337bfda1fca7228420db0ce92256816'
- '4569f5df7d7b3eaf20108adf48e8dfe4')
+makedepends=('gendesk')
+source=("ftp://ftp.archlinux.org/other/monica/$pkgname-$pkgver.tar.bz2"
+ 'monica.png')
+sha256sums=('da0d7762f5a2eed482e8e2f87762d3ac1f013d5c99bd99b34083b69f03492036'
+ '4c9852c7462f747eeede72f252e2578d827c12f09ffd83808f695a64c67bee69')
+
+prepare() {
+ cd "$pkgname-$pkgver"
+
+ gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
+ --categories 'Application;Settings;System'
+}
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "$pkgname-$pkgver"
+
make
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- install -Dm755 monica "${pkgdir}/usr/bin/monica"
- install -Dm644 "${srcdir}/monica.desktop" "${pkgdir}/usr/share/applications/monica.desktop"
- install -Dm644 "${srcdir}/monica.svg" "${pkgdir}/usr/share/pixmaps/monica.svg"
- rsvg-convert -w 64 -h 57 -f png -o "${pkgdir}/usr/share/pixmaps/monica.png" "${srcdir}/monica.svg"
- install -Dm644 licence "${pkgdir}/usr/share/licenses/monica/license.txt"
+ cd "$pkgname-$pkgver"
+
+ install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+ install -Dm644 "$pkgname.desktop" \
+ "$pkgdir/usr/share/applications/$pkgname.desktop"
+ install -Dm644 "$srcdir/$pkgname.png" \
+ "$pkgdir/usr/share/pixmaps/$pkgname.png"
+ install -Dm644 licence "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
+
+# vim:set ts=2 sw=2 et:
diff --git a/community/monica/monica.desktop b/community/monica/monica.desktop
deleted file mode 100644
index 6b17659ca..000000000
--- a/community/monica/monica.desktop
+++ /dev/null
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Monica
-Comment=Monitor Calibration for x-server
-Exec=monica
-Icon=monica
-Terminal=false
-Type=Application
-X-MultipleArgs=false
-Categories=Application;Settings;System;
diff --git a/community/monica/monica.png b/community/monica/monica.png
new file mode 100644
index 000000000..8a2b10f86
--- /dev/null
+++ b/community/monica/monica.png
Binary files differ
diff --git a/community/monica/monica.svg b/community/monica/monica.svg
deleted file mode 100644
index bb9f77d9b..000000000
--- a/community/monica/monica.svg
+++ /dev/null
@@ -1,248 +0,0 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!-- Created with Inkscape (http://www.inkscape.org/) -->
-<svg
- xmlns:dc="http://purl.org/dc/elements/1.1/"
- xmlns:cc="http://web.resource.org/cc/"
- xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:svg="http://www.w3.org/2000/svg"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- xmlns:sodipodi="http://inkscape.sourceforge.net/DTD/sodipodi-0.dtd"
- xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
- sodipodi:docname="monica.svg"
- sodipodi:docbase="/home/pool/graphics/arch_candy/svg-icons"
- height="67.000000pt"
- width="70.000000pt"
- inkscape:version="0.41"
- sodipodi:version="0.32"
- id="svg1573">
- <defs
- id="defs1575">
- <linearGradient
- id="linearGradient1606">
- <stop
- id="stop1607"
- offset="0.0000000"
- style="stop-color:#000000;stop-opacity:0.62745100;" />
- <stop
- id="stop1608"
- offset="1.0000000"
- style="stop-color:#000000;stop-opacity:0.0000000;" />
- </linearGradient>
- <radialGradient
- gradientTransform="translate(0.000000,3.125000)"
- gradientUnits="userSpaceOnUse"
- fy="12.500000"
- fx="12.500000"
- r="12.433378"
- cy="12.500000"
- cx="12.500000"
- id="radialGradient1636"
- xlink:href="#linearGradient1606"
- inkscape:collect="always" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.437333,0.000000,0.000000,0.410284,0.000000,3.125000)"
- y2="0.0000000"
- x2="20.514223"
- y1="30.771334"
- x1="20.514223"
- id="linearGradient1638"
- xlink:href="#linearGradient1606"
- inkscape:collect="always" />
- <radialGradient
- gradientTransform="translate(-12.50000,3.250000)"
- gradientUnits="userSpaceOnUse"
- fy="12.500000"
- fx="100.00000"
- r="12.500000"
- cy="12.500000"
- cx="100.00000"
- id="radialGradient1643"
- xlink:href="#linearGradient1606"
- inkscape:collect="always" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.447214,0.000000,0.000000,2.236068,-12.50000,3.250000)"
- y2="19.565595"
- x2="251.55765"
- y1="19.565595"
- x1="223.60680"
- id="linearGradient1645"
- xlink:href="#linearGradient1606"
- inkscape:collect="always" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(0.508806,0.000000,0.000000,1.965387,0.000000,3.125000)"
- y2="18.889412"
- x2="0.0000000"
- y1="18.889412"
- x1="25.058681"
- id="linearGradient1647"
- xlink:href="#linearGradient1606"
- inkscape:collect="always" />
- <linearGradient
- gradientUnits="userSpaceOnUse"
- gradientTransform="matrix(2.814390,0.000000,0.000000,0.355317,0.000000,-10.12500)"
- y2="246.61094"
- x2="22.207298"
- y1="211.07926"
- x1="22.207298"
- id="linearGradient1649"
- xlink:href="#linearGradient1606"
- inkscape:collect="always" />
- <radialGradient
- gradientTransform="translate(0.000000,-10.12500)"
- gradientUnits="userSpaceOnUse"
- fy="75.000000"
- fx="12.500000"
- r="12.500000"
- cy="75.000000"
- cx="12.500000"
- id="radialGradient1651"
- xlink:href="#linearGradient1606"
- inkscape:collect="always" />
- <radialGradient
- gradientTransform="translate(-12.50000,-10.000000)"
- gradientUnits="userSpaceOnUse"
- fy="75.000000"
- fx="100.00000"
- r="12.500000"
- cy="75.000000"
- cx="100.00000"
- id="radialGradient1653"
- xlink:href="#linearGradient1606"
- inkscape:collect="always" />
- </defs>
- <sodipodi:namedview
- inkscape:current-layer="svg1573"
- inkscape:window-y="3"
- inkscape:window-x="0"
- inkscape:grid-points="true"
- inkscape:grid-bbox="true"
- gridtolerance="2.0000000px"
- gridoriginx="0.0000000pt"
- gridoriginy="0.0000000pt"
- gridspacingx="10.000000pt"
- gridspacingy="10.000000pt"
- snaptogrid="false"
- showgrid="true"
- inkscape:window-height="1002"
- inkscape:window-width="1272"
- inkscape:cy="50.235475"
- inkscape:cx="67.194289"
- inkscape:zoom="7.9999998"
- inkscape:pageshadow="2"
- inkscape:pageopacity="0.0"
- borderopacity="1.0"
- bordercolor="#666666"
- pagecolor="#ffffff"
- id="base" />
- <metadata
- id="metadata1576">
- <rdf:RDF
- id="RDF1577">
- <cc:Work
- id="Work1578"
- rdf:about="">
- <dc:description
- id="description1579">Created with Inkscape
-http://www.inkscape.org/</dc:description>
- <dc:format
- id="format1581">image/svg+xml</dc:format>
- <dc:type
- rdf:resource="http://purl.org/dc/dcmitype/StillImage"
- id="type1583" />
- <dc:title
- id="title1606">ML-Term Icon</dc:title>
- <dc:date
- id="date1608">2004-07-14</dc:date>
- <dc:creator
- id="creator1610">
- <cc:Agent
- id="Agent1611">
- <dc:title
- id="title1612">Tobias Kieslich</dc:title>
- </cc:Agent>
- </dc:creator>
- <dc:coverage
- id="coverage1614" />
- <cc:license
- rdf:resource="http://creativecommons.org/licenses/GPL/2.0/"
- id="license1616" />
- </cc:Work>
- <cc:License
- id="License1624"
- rdf:about="http://creativecommons.org/licenses/GPL/2.0/">
- <cc:permits
- id="permits1625"
- rdf:resource="http://web.resource.org/cc/Reproduction" />
- <cc:permits
- id="permits1626"
- rdf:resource="http://web.resource.org/cc/Distribution" />
- <cc:requires
- id="requires1627"
- rdf:resource="http://web.resource.org/cc/Notice" />
- <cc:permits
- id="permits1628"
- rdf:resource="http://web.resource.org/cc/DerivativeWorks" />
- <cc:requires
- id="requires1629"
- rdf:resource="http://web.resource.org/cc/ShareAlike" />
- <cc:requires
- id="requires1630"
- rdf:resource="http://web.resource.org/cc/SourceCode" />
- </cc:License>
- </rdf:RDF>
- </metadata>
- <path
- sodipodi:nodetypes="cc"
- id="path2775"
- d="M 5.8437501,76.625001 L 82.343750,76.625001"
- style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:9.1875000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" />
- <path
- sodipodi:nodetypes="cc"
- id="path2007"
- d="M 10.593750,6.8437510 L 77.343750,6.8437510"
- style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:5.0625000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" />
- <path
- sodipodi:nodetypes="cccc"
- id="path2803"
- d="M 8.2187499,9.3437490 L 8.2187499,59.593751 L 79.718750,59.593751 L 79.718750,9.3437490"
- style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:5.0625000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" />
- <path
- sodipodi:nodetypes="cc"
- id="path2807"
- d="M 29.750001,67.218750 L 58.125000,67.218750"
- style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#000000;stroke-width:14.937500;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" />
- <path
- sodipodi:nodetypes="cc"
- id="path2953"
- d="M 22.468750,14.718749 L 22.468750,52.468750"
- style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#3f0000;stroke-width:5.0625000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" />
- <path
- sodipodi:nodetypes="cc"
- id="path2955"
- d="M 27.468750,14.718749 L 27.468750,52.468750"
- style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#ff1500;stroke-width:5.0625000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" />
- <path
- sodipodi:nodetypes="cc"
- id="path2957"
- d="M 41.593750,14.718749 L 41.593750,52.468750"
- style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#0b2f00;stroke-width:5.0625000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" />
- <path
- sodipodi:nodetypes="cc"
- id="path2959"
- d="M 46.593750,14.718749 L 46.593750,52.468750"
- style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#08ce00;stroke-width:5.0625000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" />
- <path
- sodipodi:nodetypes="cc"
- id="path2961"
- d="M 60.718750,14.718749 L 60.718750,52.468750"
- style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#00004e;stroke-width:5.0625000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" />
- <path
- sodipodi:nodetypes="cc"
- id="path2963"
- d="M 65.718750,14.718749 L 65.718750,52.468750"
- style="fill:none;fill-opacity:0.75000000;fill-rule:evenodd;stroke:#0072ff;stroke-width:5.0625000;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4.0000000;stroke-opacity:1.0000000" />
-</svg>
diff --git a/community/neatx/PKGBUILD b/community/neatx/PKGBUILD
index 46f8b95f2..0a9b65abb 100644
--- a/community/neatx/PKGBUILD
+++ b/community/neatx/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 78204 2012-10-17 10:24:52Z allan $
+# $Id: PKGBUILD 96352 2013-08-26 09:20:58Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Nicolas Doualot <packages@slubman.info>
pkgname=neatx
pkgver=0.3.1
-pkgrel=13
+pkgrel=14
pkgdesc="A free NX server by google"
arch=('i686' 'x86_64')
url="http://code.google.com/p/neatx/"
license=('GPL')
-depends=('nxserver' 'python2-pexpect' 'python2-simplejson' 'netcat' 'pygtk')
+depends=('python2-pexpect' 'python2-simplejson' 'netcat' 'pygtk')
makedepends=('docutils')
optdepends=('xorg-xdm: if you want to use KDE or GNOME session'
'xorg-fonts-misc: to use default font'
diff --git a/community/quassel/PKGBUILD b/community/quassel/PKGBUILD
index 04c8c6994..5e940bfd4 100644
--- a/community/quassel/PKGBUILD
+++ b/community/quassel/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 91733 2013-05-26 19:25:26Z jelle $
+# $Id: PKGBUILD 96366 2013-08-26 17:18:57Z jelle $
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
pkgbase=quassel
pkgname=('quassel-client' 'quassel-core')
pkgver=0.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="QT4 irc client with a separated core"
arch=('i686' 'x86_64')
url="http://quassel-irc.org/"
@@ -48,7 +48,7 @@ build() {
cd $srcdir/build-client
cmake \
-DCMAKE_INSTALL_PREFIX=/usr/ \
- -DWITH_KDE=0 \
+ -DWITH_KDE=1 \
-DWITH_OPENSSL=ON \
-DCMAKE_BUILD_TYPE="Release" \
-DWANT_CORE=OFF \
@@ -82,7 +82,7 @@ install=quassel.install
package_quassel-client() {
pkgdesc="Qt4 IRC client with a separated core - client only"
-depends=('qt4')
+depends=('qt4' 'kdelibs')
install=quassel-client.install
cd $srcdir/build-client
diff --git a/community/stone-soup/PKGBUILD b/community/stone-soup/PKGBUILD
index 90f07aa95..bcb9e0d7e 100644
--- a/community/stone-soup/PKGBUILD
+++ b/community/stone-soup/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jakob Gruber <jakob.gruber@gmail.com>
pkgname=stone-soup
-pkgver=0.12.1
+pkgver=0.12.2
pkgrel=1
pkgdesc='Open-source, single-player, role-playing roguelike game of exploration and treasure-hunting'
arch=('i686' 'x86_64')
@@ -19,7 +19,8 @@ _name=('Dungeon Crawl Stone Soup')
package() {
cd "$srcdir"
- gendesk -n
+ gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \
+ --exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup'
cd "stone_soup-${pkgver}/source"
@@ -64,4 +65,5 @@ package() {
"${pkgdir}/usr/share/applications/${pkgname}.desktop"
}
-md5sums=('47d7c65cf72786d446e1289533af01de')
+
+md5sums=('a0d5e6f2c4e32c943eb82d9d655199a4')
diff --git a/community/tig/PKGBUILD b/community/tig/PKGBUILD
index ccba8c33b..c0c03326c 100644
--- a/community/tig/PKGBUILD
+++ b/community/tig/PKGBUILD
@@ -4,15 +4,16 @@
# Contributor: Nathan Jones <nathanj@insightbb.com>
pkgname=tig
-pkgver=1.2
+pkgver=1.2.1
pkgrel=1
pkgdesc='Text-mode interface for Git.'
depends=('git' 'ncurses')
+makedepends=('asciidoc' 'xmlto')
url='http://jonas.nitro.dk/tig/'
license=('GPL')
arch=('i686' 'x86_64')
source=("http://jonas.nitro.dk/${pkgname}/releases/${pkgname}-${pkgver}.tar.gz")
-md5sums=('9821525564aa3f4aa51ad2b6c11b3a91')
+md5sums=('9dec2966d3d51f7d8b5b8d4a4b8d93eb')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/xfe/PKGBUILD b/community/xfe/PKGBUILD
index 1a2dc07e6..cfc7665c8 100644
--- a/community/xfe/PKGBUILD
+++ b/community/xfe/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 84135 2013-02-11 11:34:51Z spupykin $
+# $Id: PKGBUILD 96354 2013-08-26 09:21:17Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Eric Belanger <belanger@astro.umontreal.ca>
# Contributor: Ravi Desai <ravster3@hotmail.com>
pkgname=xfe
-pkgver=1.34
+pkgver=1.35
pkgrel=1
pkgdesc="X File Explorer (Xfe) is an MS-Explorer like file manager for X."
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ license=("GPL")
depends=('fox')
makedepends=('intltool')
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('36d0a590d95742eb59d8128a9a7a35b4')
+md5sums=('2cff624a9ee8ee8d8f80e2688fc62feb')
build() {
cd $srcdir/$pkgname-$pkgver
diff --git a/extra/accountsservice/PKGBUILD b/extra/accountsservice/PKGBUILD
index afa12600d..bd401ee3f 100644
--- a/extra/accountsservice/PKGBUILD
+++ b/extra/accountsservice/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 189848 2013-07-09 13:13:14Z heftig $
+# $Id: PKGBUILD 193628 2013-08-26 09:59:39Z jgc $
# Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgname=accountsservice
pkgver=0.6.34
-pkgrel=1
+pkgrel=2
pkgdesc="D-Bus interface for user account query and manipulation"
arch=(i686 x86_64)
url="http://www.freedesktop.org/software/accountsservice/"
@@ -11,13 +11,18 @@ license=('GPL3')
depends=('glib2' 'polkit' 'systemd')
makedepends=('intltool' 'gobject-introspection' 'vala')
options=('!libtool')
-source=($url/$pkgname-$pkgver.tar.xz more-exclusions.patch)
+source=($url/$pkgname-$pkgver.tar.xz more-exclusions.patch git-fixes.patch)
md5sums=('dbf4323b688a314b4bf76890ad6d5279'
- '45ef529fb38d32ec7a1d03005dd20ced')
+ '45ef529fb38d32ec7a1d03005dd20ced'
+ '5082c3ba917c520b70f3c5089cb02c9c')
-build() {
+prepare() {
cd $pkgname-$pkgver
+ patch -Np1 -i ../git-fixes.patch
patch -Np1 -i ../more-exclusions.patch
+}
+build() {
+ cd $pkgname-$pkgver
./configure --prefix=/usr --sysconfdir=/etc \
--libexecdir=/usr/lib/accountsservice \
--with-systemdsystemunitdir=/usr/lib/systemd/system \
diff --git a/extra/accountsservice/git-fixes.patch b/extra/accountsservice/git-fixes.patch
new file mode 100644
index 000000000..b0c3c4019
--- /dev/null
+++ b/extra/accountsservice/git-fixes.patch
@@ -0,0 +1,245 @@
+diff --git a/src/daemon.c b/src/daemon.c
+index ec5cc82..f85050a 100644
+--- a/src/daemon.c
++++ b/src/daemon.c
+@@ -256,6 +256,13 @@ typedef struct {
+ GHashTable *logout_hash;
+ } WTmpGeneratorState;
+
++static void
++user_previous_login_free (UserPreviousLogin *previous_login)
++{
++ g_free (previous_login->id);
++ g_free (previous_login);
++}
++
+ static struct passwd *
+ entry_generator_wtmp (GHashTable *users,
+ gpointer *state)
+@@ -365,11 +372,7 @@ entry_generator_wtmp (GHashTable *users,
+
+ user = g_hash_table_lookup (users, key);
+ if (user == NULL) {
+- for (l = accounting->previous_logins; l != NULL; l = l->next) {
+- previous_login = l->data;
+- g_free (previous_login->id);
+- }
+- g_list_free (accounting->previous_logins);
++ g_list_free_full (accounting->previous_logins, (GDestroyNotify) user_previous_login_free);
+ continue;
+ }
+
+@@ -384,11 +387,10 @@ entry_generator_wtmp (GHashTable *users,
+ g_variant_builder_add (builder2, "{sv}", "type", g_variant_new_string (previous_login->id));
+ g_variant_builder_add (builder, "(xxa{sv})", previous_login->login_time, previous_login->logout_time, builder2);
+ g_variant_builder_unref (builder2);
+- g_free (previous_login->id);
+ }
+ g_object_set (user, "login-history", g_variant_new ("a(xxa{sv})", builder), NULL);
+ g_variant_builder_unref (builder);
+- g_list_free (accounting->previous_logins);
++ g_list_free_full (accounting->previous_logins, (GDestroyNotify) user_previous_login_free);
+
+ user_changed (user);
+ }
+@@ -491,7 +493,7 @@ entry_generator_cachedir (GHashTable *users,
+ key_file = g_key_file_new ();
+ if (g_key_file_load_from_file (key_file, filename, 0, NULL))
+ user_update_from_keyfile (user, key_file);
+- g_key_file_free (key_file);
++ g_key_file_unref (key_file);
+ g_free (filename);
+ }
+
+diff --git a/src/libaccountsservice/act-user-manager.c b/src/libaccountsservice/act-user-manager.c
+index fd660e5..cf2cbfa 100644
+--- a/src/libaccountsservice/act-user-manager.c
++++ b/src/libaccountsservice/act-user-manager.c
+@@ -1178,6 +1178,28 @@ get_current_session_id (ActUserManager *manager)
+ return;
+ }
+ #endif
++
++ if (manager->priv->ck_manager_proxy == NULL) {
++ GError *error = NULL;
++
++ manager->priv->ck_manager_proxy = console_kit_manager_proxy_new_sync (manager->priv->connection,
++ G_DBUS_PROXY_FLAGS_NONE,
++ CK_NAME,
++ CK_MANAGER_PATH,
++ NULL,
++ &error);
++ if (manager->priv->ck_manager_proxy == NULL) {
++ if (error != NULL) {
++ g_warning ("Failed to create ConsoleKit proxy: %s", error->message);
++ g_error_free (error);
++ } else {
++ g_warning ("Failed to create_ConsoleKit_proxy");
++ }
++ unload_seat (manager);
++ return;
++ }
++ }
++
+ console_kit_manager_call_get_current_session (manager->priv->ck_manager_proxy, NULL,
+ on_get_current_session_finished,
+ g_object_ref (manager));
+@@ -1933,12 +1955,13 @@ reload_systemd_sessions (ActUserManager *manager)
+ }
+
+ #endif
+-static void
++static gboolean
+ on_session_monitor_event (GPollableInputStream *stream,
+ ActUserManager *manager)
+ {
+ sd_login_monitor_flush (manager->priv->seat.session_monitor);
+ reload_systemd_sessions (manager);
++ return TRUE;
+ }
+
+ static void
+@@ -2535,9 +2558,13 @@ load_seat_incrementally (ActUserManager *manager)
+ static gboolean
+ load_idle (ActUserManager *manager)
+ {
++ /* The order below is important: load_seat_incrementally might
++ set "is-loaded" immediately and we thus need to call
++ load_users before it.
++ */
++ load_users (manager);
+ manager->priv->seat.state = ACT_USER_MANAGER_SEAT_STATE_UNLOADED + 1;
+ load_seat_incrementally (manager);
+- load_users (manager);
+ manager->priv->load_id = 0;
+
+ return FALSE;
+@@ -2805,22 +2832,6 @@ act_user_manager_init (ActUserManager *manager)
+ G_CALLBACK (on_user_removed_in_accounts_service),
+ manager);
+
+- manager->priv->ck_manager_proxy = console_kit_manager_proxy_new_sync (manager->priv->connection,
+- G_DBUS_PROXY_FLAGS_NONE,
+- CK_NAME,
+- CK_MANAGER_PATH,
+- NULL,
+- &error);
+- if (manager->priv->ck_manager_proxy == NULL) {
+- if (error != NULL) {
+- g_warning ("Failed to create ConsoleKit proxy: %s", error->message);
+- g_error_free (error);
+- } else {
+- g_warning ("Failed to create_ConsoleKit_proxy");
+- }
+- return;
+- }
+-
+ manager->priv->seat.state = ACT_USER_MANAGER_SEAT_STATE_UNLOADED;
+ }
+
+diff --git a/src/libaccountsservice/act-user.h b/src/libaccountsservice/act-user.h
+index 31b2cc6..e2966f4 100644
+--- a/src/libaccountsservice/act-user.h
++++ b/src/libaccountsservice/act-user.h
+@@ -64,7 +64,9 @@ const char *act_user_get_shell (ActUser *user);
+ const char *act_user_get_email (ActUser *user);
+ const char *act_user_get_location (ActUser *user);
+ guint act_user_get_num_sessions (ActUser *user);
++guint act_user_get_num_sessions_anywhere (ActUser *user);
+ gboolean act_user_is_logged_in (ActUser *user);
++gboolean act_user_is_logged_in_anywhere (ActUser *user);
+ int act_user_get_login_frequency (ActUser *user);
+ gint64 act_user_get_login_time (ActUser *user);
+ const GVariant*act_user_get_login_history (ActUser *user);
+diff --git a/src/user.c b/src/user.c
+index 5271b63..661067a 100644
+--- a/src/user.c
++++ b/src/user.c
+@@ -78,6 +78,8 @@ struct User {
+
+ Daemon *daemon;
+
++ GKeyFile *keyfile;
++
+ uid_t uid;
+ gid_t gid;
+ gchar *user_name;
+@@ -360,6 +362,9 @@ user_update_from_keyfile (User *user,
+ }
+ }
+
++ g_clear_pointer (&user->keyfile, g_key_file_unref);
++ user->keyfile = g_key_file_ref (keyfile);
++
+ g_object_thaw_notify (G_OBJECT (user));
+ }
+
+@@ -387,6 +392,8 @@ static void
+ user_save_to_keyfile (User *user,
+ GKeyFile *keyfile)
+ {
++ g_key_file_remove_group (keyfile, "User", NULL);
++
+ if (user->email)
+ g_key_file_set_string (keyfile, "User", "Email", user->email);
+
+@@ -412,15 +419,13 @@ static void
+ save_extra_data (User *user)
+ {
+ gchar *filename;
+- GKeyFile *keyfile;
+ gchar *data;
+ GError *error;
+
+- keyfile = g_key_file_new ();
+- user_save_to_keyfile (user, keyfile);
++ user_save_to_keyfile (user, user->keyfile);
+
+ error = NULL;
+- data = g_key_file_to_data (keyfile, NULL, &error);
++ data = g_key_file_to_data (user->keyfile, NULL, &error);
+ if (error == NULL) {
+ filename = g_build_filename (USERDIR,
+ user->user_name,
+@@ -433,7 +438,6 @@ save_extra_data (User *user)
+ user->user_name, error->message);
+ g_error_free (error);
+ }
+- g_key_file_free (keyfile);
+ }
+
+ static void
+@@ -1816,6 +1820,8 @@ user_finalize (GObject *object)
+
+ user = USER (object);
+
++ g_clear_pointer (&user->keyfile, g_key_file_unref);
++
+ g_free (user->object_path);
+ g_free (user->user_name);
+ g_free (user->real_name);
+@@ -1829,6 +1835,9 @@ user_finalize (GObject *object)
+ g_free (user->location);
+ g_free (user->password_hint);
+
++ if (user->login_history)
++ g_variant_unref (user->login_history);
++
+ if (G_OBJECT_CLASS (user_parent_class)->finalize)
+ (*G_OBJECT_CLASS (user_parent_class)->finalize) (object);
+ }
+@@ -1861,6 +1870,8 @@ user_set_property (GObject *object,
+ user->login_time = g_value_get_int64 (value);
+ break;
+ case PROP_LOGIN_HISTORY:
++ if (user->login_history)
++ g_variant_unref (user->login_history);
+ user->login_history = g_variant_ref (g_value_get_variant (value));
+ break;
+ case PROP_AUTOMATIC_LOGIN:
+@@ -2031,4 +2042,5 @@ user_init (User *user)
+ user->automatic_login = FALSE;
+ user->system_account = FALSE;
+ user->login_history = NULL;
++ user->keyfile = g_key_file_new ();
+ }
diff --git a/extra/e_dbus/PKGBUILD b/extra/e_dbus/PKGBUILD
index 834de04cf..2cea81a7e 100644
--- a/extra/e_dbus/PKGBUILD
+++ b/extra/e_dbus/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 185677 2013-05-16 20:58:57Z ronald $
+# $Id: PKGBUILD 193666 2013-08-26 20:17:24Z ronald $
# Maintainer: Ronald van Haren <ronald@archlinux.org>
# Contributor: Gustavo Sverzut Barbieri <barbieri@gmail.com>
pkgname=e_dbus
-pkgver=1.7.7
+pkgver=1.7.8
pkgrel=1
pkgdesc="D-Bus integration with Ecore"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('BSD')
depends=('ecore' 'dbus-core')
options=('!libtool' '!emptydirs')
source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('f13e9c3bcd4823920cdf3bacbd2c03a1935399a1')
+sha1sums=('726b2c4259e8818921ce0c27a3d452d414255975')
build() {
cd $srcdir/$pkgname-$pkgver
@@ -50,3 +50,4 @@ package(){
install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
$pkgdir/usr/share/licenses/$pkgname/COPYING
}
+
diff --git a/extra/ecore/PKGBUILD b/extra/ecore/PKGBUILD
index 08857c145..a437bf282 100644
--- a/extra/ecore/PKGBUILD
+++ b/extra/ecore/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 185669 2013-05-16 20:56:13Z ronald $
+# $Id: PKGBUILD 193658 2013-08-26 20:14:53Z ronald $
# Maintainer: Ronald van Haren <ronald@archlinux.org>
# Contributor: Gustavo Sverzut Barbieri <barbieri@gmail.com>
pkgname=ecore
-pkgver=1.7.7
+pkgver=1.7.8
pkgrel=1
pkgdesc="OS abstraction layer for e17"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ depends=('eina' 'evas' 'glib2' 'libxp' 'curl' 'libxss' 'libxtst'
makedepends=('subversion')
options=('!libtool' '!emptydirs')
source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('8ee61a186f2a41477415d78af4475e8a05132920')
+sha1sums=('8b8c88a211cb80bb19284560d8d481979ae0c111')
build() {
cd $srcdir/$pkgname-$pkgver
@@ -94,3 +94,4 @@ package(){
install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
$pkgdir/usr/share/licenses/$pkgname/COPYING
}
+
diff --git a/extra/edje/PKGBUILD b/extra/edje/PKGBUILD
index ddf2dfbb8..7a1741c9c 100644
--- a/extra/edje/PKGBUILD
+++ b/extra/edje/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 185673 2013-05-16 20:57:24Z ronald $
+# $Id: PKGBUILD 193662 2013-08-26 20:16:08Z ronald $
# Maintainer: Ronald van Haren <ronald@archlinux.org>
# Contributor: Gustavo Sverzut Barbieri <barbieri@gmail.com>
pkgname=edje
-pkgver=1.7.7
+pkgver=1.7.8
pkgrel=1
pkgdesc="A graphical design and layout library based on Evas"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ optdepends=('python2: inkscape2edc')
install=edje.install
options=('!libtool' '!emptydirs')
source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('cad21ed849b09d1436bebe3742e058177bc26a8b')
+sha1sums=('3fbff1d0b8473a0498ccee44745cf6609d73005e')
build() {
cd $srcdir/$pkgname-$pkgver
@@ -50,3 +50,4 @@ package(){
install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
$pkgdir/usr/share/licenses/$pkgname/COPYING
}
+
diff --git a/extra/eet/PKGBUILD b/extra/eet/PKGBUILD
index e63bf7573..41b4be0c4 100644
--- a/extra/eet/PKGBUILD
+++ b/extra/eet/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 185666 2013-05-16 20:55:11Z ronald $
+# $Id: PKGBUILD 193655 2013-08-26 20:13:56Z ronald $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Ronald van Haren <ronald.archlinux.org>
pkgname=eet
-pkgver=1.7.7
+pkgver=1.7.8
pkgrel=1
pkgdesc="A data storage and compression library"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('BSD')
depends=('libjpeg>=7' 'openssl' 'eina')
options=(!libtool)
source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('d3f756321147b26c89b69ece8c6115ba0f68490e')
+sha1sums=('d68e17fb155954c7d524cdba98244c09ae511513')
build() {
cd $srcdir/$pkgname-$pkgver
@@ -38,3 +38,4 @@ package(){
$pkgdir/usr/share/licenses/$pkgname/COPYING
}
+
diff --git a/extra/eeze/PKGBUILD b/extra/eeze/PKGBUILD
index 1f1c37e4b..871387b4c 100644
--- a/extra/eeze/PKGBUILD
+++ b/extra/eeze/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 185671 2013-05-16 20:56:53Z ronald $
+# $Id: PKGBUILD 193660 2013-08-26 20:15:37Z ronald $
# Maintainer: Ronald van Haren <ronald@archlinux.org>
# Contributor: Gustavo Sverzut Barbieri <barbieri@gmail.com>
pkgname=eeze
-pkgver=1.7.7
+pkgver=1.7.8
pkgrel=1
pkgdesc="Manipulate devices using udev and sysfs"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('BSD')
depends=('ecore' 'eina' 'udev')
options=('!libtool' '!emptydirs')
source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('45b2920b059baa80a2ccf93320751139045e6a72')
+sha1sums=('86a552cbdbbb7e8d968083b2c2429e0df60a6a68')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -37,3 +37,4 @@ package(){
install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
$pkgdir/usr/share/licenses/$pkgname/COPYING
}
+
diff --git a/extra/efreet/PKGBUILD b/extra/efreet/PKGBUILD
index 2229cc2eb..e9cd8992e 100644
--- a/extra/efreet/PKGBUILD
+++ b/extra/efreet/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 185676 2013-05-16 20:58:32Z ronald $
+# $Id: PKGBUILD 193665 2013-08-26 20:17:07Z ronald $
# Maintainer: Ronald van Haren <ronald@archlinux.org>
# Contributor: Gustavo Sverzut Barbieri <barbieri@gmail.com>
pkgname=efreet
-pkgver=1.7.7
+pkgver=1.7.8
pkgrel=1
pkgdesc="FreeDesktop.Org specifications for e17"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('BSD')
depends=('eina' 'ecore' 'e_dbus')
options=('!libtool' '!emptydirs')
source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('df466e60825b24d9c0eb1dbac5f688f884e58404')
+sha1sums=('5981bf49149366b15618050af3a65d6cf145c827')
build() {
cd $srcdir/$pkgname-$pkgver
@@ -41,3 +41,4 @@ package(){
}
+
diff --git a/extra/eina/PKGBUILD b/extra/eina/PKGBUILD
index a9d9c0885..b0740e722 100644
--- a/extra/eina/PKGBUILD
+++ b/extra/eina/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 185665 2013-05-16 20:54:50Z ronald $
+# $Id: PKGBUILD 193654 2013-08-26 20:13:37Z ronald $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Ronald van Haren <ronald.archlinux.org>
pkgname=eina
-pkgver=1.7.7
+pkgver=1.7.8
pkgrel=1
pkgdesc="A core data structure and common utility library"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('LGPL2.1')
depends=('glibc')
options=('!libtool' '!emptydirs')
source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('74260d239cdf1f7da1f0ab106fb144fa23d74a87')
+sha1sums=('f655b2691d3976fdc2cfe116166e790c1b8bc90d')
build() {
cd $srcdir/$pkgname-$pkgver
@@ -48,3 +48,4 @@ package(){
cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install
}
+
diff --git a/extra/eio/PKGBUILD b/extra/eio/PKGBUILD
index 28ad9a4fd..cb903f156 100644
--- a/extra/eio/PKGBUILD
+++ b/extra/eio/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 185670 2013-05-16 20:56:37Z ronald $
+# $Id: PKGBUILD 193659 2013-08-26 20:15:22Z ronald $
# Maintainer: Ronald van Haren <ronald@archlinux.org>
# Contributor: Gustavo Sverzut Barbieri <barbieri@gmail.com>
pkgname=eio
-pkgver=1.7.7
+pkgver=1.7.8
pkgrel=1
pkgdesc="Async IO library using Ecore"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('BSD')
depends=('ecore')
options=('!libtool' '!emptydirs')
source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('1c1bf133496de65c35a19319988796c9913d1d42')
+sha1sums=('75425d2ddd6ddc7a7f668e4f92c43e9d72d057ed')
build() {
cd $srcdir/$pkgname-$pkgver
@@ -40,3 +40,4 @@ package(){
install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
$pkgdir/usr/share/licenses/$pkgname/COPYING
}
+
diff --git a/extra/elementary/PKGBUILD b/extra/elementary/PKGBUILD
index 4503d6e22..57a5cfc1c 100644
--- a/extra/elementary/PKGBUILD
+++ b/extra/elementary/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 185678 2013-05-16 20:59:24Z ronald $
+# $Id: PKGBUILD 193667 2013-08-26 20:17:40Z ronald $
# Maintainer: Ronald van Haren <ronald@archlinux.org>
# Contributor: Gustavo Sverzut Barbieri <barbieri@gmail.com>
pkgname=elementary
-pkgver=1.7.7
+pkgver=1.7.8
pkgrel=1
pkgdesc="Enlightenment's widget set"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('BSD')
depends=('edje' 'e_dbus' 'efreet' 'ethumb' 'eio')
options=('!libtool' '!emptydirs')
source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('1a4dbc727780eff95c102cd8ecf9533c07a3631d')
+sha1sums=('5cae29bd8310691fbf459ce9132264dcef8338ed')
build() {
cd $srcdir/$pkgname-$pkgver
@@ -51,3 +51,4 @@ package(){
install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
$pkgdir/usr/share/licenses/$pkgname/COPYING
}
+
diff --git a/extra/embryo/PKGBUILD b/extra/embryo/PKGBUILD
index 197de93f9..6fd3a0e53 100644
--- a/extra/embryo/PKGBUILD
+++ b/extra/embryo/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 185672 2013-05-16 20:57:07Z ronald $
+# $Id: PKGBUILD 193661 2013-08-26 20:15:52Z ronald $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Ronald van Haren <ronald.archlinux.org>
pkgname=embryo
-pkgver=1.7.7
+pkgver=1.7.8
pkgrel=1
pkgdesc="implementation of a C like scripting language for e17"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('BSD')
depends=('glibc' 'eina')
options=('!libtool')
source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('204fa38463b64d3b97e4c598942e9389dc89216e')
+sha1sums=('879c0dd75de6c402707da4981716a2b7c1dab618')
build() {
cd $srcdir/$pkgname-$pkgver
@@ -35,3 +35,4 @@ package(){
install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
$pkgdir/usr/share/licenses/$pkgname/COPYING
}
+
diff --git a/extra/emotion/PKGBUILD b/extra/emotion/PKGBUILD
index 1f8c515b3..8cfbd127e 100644
--- a/extra/emotion/PKGBUILD
+++ b/extra/emotion/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 185674 2013-05-16 20:57:59Z ronald $
+# $Id: PKGBUILD 193663 2013-08-26 20:16:34Z ronald $
# Maintainer: Ronald van Haren <ronald@archlinux.org>
# Contributor: Gustavo Sverzut Barbieri <barbieri@gmail.com>
pkgname=emotion
-pkgver=1.7.7
+pkgver=1.7.8
pkgrel=1
pkgdesc="Library to easily integrate media playback into EFL applications"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('BSD')
depends=('gstreamer0.10' 'edje' 'eeze')
options=('!libtool' '!emptydirs')
source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('e42b73a268afaa022efb179966991cfb3865168b')
+sha1sums=('a0f9ddbd6b26a69de2fc6958327da1497bd2f420')
build() {
cd $srcdir/$pkgname-$pkgver
@@ -41,3 +41,4 @@ package(){
install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
$pkgdir/usr/share/licenses/$pkgname/COPYING
}
+
diff --git a/extra/enlightenment17/PKGBUILD b/extra/enlightenment17/PKGBUILD
index a91029fd6..99555540e 100644
--- a/extra/enlightenment17/PKGBUILD
+++ b/extra/enlightenment17/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 185679 2013-05-16 21:02:06Z ronald $
+# $Id: PKGBUILD 193669 2013-08-26 20:20:21Z ronald $
# Maintainer: Ronald van Haren <ronald@archlinux.org>
# Contributor: Gustavo Sverzut Barbieri <barbieri@gmail.com>
pkgname=enlightenment17
_pkgname=enlightenment
-pkgver=0.17.3
+pkgver=0.17.4
pkgrel=1
pkgdesc="Enlightenment window manager DR17 (aka e17)"
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ options=('!libtool' '!emptydirs')
install=enlightenment17.install
source=(http://download.enlightenment.org/releases/$_pkgname-$pkgver.tar.gz
'e-applications.menu' 'quickstart.patch' 'sysactions_systemd.patch')
-sha1sums=('998a5ada3861028ffd65f994270e5f7f8e9baf9b'
+sha1sums=('29f5f4c10bcc7b32f79013ccbc7257abeea78faf'
'e08cc63cb8a188a06705b42d03e032b9fcfa7ee5'
'3f53931ae86de8fe99e386aeb097521aac0decd8'
'86f1c5e36dc274c3101362532378be034e89c593')
diff --git a/extra/ethumb/PKGBUILD b/extra/ethumb/PKGBUILD
index e40c66688..ace7965ff 100644
--- a/extra/ethumb/PKGBUILD
+++ b/extra/ethumb/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 185675 2013-05-16 20:58:16Z ronald $
+# $Id: PKGBUILD 193664 2013-08-26 20:16:51Z ronald $
# Maintainer: Ronald van Haren <ronald@archlinux.org>
# Contributor: Gustavo Sverzut Barbieri <barbieri@gmail.com>
pkgname=ethumb
-pkgver=1.7.7
+pkgver=1.7.8
pkgrel=1
pkgdesc="Thumbnailing library and D-Bus service using EFL"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('BSD')
depends=('libexif' 'e_dbus' 'emotion')
options=('!libtool' '!emptydirs')
source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('37d173fea2ce68ee1cedd379f235663c1211d20d')
+sha1sums=('c19b5d8abbf79aa4df1c5523829ece751dc3c268')
build() {
cd $srcdir/$pkgname-$pkgver
@@ -42,3 +42,4 @@ package(){
install -Dm644 $srcdir/$pkgname-$pkgver/COPYING \
$pkgdir/usr/share/licenses/$pkgname/COPYING
}
+
diff --git a/extra/evas/PKGBUILD b/extra/evas/PKGBUILD
index 0857c4a48..eba82f694 100644
--- a/extra/evas/PKGBUILD
+++ b/extra/evas/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 191915 2013-08-01 06:59:44Z bpiotrowski $
+# $Id: PKGBUILD 193657 2013-08-26 20:14:26Z ronald $
# Maintainer: Ronald van Haren <ronald@archlinux.org>
# Contributor: Gustavo Sverzut Barbieri <barbieri@gmail.com>
pkgname=evas
-pkgver=1.7.7
-pkgrel=2
+pkgver=1.7.8
+pkgrel=1
pkgdesc="A hardware-accelerated canvas API for X-Windows"
arch=('i686' 'x86_64')
url="http://www.enlightenment.org"
@@ -12,15 +12,9 @@ license=('BSD')
depends=('eet' 'giflib' 'libpng' 'libjpeg' 'libxrender' 'mesa'
'fribidi' 'fontconfig' 'freetype2' 'harfbuzz' 'evas_generic_loaders')
options=('!libtool' '!emptydirs')
-source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz
- evas-1.7.5-giflib5.patch)
-sha1sums=('0b37848127872be7250d1c3bdff622d78cb7f3af'
- 'ec40d3aff6240dc0e33e648c76393f62b985628a')
+source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
+sha1sums=('ce71de058896e80c8f1822d967a6dcee01a1c9ac')
-prepare() {
- cd $pkgname-$pkgver
- patch -Np1 -i ../evas-1.7.5-giflib5.patch
-}
build() {
cd $pkgname-$pkgver
@@ -69,3 +63,5 @@ package() {
install -Dm644 "$srcdir/$pkgname-$pkgver/COPYING" \
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
}
+
+
diff --git a/extra/evas/evas-1.7.5-giflib5.patch b/extra/evas/evas-1.7.5-giflib5.patch
deleted file mode 100644
index 48d1834c5..000000000
--- a/extra/evas/evas-1.7.5-giflib5.patch
+++ /dev/null
@@ -1,93 +0,0 @@
-diff --git a/src/modules/loaders/gif/evas_image_load_gif.c b/src/modules/loaders/gif/evas_image_load_gif.c
-index 18a6e23..e8cc562 100644
---- a/src/modules/loaders/gif/evas_image_load_gif.c
-+++ b/src/modules/loaders/gif/evas_image_load_gif.c
-@@ -684,7 +684,9 @@ evas_image_load_file_head_gif(Image_Entry *ie, const char *file, const char *key
- int h;
- int alpha;
- int loop_count = -1;
--
-+#if GIFLIB_MAJOR >= 5
-+ int err;
-+#endif
- w = 0;
- h = 0;
- alpha = -1;
-@@ -700,7 +702,11 @@ evas_image_load_file_head_gif(Image_Entry *ie, const char *file, const char *key
- return EINA_FALSE;
- }
-
-+#if GIFLIB_MAJOR >= 5
-+ gif = DGifOpenFileHandle(fd, &err);
-+#else
- gif = DGifOpenFileHandle(fd);
-+#endif
- if (!gif)
- {
- if (fd) close(fd);
-@@ -826,6 +832,9 @@ evas_image_load_specific_frame(Image_Entry *ie, const char *file, int frame_inde
- GifFileType *gif;
- Image_Entry_Frame *frame = NULL;
- Gif_Frame *gif_frame = NULL;
-+#if GIFLIB_MAJOR >= 5
-+ int err;
-+#endif
-
- #ifndef __EMX__
- fd = open(file, O_RDONLY);
-@@ -838,7 +847,11 @@ evas_image_load_specific_frame(Image_Entry *ie, const char *file, int frame_inde
- return EINA_FALSE;
- }
-
-+#if GIFLIB_MAJOR >= 5
-+ gif = DGifOpenFileHandle(fd, &err);
-+#else
- gif = DGifOpenFileHandle(fd);
-+#endif
- if (!gif)
- {
- if (fd) close(fd);
-@@ -915,6 +928,9 @@ evas_image_load_file_data_gif(Image_Entry *ie, const char *file, const char *key
- {
- int fd;
- GifFileType *gif;
-+#if GIFLIB_MAJOR >= 5
-+ int err;
-+#endif
-
- #ifndef __EMX__
- fd = open(file, O_RDONLY);
-@@ -927,7 +943,11 @@ evas_image_load_file_data_gif(Image_Entry *ie, const char *file, const char *key
- return EINA_FALSE;
- }
-
-+#if GIFLIB_MAJOR >= 5
-+ gif = DGifOpenFileHandle(fd, &err);
-+#else
- gif = DGifOpenFileHandle(fd);
-+#endif
- if (!gif)
- {
- if (fd) close(fd);
-@@ -984,6 +1004,9 @@ evas_image_load_frame_duration_gif(Image_Entry *ie, const char *file, const int
- int remain_frames = frame_num;
- double duration = 0;
- int frame_count = 0;
-+#if GIFLIB_MAJOR >= 5
-+ int err;
-+#endif
-
- frame_count = ie->frame_count;
-
-@@ -1000,7 +1023,11 @@ evas_image_load_frame_duration_gif(Image_Entry *ie, const char *file, const int
- #endif
- if (fd < 0) return -1;
-
-+#if GIFLIB_MAJOR >= 5
-+ gif = DGifOpenFileHandle(fd, &err);
-+#else
- gif = DGifOpenFileHandle(fd);
-+#endif
- if (!gif)
- {
- if (fd) close(fd);
diff --git a/extra/evas_generic_loaders/PKGBUILD b/extra/evas_generic_loaders/PKGBUILD
index 8d034297b..9233dc14e 100644
--- a/extra/evas_generic_loaders/PKGBUILD
+++ b/extra/evas_generic_loaders/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 192061 2013-08-05 14:17:30Z andyrtr $
+# $Id: PKGBUILD 193656 2013-08-26 20:14:12Z ronald $
# Maintainer: Ronald van Haren <ronald@archlinux.org>
# Contributor: Gustavo Sverzut Barbieri <barbieri@gmail.com>
pkgname=evas_generic_loaders
-pkgver=1.7.7
-pkgrel=4
+pkgver=1.7.8
+pkgrel=1
pkgdesc="Additional generic loaders for Evas"
arch=('i686' 'x86_64')
url="http://www.enlightenment.org"
@@ -12,7 +12,7 @@ license=('BSD')
depends=('librsvg' 'gstreamer0.10-base' 'poppler' 'libraw' 'libspectre' 'eina')
options=('!libtool' '!emptydirs')
source=(http://download.enlightenment.org/releases/$pkgname-$pkgver.tar.gz)
-sha1sums=('f4c753e995a7adb5e18535f41446e222f19227c2')
+sha1sums=('fe08848b794621e6695cd0df86b465412b0037fa')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -41,3 +41,4 @@ package() {
install -Dm644 "$srcdir/$pkgname-$pkgver/COPYING" \
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
}
+
diff --git a/extra/gnumeric/PKGBUILD b/extra/gnumeric/PKGBUILD
index 7df795429..92ab12ad1 100644
--- a/extra/gnumeric/PKGBUILD
+++ b/extra/gnumeric/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 190849 2013-07-18 20:27:30Z jgc $
+# $Id: PKGBUILD 193620 2013-08-26 07:59:33Z jgc $
# Maintainer: Eric Belanger <eric@archlinux.org>
# Contributor: Kritoke <typeolinux@yahoo.com>
pkgname=gnumeric
-pkgver=1.12.4
+pkgver=1.12.5
pkgrel=1
pkgdesc="A GNOME Spreadsheet Program"
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ install=gnumeric.install
options=('!libtool')
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz
revert-warnings.patch)
-sha256sums=('562e17d8b56f4587e33f54adff89a65ede6e6e0c57bcd561589453d8edae80bd'
+sha256sums=('7ff36dff134157ce6919c4cebc1a419192e529b00e42c52d9cebbd15e8dd5871'
'bcafca016b809000c2a5bf911e2e3dfa4de28f9e541d9964574cac5c7ce09e53')
prepare() {
diff --git a/extra/grilo-plugins/PKGBUILD b/extra/grilo-plugins/PKGBUILD
index 40e175c99..559b9f8ce 100644
--- a/extra/grilo-plugins/PKGBUILD
+++ b/extra/grilo-plugins/PKGBUILD
@@ -1,29 +1,28 @@
-# $Id: PKGBUILD 191285 2013-07-23 10:02:47Z jgc $
+# $Id: PKGBUILD 193611 2013-08-26 07:04:31Z heftig $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
pkgname=grilo-plugins
-pkgver=0.2.8
-pkgrel=2
+pkgver=0.2.9
+pkgrel=1
pkgdesc="Plugins for Grilo"
url="http://www.gnome.org"
arch=(i686 x86_64)
license=(LGPL)
depends=(grilo sqlite libgcrypt)
-makedepends=(gupnp-av libgdata libquvi gmime rest libtracker-sparql totem-plparser libdmapsharing
+makedepends=(gupnp-av libgdata gmime rest libtracker-sparql totem-plparser libdmapsharing
json-glib intltool)
optdepends=('gupnp-av: uPnP plugin'
'libgdata: Youtube plugin'
- 'libquvi: Youtube plugin, Vimeo plugin'
'gmime: Podcasts plugin'
'rest: Blip.tv plugin'
'libtracker-sparql: Tracker plugin'
- 'totem-plparser: Optical media plugin'
+ 'totem-plparser: Youtube plugin, Vimeo plugin, Optical media plugin'
'libdmapsharing: DMAP sharing plugin'
'json-glib: TMDb plugin')
options=('!libtool' '!emptydirs')
groups=('gnome')
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('28f83fd701b33aed7b843e5e3850d7d961310c7cb33ffebcb652160fff8ccd80')
+sha256sums=('902b839bd1cdc27613d9e44af2afe00d1ef3b7471ae72c66c622560007e1023e')
build() {
cd $pkgname-$pkgver
diff --git a/extra/libbsd/PKGBUILD b/extra/libbsd/PKGBUILD
index 1358339c0..3d665b7a2 100644
--- a/extra/libbsd/PKGBUILD
+++ b/extra/libbsd/PKGBUILD
@@ -1,29 +1,19 @@
-# $Id: PKGBUILD 188690 2013-06-18 01:22:22Z heftig $
+# $Id: PKGBUILD 193609 2013-08-25 22:20:49Z allan $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
pkgname=libbsd
-pkgver=0.5.2
-pkgrel=2
+pkgver=0.6.0
+pkgrel=1
pkgdesc="Provides useful functions commonly found on BSD systems like strlcpy()"
arch=('i686' 'x86_64')
url="http://libbsd.freedesktop.org"
license=('custom')
depends=('glibc')
options=('!libtool')
-source=(http://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz{,.asc}
- spt.patch)
-md5sums=('be8b2e0dc4614699834c49693574fd1a'
- 'SKIP'
- '56236fb72c8ec6cbdbd0daa5f404bccb')
-
-prepare() {
- cd $pkgname-$pkgver
-
- # Paper over a firefox crash
- # http://lists.freedesktop.org/archives/libbsd/2013-June/000085.html
- patch -Np1 -i ../spt.patch
-}
+source=(http://libbsd.freedesktop.org/releases/$pkgname-$pkgver.tar.xz{,.asc})
+md5sums=('f6c75f0a9818e323a589bcbd560a0eb4'
+ 'SKIP')
build() {
cd $pkgname-$pkgver
diff --git a/extra/libgsf/PKGBUILD b/extra/libgsf/PKGBUILD
index dc54ceef7..533f43bdc 100644
--- a/extra/libgsf/PKGBUILD
+++ b/extra/libgsf/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 188871 2013-06-23 17:47:47Z heftig $
+# $Id: PKGBUILD 193624 2013-08-26 08:14:46Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Sarah Hay <sarahhay@mb.sympatico.ca>
pkgname=libgsf
-pkgver=1.14.27
+pkgver=1.14.28
pkgrel=1
arch=(i686 x86_64)
pkgdesc="The GNOME Structured File Library is a utility library for reading and writing structured file formats"
@@ -13,7 +13,7 @@ options=('!libtool')
depends=('libxml2' 'gdk-pixbuf2' 'bzip2')
makedepends=('intltool' 'gobject-introspection')
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/1.14/$pkgname-$pkgver.tar.xz)
-sha256sums=('a012e63bedd6003cea9ae8fa78944516b50c334767163b88527c6b2332bc3e6c')
+sha256sums=('ea94914f1fdaa5d4eb49149f0228ae6e41a54bdeb8caf52a7dd8acaa329fcbe4')
build() {
cd "$pkgname-$pkgver"
diff --git a/extra/librsvg/PKGBUILD b/extra/librsvg/PKGBUILD
index f02e02a5f..60e1c547e 100644
--- a/extra/librsvg/PKGBUILD
+++ b/extra/librsvg/PKGBUILD
@@ -1,9 +1,10 @@
-# $Id: PKGBUILD 184408 2013-05-06 19:38:35Z foutrelis $
+# $Id: PKGBUILD 193630 2013-08-26 12:12:13Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=librsvg
pkgver=2.37.0
-pkgrel=2
+pkgrel=1
+epoch=1
pkgdesc="A SVG viewing library"
arch=(i686 x86_64)
license=('LGPL')
diff --git a/extra/qscintilla/PKGBUILD b/extra/qscintilla/PKGBUILD
index e5371df48..7443f9f36 100644
--- a/extra/qscintilla/PKGBUILD
+++ b/extra/qscintilla/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 188708 2013-06-18 12:21:58Z andrea $
+# $Id: PKGBUILD 193634 2013-08-26 13:32:44Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Douglas Soares de Andrade <dsa@aur.archlinux.org>
@@ -6,7 +6,7 @@ pkgbase=qscintilla
pkgname=('qscintilla' 'python-qscintilla' 'python2-qscintilla'
'python-qscintilla-common')
pkgver=2.7.2
-pkgrel=2
+pkgrel=3
license=('GPL')
arch=('i686' 'x86_64')
url="http://www.riverbankcomputing.co.uk/software/qscintilla/intro"
diff --git a/extra/sqlite/PKGBUILD b/extra/sqlite/PKGBUILD
index a9fcae081..525cab350 100644
--- a/extra/sqlite/PKGBUILD
+++ b/extra/sqlite/PKGBUILD
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD 193396 2013-08-19 16:20:40Z andyrtr $
+# $Id: PKGBUILD 193636 2013-08-26 14:58:30Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgbase="sqlite"
pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc')
-_amalgamationver=3071700
+_amalgamationver=3080000
_docver=${_amalgamationver}
-#_docver=3071601
-pkgver=3.7.17
-pkgrel=2
+#_docver=3080001
+pkgver=3.8.0
+pkgrel=1
pkgdesc="A C library that implements an SQL database engine"
arch=('i686' 'x86_64')
license=('custom:Public Domain')
@@ -19,8 +19,8 @@ source=( # tarball containing the amalgamation for SQLite >= 3.7.5 together with
http://www.sqlite.org/2013/sqlite-doc-${_docver}.zip
license.txt)
options=('!libtool' '!emptydirs')
-sha1sums=('e31958e56b1d7bef9433b1ff2e875c8c290d37f4'
- '6b533b0a9a21eb2c2d1c9f278b8defbeb5a432a7'
+sha1sums=('610d01764c2fc6c6220ab88a57ac4de86515ebc8'
+ 'db535a6b86a20192f66146911893aa3b19d4b393'
'f34f6daa4ab3073d74e774aad21d66878cf26853')
build() {