summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-06-30 03:31:22 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-06-30 03:31:22 +0000
commitffb384c05abcdb9c7a7d9df8407b8efc8caa78de (patch)
treeb9677566d16558fce9a6fceec426713a4729fdb0 /extra
parent58beaea4e8efc53ea238eedf446ec5d8c1cd5fdb (diff)
Mon Jun 30 03:27:11 UTC 2014
Diffstat (limited to 'extra')
-rw-r--r--extra/bluez/PKGBUILD6
-rw-r--r--extra/eclipse/PKGBUILD18
-rw-r--r--extra/eclipse/eclipse.sh1
-rw-r--r--extra/gnome-chess/PKGBUILD6
-rw-r--r--extra/libburn/PKGBUILD6
-rw-r--r--extra/libisoburn/PKGBUILD8
-rw-r--r--extra/libisofs/PKGBUILD6
7 files changed, 25 insertions, 26 deletions
diff --git a/extra/bluez/PKGBUILD b/extra/bluez/PKGBUILD
index d7a1c37a1..6326a1b8b 100644
--- a/extra/bluez/PKGBUILD
+++ b/extra/bluez/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 213416 2014-05-23 17:10:18Z andyrtr $
+# $Id: PKGBUILD 215561 2014-06-29 08:42:36Z andyrtr $
# Maintainer: Tom Gundersen <teg@jklm.no>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Geoffroy Carrier <geoffroy@archlinux.org>
pkgbase=bluez
pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 'bluez-plugins')
-pkgver=5.19
+pkgver=5.20
pkgrel=1
url="http://www.bluez.org/"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ source=(http://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.xz
0001-Allow-using-obexd-without-systemd-in-the-user-session.patch
bluetooth.modprobe)
# see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
-sha256sums=('12778f3b66e71eec50eeb2e652de94a2578f33b8c8bd57c981fa00adab524c8a'
+sha256sums=('531fbaa0a9baf7b1f76fb8fd8975c20d3cc61cdc772a39d63df1d6abfc2a7481'
'896a1403d9b7258c4fb0d41f3a6f70fd51eaa1115ab3f4259f3dbbe02b55766b'
'46c021be659c9a1c4e55afd04df0c059af1f3d98a96338236412e449bf7477b4')
diff --git a/extra/eclipse/PKGBUILD b/extra/eclipse/PKGBUILD
index dfeb50580..d11e9a4cf 100644
--- a/extra/eclipse/PKGBUILD
+++ b/extra/eclipse/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 206684 2014-03-04 22:49:29Z heftig $
+# $Id: PKGBUILD 215581 2014-06-29 17:36:05Z heftig $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Ionut Biru <ibiru@archlinux.org>
# Contributor: Paul Mattal <paul@archlinux.org>
@@ -7,21 +7,21 @@
# Contributor: Marco Crosio <marco.crosio@gmail.com>
pkgname=eclipse
-pkgver=4.3.2
+pkgver=4.4.0
pkgrel=2
-_release=kepler-SR2
+_release=luna-R
pkgdesc="An IDE for Java and other languages"
license=("EPL")
arch=('i686' 'x86_64')
url="http://eclipse.org"
depends=('java-environment' 'gtk2' 'unzip' 'webkitgtk2' 'libxtst')
-install=${pkgname}.install
+install=eclipse.install
source=("http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/$pkgname-standard-$_release-linux-gtk.tar.gz"
"http://ftp-stud.fht-esslingen.de/pub/Mirrors/eclipse/technology/epp/downloads/release/${_release/-//}/$pkgname-standard-$_release-linux-gtk-x86_64.tar.gz"
'eclipse.sh' 'eclipse.desktop')
-md5sums=('3fbb62eeef189dc0a45ff4c020588d6f'
- 'b72d5a6caae4e2fd86be2f2f134fc8cb'
- 'e07b2ccfc4689c288fd876a4beb8403d'
+md5sums=('cc700cc2eb164f5da3563e8c5157b373'
+ '44a8a5ae5e74da7b3764da774a505632'
+ '66757230837fdebabb8ce91eb4fccc80'
'ba2cf02c48e6e35bfe3685401c26bb5b')
if (( ! GENINTEG )); then
@@ -34,9 +34,9 @@ if (( ! GENINTEG )); then
fi
fi
-package() {
+package_eclipse() {
install -d "$pkgdir/usr/share"
- cp -a eclipse "$pkgdir/usr/share"
+ cp -a eclipse "$pkgdir/usr/share/eclipse"
install -D eclipse.sh "$pkgdir/usr/bin/eclipse"
install -Dm644 eclipse.desktop "$pkgdir/usr/share/applications/eclipse.desktop"
diff --git a/extra/eclipse/eclipse.sh b/extra/eclipse/eclipse.sh
index d39cee0b3..a6d6d70ae 100644
--- a/extra/eclipse/eclipse.sh
+++ b/extra/eclipse/eclipse.sh
@@ -1,4 +1,3 @@
#!/bin/bash
export ECLIPSE_HOME=/usr/share/eclipse
-export GDK_NATIVE_WINDOWS=true
exec ${ECLIPSE_HOME}/eclipse "$@"
diff --git a/extra/gnome-chess/PKGBUILD b/extra/gnome-chess/PKGBUILD
index baf42655b..43c85ad9e 100644
--- a/extra/gnome-chess/PKGBUILD
+++ b/extra/gnome-chess/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 213468 2014-05-23 23:35:41Z heftig $
+# $Id: PKGBUILD 215589 2014-06-29 21:58:15Z heftig $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=gnome-chess
-pkgver=3.12.2
+pkgver=3.12.3
pkgrel=1
pkgdesc="Play the classic two-player boardgame of chess"
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ install=gnome-chess.install
url="https://live.gnome.org/Chess"
groups=('gnome-extra')
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('381e9f0b8ff470fd2df57b836c89e6a26ff10a6c885ddd3358b89b015b03147e')
+sha256sums=('8e36200baedc8eafe3c7ab3fd748688240917ed76c845607ae38d912d30e7678')
build() {
cd $pkgname-$pkgver
diff --git a/extra/libburn/PKGBUILD b/extra/libburn/PKGBUILD
index c8db32d83..403b2569e 100644
--- a/extra/libburn/PKGBUILD
+++ b/extra/libburn/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 208226 2014-03-19 20:32:56Z andyrtr $
+# $Id: PKGBUILD 215555 2014-06-29 08:31:00Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=libburn
-pkgver=1.3.6.pl01
+pkgver=1.3.8 #.pl01
pkgrel=1
pkgdesc="Library for reading, mastering and writing optical discs"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('GPL')
depends=('glibc')
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
options=('!emptydirs')
-md5sums=('ebfecd07b09f0e6a06c97bcdaa3f8fa3'
+md5sums=('ecee98ecd1c24e9d7e92b605e61a2ef2'
'SKIP')
build() {
diff --git a/extra/libisoburn/PKGBUILD b/extra/libisoburn/PKGBUILD
index 293ff4816..4e4f625f7 100644
--- a/extra/libisoburn/PKGBUILD
+++ b/extra/libisoburn/PKGBUILD
@@ -1,21 +1,21 @@
-# $Id: PKGBUILD 208228 2014-03-19 20:36:58Z andyrtr $
+# $Id: PKGBUILD 215559 2014-06-29 08:38:49Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Gour <Gour <gour@mail.inet.hr>
pkgname=libisoburn
-pkgver=1.3.6.pl01
+pkgver=1.3.8 #.pl01
pkgrel=1
pkgdesc="frontend for libraries libburn and libisofs"
url="http://libburnia-project.org"
arch=('i686' 'x86_64')
license=('GPL2')
-depends=('libburn>=1.3.6.pl01' 'libisofs>=1.3.6' 'readline')
+depends=('libburn>=1.3.8' 'libisofs>=1.3.8' 'readline')
optdepends=('tk: for xorriso-tcltk frontend'
'bwidget: for xorriso-tcltk frontend')
provides=('xorriso' 'xorriso-tcltk')
install=${pkgname}.install
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('51f010e022b54e38a5f0c194b78c5b3a'
+md5sums=('4f1c2290a2d02bdb709c3707fd9f1ae6'
'SKIP')
build() {
diff --git a/extra/libisofs/PKGBUILD b/extra/libisofs/PKGBUILD
index 56d9afef6..1cfc79406 100644
--- a/extra/libisofs/PKGBUILD
+++ b/extra/libisofs/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 206901 2014-03-05 17:56:57Z andyrtr $
+# $Id: PKGBUILD 215557 2014-06-29 08:35:10Z andyrtr $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Contributor: Hugo Doria <hugodoria@gmail.com>
# Contributor: Bjorn Martensen
pkgname=libisofs
-pkgver=1.3.6
+pkgver=1.3.8
pkgrel=1
pkgdesc="Library to pack up hard disk files and directories into a ISO 9660 disk image"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ url="http://libburnia-project.org"
license=('GPL')
depends=('acl' 'zlib')
source=(http://files.libburnia-project.org/releases/${pkgname}-${pkgver}.tar.gz{,.sig})
-md5sums=('11c2df00bf02015c28606a37ee839367'
+md5sums=('7fea3aa98038a90cec6a5779e0e05eb5'
'SKIP')
build() {