summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-02-04 00:06:56 -0800
committerroot <root@rshg054.dnsready.net>2013-02-04 00:06:56 -0800
commit3e78397cb031dee2b5874f1c0c9e4c9977f0dbb7 (patch)
tree13cd29450035c478b8a064e0ff16f5a10e3fced6
parente363875b14479aa4c6ff12f3e4e7ed920df4e45f (diff)
Mon Feb 4 00:06:56 PST 2013
-rw-r--r--community/conntrack-tools/PKGBUILD16
-rw-r--r--community/exfat-utils/PKGBUILD6
-rw-r--r--community/fuse-exfat/PKGBUILD6
-rw-r--r--community/imdbpy/PKGBUILD4
-rw-r--r--community/ipvsadm/PKGBUILD27
-rw-r--r--community/ipvsadm/ipvsadm.systemd3
-rw-r--r--community/libnetfilter_log/PKGBUILD21
-rw-r--r--community/minitube/PKGBUILD24
-rw-r--r--community/pcsclite/PKGBUILD13
-rw-r--r--community/perl-term-readline-gnu/PKGBUILD17
-rw-r--r--community/python2-gevent-beta/PKGBUILD34
-rw-r--r--community/radvd/PKGBUILD25
-rw-r--r--community/sage-mathematics/PKGBUILD11
-rw-r--r--community/sage-mathematics/sage-mathematics.install2
-rw-r--r--community/scite/PKGBUILD12
-rw-r--r--community/ucarp/PKGBUILD35
-rw-r--r--community/ucarp/ucarp.84
-rw-r--r--community/ucarp/ucarp.service3
-rw-r--r--community/ulogd/PKGBUILD9
-rw-r--r--community/yamdi/PKGBUILD8
-rw-r--r--core/openldap/PKGBUILD3
-rw-r--r--extra/ardour/PKGBUILD5
-rw-r--r--extra/docker/PKGBUILD6
-rw-r--r--extra/fftw/PKGBUILD34
-rw-r--r--extra/fftw/fftw.install2
-rw-r--r--extra/gettext-mono/PKGBUILD23
-rw-r--r--extra/imagemagick/PKGBUILD6
-rw-r--r--extra/lftp/PKGBUILD18
-rw-r--r--extra/mod_mono/PKGBUILD19
-rw-r--r--extra/mono-addins/PKGBUILD17
-rw-r--r--extra/mono-basic/PKGBUILD18
-rw-r--r--extra/rubberband/PKGBUILD8
-rw-r--r--extra/smartmontools/PKGBUILD11
-rw-r--r--extra/system-config-printer/PKGBUILD8
-rw-r--r--extra/taglib-sharp/PKGBUILD8
-rw-r--r--extra/xf86-video-intel/PKGBUILD6
-rw-r--r--libre/ghostscript-libre/PKGBUILD17
-rw-r--r--libre/ghostscript-libre/ijs-automake.patch10
-rw-r--r--libre/licenses-libre/PKGBUILD108
-rw-r--r--libre/licenses-libre/w3c.txt76
40 files changed, 401 insertions, 282 deletions
diff --git a/community/conntrack-tools/PKGBUILD b/community/conntrack-tools/PKGBUILD
index d82489e0a..26a288a6d 100644
--- a/community/conntrack-tools/PKGBUILD
+++ b/community/conntrack-tools/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 77959 2012-10-16 01:20:20Z seblu $
+# $Id: PKGBUILD 83583 2013-02-03 13:25:07Z seblu $
# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
# Contributor: Valere Monseur <valere_monseur@hotmail.com>
# Contributor: Alessandro Sagratini <ale_sagra@hotmail.com>
@@ -6,7 +6,7 @@
pkgname=conntrack-tools
pkgver=1.4.0
-pkgrel=1
+pkgrel=2
pkgdesc='Userspace tools to interact with the Netfilter connection tracking system'
arch=('i686' 'x86_64')
url='http://www.netfilter.org/projects/conntrack-tools'
@@ -15,17 +15,13 @@ depends=('libnetfilter_conntrack'
'libnetfilter_cttimeout'
'libnetfilter_cthelper'
'libnetfilter_queue')
-backup=('etc/conntrackd.conf' 'etc/conf.d/conntrackd')
+backup=('etc/conntrackd.conf')
options=('!libtool')
source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2"
- 'conntrackd.rc'
- 'conntrackd.conf'
'conntrackd.service'
'01-config-file-path.patch')
install=$pkgname.install
md5sums=('ee737c774e01349f75e935228a2d851b'
- '478fe76da0202fcb5249bf65968d1c26'
- 'd3e73e81b54e3e8166d357d434680684'
'bd135eaefb47923bb8e8d26f084d3e9d'
'e71ff7b8c4997b797cab3eaaccb693f4')
@@ -43,13 +39,11 @@ package() {
pushd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
popd
- # initscripts & systemd
- install -D -m 755 conntrackd.rc "$pkgdir/etc/rc.d/conntrackd"
- install -D -m 644 conntrackd.conf "$pkgdir/etc/conf.d/conntrackd"
+ # systemd
install -D -m 644 conntrackd.service \
"$pkgdir/usr/lib/systemd/system/conntrackd.service"
# install empty configuration files
install -D -m 644 /dev/null "$pkgdir/etc/conntrackd.conf"
}
-# vim:set ts=2 sw=2 ft=sh et:
+# vim:set ts=2 sw=2 et:
diff --git a/community/exfat-utils/PKGBUILD b/community/exfat-utils/PKGBUILD
index 045d4e669..011d78ed2 100644
--- a/community/exfat-utils/PKGBUILD
+++ b/community/exfat-utils/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 82538 2013-01-20 12:50:55Z giovanni $
+# $Id: PKGBUILD 83561 2013-02-03 07:07:42Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Alex <mail.avatar@gmail.com>
pkgname=exfat-utils
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="Utilities for exFAT file system"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('GPL3')
depends=('glibc')
makedepends=('scons')
source=("http://exfat.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
-md5sums=('1fdedea76fc660c432594a27f10ee74b')
+md5sums=('e592130829d0bf61fa5e3cd1c759d329')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/fuse-exfat/PKGBUILD b/community/fuse-exfat/PKGBUILD
index b66dba158..49a2cede9 100644
--- a/community/fuse-exfat/PKGBUILD
+++ b/community/fuse-exfat/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 82536 2013-01-20 12:47:39Z giovanni $
+# $Id: PKGBUILD 83563 2013-02-03 07:12:01Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: GaoShichao <xgdgsc@gmail.com>
pkgname=fuse-exfat
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="Free exFAT file system implementation"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ makedepends=('scons')
optdepends=('exfat-utils: utilities for exFAT file system'
'util-linux: to mount exFAT volumes automatically')
source=("http://exfat.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
-md5sums=('d2dd49910cfa213ab3b2ff2282dc46e6')
+md5sums=('7988a5111841593231f20af22153362d')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/imdbpy/PKGBUILD b/community/imdbpy/PKGBUILD
index 77f70bf1e..2980e6df1 100644
--- a/community/imdbpy/PKGBUILD
+++ b/community/imdbpy/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 73447 2012-07-07 19:43:08Z schiv $
+# $Id: PKGBUILD 83597 2013-02-03 15:16:51Z schiv $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
@@ -18,7 +18,7 @@ optdepends=('python2-lxml' 'python2-sqlalchemy' 'python2-sqlobject')
source=(http://downloads.sourceforge.net/$pkgname/$_realname-$pkgver.tar.gz)
md5sums=('5b071cd63d1804ed568741d2db8d12b5')
-build(){
+package(){
cd "$srcdir/$_realname-$pkgver"
# python2 fix
diff --git a/community/ipvsadm/PKGBUILD b/community/ipvsadm/PKGBUILD
index 42132b7b6..7e0f14a77 100644
--- a/community/ipvsadm/PKGBUILD
+++ b/community/ipvsadm/PKGBUILD
@@ -1,35 +1,31 @@
-# $Id: PKGBUILD 71320 2012-05-26 15:01:34Z seblu $
-# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
+# $Id: PKGBUILD 83590 2013-02-03 14:26:41Z seblu $
+# Maintainer: Sébastien Luttringer <seblu@archlinux.org>
# Contributor: Judd Vinet <jvinet@zeroflux.org>
pkgname=ipvsadm
pkgver=1.26
-pkgrel=5
+pkgrel=7
pkgdesc='The IP Virtual Server administration utility'
arch=('i686' 'x86_64')
url='http://www.linuxvirtualserver.org/software/ipvs.html'
license=('GPL2')
-depends=('libnl1' 'popt')
-backup=("etc/$pkgname.conf" "etc/conf.d/$pkgname")
+depends=('libnl1' 'popt' 'bash')
+backup=("etc/$pkgname.conf")
options=('!makeflags')
install=$pkgname.install
source=("http://www.linuxvirtualserver.org/software/kernel-2.6/$pkgname-$pkgver.tar.gz"
- "$pkgname.conf"
- "$pkgname.rc"
"$pkgname.systemd"
"$pkgname.service"
'01-fix-not-showing-all-server.patch')
md5sums=('eac3ba3f62cd4dea2da353aeddd353a8'
- 'b6cb7724aa6c61c3a9cdd40e8eaa973e'
- 'f2f4a7c6d57c5301c5f12f9b323fdea8'
- 'df28308873b437eeb55657f6aa438ecd'
+ 'b45ef25d384a7a68b51ff80d0fe81dd2'
'dc87684064f85b64c1e79c1eac336303'
'e9fb77d2fbe2d3f41d60257316338543')
build() {
cd $pkgname-$pkgver
patch -p1 -i ../01-fix-not-showing-all-server.patch
- make #INCLUDE="-I/usr/src/linux-$(uname -r)/include -I.. -I."
+ make
}
package() {
@@ -41,16 +37,15 @@ package() {
INIT="$pkgdir/etc/rc.d" \
install
popd
- # install initscripts
- install -Dm 755 $pkgname.rc "$pkgdir/etc/rc.d/$pkgname"
- install -Dm 644 $pkgname.conf "$pkgdir/etc/conf.d/$pkgname"
- # install systemd service
+ # systemd
install -Dm 755 $pkgname.systemd \
"$pkgdir/usr/lib/systemd/scripts/$pkgname"
install -Dm 644 $pkgname.service \
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
+ # remove legacy init system
+ rm -rf "$pkgdir/etc/rc.d"
# default config file
install -Dm 644 /dev/null "$pkgdir/etc/$pkgname.conf"
}
-# vim:set ts=2 sw=2 ft=sh et:
+# vim:set ts=2 sw=2 et:
diff --git a/community/ipvsadm/ipvsadm.systemd b/community/ipvsadm/ipvsadm.systemd
index 3b72bd3ef..c12e3a8ee 100644
--- a/community/ipvsadm/ipvsadm.systemd
+++ b/community/ipvsadm/ipvsadm.systemd
@@ -1,13 +1,12 @@
#!/bin/bash
-. /etc/conf.d/ipvsadm
+CONFIG_FILE='/etc/ipvsadm.conf'
case $1 in
start)
ipvsadm-restore < "$CONFIG_FILE"
;;
stop)
- [[ $SAVE_ON_STOP =~ [yY][eE][sS] ]] && $0 save
ipvsadm -C
;;
save)
diff --git a/community/libnetfilter_log/PKGBUILD b/community/libnetfilter_log/PKGBUILD
index 37027d898..e8519887b 100644
--- a/community/libnetfilter_log/PKGBUILD
+++ b/community/libnetfilter_log/PKGBUILD
@@ -1,24 +1,29 @@
# $Id: PKGBUILD 71613 2012-05-31 08:51:38Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
# Contributor: Kevin Edmonds <edmondskevin@hotmail.com>
# Maintainer: Filip Wojciechowski, filip at loka dot pl
pkgname=libnetfilter_log
pkgver=1.0.1
-pkgrel=1
-pkgdesc="userspace library providing interface to packets that have been logged by the kernel packet filter"
+pkgrel=2
+pkgdesc='Library providing API to packets that have been logged by netfilter'
arch=('i686' 'x86_64')
-url="http://www.netfilter.org/projects/libnetfilter_log/index.html"
+url='http://www.netfilter.org/projects/libnetfilter_log/'
license=('GPL')
depends=('libnfnetlink')
-makedepends=('pkgconfig')
options=('!libtool')
-source=(http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2)
+source=("http://www.netfilter.org/projects/$pkgname/files/$pkgname-$pkgver.tar.bz2")
md5sums=('2a4bb0654ae675a52d2e8d1c06090b94')
build() {
- cd $srcdir/$pkgname-$pkgver
+ cd $pkgname-$pkgver
./configure --prefix=/usr
- make
- make DESTDIR=$pkgdir install
}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
diff --git a/community/minitube/PKGBUILD b/community/minitube/PKGBUILD
index 21c600ecc..e010ef758 100644
--- a/community/minitube/PKGBUILD
+++ b/community/minitube/PKGBUILD
@@ -1,29 +1,25 @@
-# $Id: PKGBUILD 76714 2012-09-27 15:50:01Z andrea $
-# Maintainer: Andrea Scarpino <andrea@archlinux.org>
+# $Id: PKGBUILD 83577 2013-02-03 13:21:39Z speps $
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=minitube
-pkgver=1.9
+pkgver=2.0
pkgrel=1
pkgdesc="A native YouTube client in QT. Watch YouTube videos without Flash Player"
arch=('i686' 'x86_64')
url='http://flavio.tordini.org/minitube'
license=('GPL')
depends=('phonon')
-install="${pkgname}.install"
-source=("http://flavio.tordini.org/files/${pkgname}/${pkgname}-${pkgver}.tar.gz"
- 'fix-build.patch')
-md5sums=('a60bb568519eb91035d5d6dc27ff1406'
- 'b6d67acdfc5ef17235449ca13575ba97')
+install="$pkgname.install"
+source=("http://flavio.tordini.org/files/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('7df1e44b86a4744a492ccc414c0fa77d')
build() {
- cd ${pkgname}
-
- patch -p1 -i "${srcdir}"/fix-build.patch
-
+ cd "$srcdir/$pkgname"
qmake
}
package() {
- cd ${pkgname}
- make install INSTALL_ROOT="${pkgdir}"
+ cd "$srcdir/$pkgname"
+ make install INSTALL_ROOT="$pkgdir/"
}
diff --git a/community/pcsclite/PKGBUILD b/community/pcsclite/PKGBUILD
index 54c025685..fd860a96f 100644
--- a/community/pcsclite/PKGBUILD
+++ b/community/pcsclite/PKGBUILD
@@ -1,21 +1,19 @@
-# $Id: PKGBUILD 82449 2013-01-18 08:24:57Z giovanni $
+# $Id: PKGBUILD 83602 2013-02-03 16:05:49Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com>
pkgname=pcsclite
pkgver=1.8.8
-pkgrel=1
+pkgrel=2
pkgdesc="PC/SC Architecture smartcard middleware library"
arch=('i686' 'x86_64')
url="https://alioth.debian.org/projects/pcsclite/"
license=('BSD')
-depends=('python2' 'systemd-tools')
+depends=('python2' 'systemd')
makedepends=('pkg-config')
options=('!libtool' '!docs')
-source=("https://alioth.debian.org/frs/download.php/3862/pcsc-lite-${pkgver}.tar.bz2"
- 'pcscd')
-md5sums=('069dc875a2ae2d85a2ebceac73252c0a'
- 'c97b6bce695222efb0f003d8e8369010')
+source=("https://alioth.debian.org/frs/download.php/3862/pcsc-lite-${pkgver}.tar.bz2")
+md5sums=('069dc875a2ae2d85a2ebceac73252c0a')
build() {
cd "${srcdir}/pcsc-lite-${pkgver}"
@@ -38,6 +36,5 @@ package() {
make DESTDIR="${pkgdir}" install
install -D -m644 ${srcdir}/pcsc-lite-${pkgver}/COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
- install -D -m755 ${srcdir}/pcscd ${pkgdir}/etc/rc.d/pcscd
install -d ${pkgdir}/usr/lib/pcsc/drivers
}
diff --git a/community/perl-term-readline-gnu/PKGBUILD b/community/perl-term-readline-gnu/PKGBUILD
index 4a1ee0bc0..cfa9a7fe7 100644
--- a/community/perl-term-readline-gnu/PKGBUILD
+++ b/community/perl-term-readline-gnu/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 80447 2012-11-21 22:59:31Z dwallace $
+# $Id: PKGBUILD 83559 2013-02-03 00:44:54Z dwallace $
# CPAN Name : Term-ReadLine-Gnu
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
# Contributor: jason ryan <jasonwryan@gmail.com>
@@ -7,7 +7,7 @@
pkgname=perl-term-readline-gnu
pkgver=1.20
-pkgrel=4
+pkgrel=5
pkgdesc="GNU Readline XS library wrapper"
arch=('i686' 'x86_64')
license=('PerlArtistic' 'GPL')
@@ -21,29 +21,28 @@ md5sums=('fa33510193b89a2ada74fcef00816322'
_distdir="${srcdir}/Term-ReadLine-Gnu-1.20"
build() {
- ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+ export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
PERL_AUTOINSTALL=--skipdeps \
- PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
- PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+ PERL_MM_OPT="INSTALLDIRS=vendor" \
+ PERL_MB_OPT="--installdirs vendor" \
MODULEBUILDRC=/dev/null
cd "$_distdir"
patch --forward -p1 < "${srcdir}/termcap-bad-ncurses-good.patch"
/usr/bin/perl Makefile.PL
make
- )
+
}
check() {
cd "$_distdir"
- ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+ export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
make test
- )
}
package() {
cd "$_distdir"
- make install
+ make pure_install PERL_INSTALL_ROOT="$pkgdir"
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
}
diff --git a/community/python2-gevent-beta/PKGBUILD b/community/python2-gevent-beta/PKGBUILD
new file mode 100644
index 000000000..180ae5b40
--- /dev/null
+++ b/community/python2-gevent-beta/PKGBUILD
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 83594 2013-02-03 14:32:24Z fyan $
+# Maintainer: Felix Yan <felixonmars@gmail.com>
+
+_pkgbase=gevent
+pkgname=python2-${_pkgbase}-beta
+pkgver=1.0rc2
+pkgrel=3
+pkgdesc="Python networking library based on greenlet and libev - Beta version"
+arch=('i686' 'x86_64')
+url="http://www.gevent.org/"
+license=('MIT')
+depends=('python2-greenlet')
+makedepends=('cython2')
+conflicts=('python2-gevent')
+provides=("python2-gevent=$pkgver")
+source=("https://github.com/SiteSupport/gevent/archive/$pkgver.tar.gz")
+
+package() {
+ cd "$srcdir/${_pkgbase}-${pkgver}"
+ msg "Starting make..."
+
+ # Workaround
+ unset MAKEFLAGS
+
+ LIBEV_EMBED=1 \
+ CARES_EMBED=1 \
+ CYTHON=cython2 \
+ PYTHON=python2 \
+ python2 setup.py install \
+ --prefix=/usr \
+ --root="$pkgdir"
+}
+
+md5sums=('e1bce8e15c7ebb08788978c0f4860f9d')
diff --git a/community/radvd/PKGBUILD b/community/radvd/PKGBUILD
index faf021ec5..939ac4b50 100644
--- a/community/radvd/PKGBUILD
+++ b/community/radvd/PKGBUILD
@@ -1,24 +1,20 @@
-# $Id: PKGBUILD 80443 2012-11-21 20:47:43Z seblu $
-# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
+# $Id: PKGBUILD 83582 2013-02-03 13:24:28Z seblu $
+# Maintainer: Sébastien Luttringer <seblu@archlinux.org>
# Contributor: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: Mark Smith <markzzzsmith@yahoo.com.au>
pkgname=radvd
pkgver=1.9.2
-pkgrel=1
+pkgrel=2
pkgdesc='IPv6 Router Advertisement Daemon'
url='http://www.litech.org/radvd/'
license=('custom')
depends=('glibc' 'libdaemon')
arch=('i686' 'x86_64')
-backup=('etc/radvd.conf' 'etc/conf.d/radvd')
+backup=('etc/radvd.conf')
source=("http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.gz"
- "$pkgname.rc"
- "$pkgname.conf"
"$pkgname.service")
sha1sums=('5bc39b7bec0d73ffa443634c340e75b54867766c'
- '08dd01319682f4ef2e847d11aa375e0239c08c7a'
- '63ce41d790a0472e6b3b15928f6a71d1dbb7700d'
'9cb6b2eaaf445fe8d17dfc50fde15709d4de7d1d')
build() {
cd ${pkgname}-${pkgver}
@@ -30,18 +26,13 @@ build() {
package() {
cd ${pkgname}-${pkgver}
make DESTDIR="$pkgdir" install
-
- # install default config
+ # default config
install -D -m 644 radvd.conf.example "$pkgdir/etc/radvd.conf"
-
- # install license
+ # license
install -D -m 644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-
- # install initscripts & systemd files
- install -D -m 755 ../$pkgname.rc "$pkgdir/etc/rc.d/$pkgname"
- install -D -m 644 ../$pkgname.conf "$pkgdir/etc/conf.d/$pkgname"
+ # systemd
install -D -m 644 ../$pkgname.service \
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
}
-# vim:set ts=2 sw=2 ft=sh et:
+# vim:set ts=2 sw=2 et:
diff --git a/community/sage-mathematics/PKGBUILD b/community/sage-mathematics/PKGBUILD
index feea10efe..f48ccb516 100644
--- a/community/sage-mathematics/PKGBUILD
+++ b/community/sage-mathematics/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 81694 2012-12-27 00:16:01Z dwallace $
+# $Id: PKGBUILD 83604 2013-02-03 20:48:03Z dwallace $
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
# Contributor: Antonio Rojas < nqn1976 @ gmail.com >
# Contributor: Thomas Dziedzic < gostrc at gmail >
@@ -7,14 +7,15 @@
# Special thanks to Nareto for moving the compile from the .install to the PKGBUILD
pkgname=sage-mathematics
-pkgver=5.5
+pkgver=5.6
pkgrel=1
pkgdesc='SAGE: Open Source Mathematics Software, a viable free alternative to Magma, Maple, Mathematica, and Matlab.'
url='http://www.sagemath.org'
arch=('i686' 'x86_64')
license=('GPL')
-#depends=('readline')
-makedepends=('gcc-fortran' 'desktop-file-utils')
+#depends=('xz' 'java-environment=7' 'desktop-file-utils' 'libxmu' 'libtiff' 'sqlite' 'libjpeg-turbo')
+depends=('desktop-file-utils')
+makedepends=('gcc-fortran' )
optdepends=('imagemagick: some plotting functionality benefits from it'
'texlive-core: some plotting functionality benefits from it, also to use SageTeX'
'openssh: to use the notebook in secure mode'
@@ -23,7 +24,7 @@ options=('!makeflags')
install="${pkgname}.install"
source=("http://sage.math.washington.edu/home/release/sage-${pkgver}/sage-${pkgver}.tar"
'SAGE-notebook.desktop')
-md5sums=('1162b607cf42859e31e81591600960d3'
+md5sums=('ce50c9e0c0ed1dca3038891c5c929509'
'b82f94383829eee26648feb977e2d89b')
build() {
diff --git a/community/sage-mathematics/sage-mathematics.install b/community/sage-mathematics/sage-mathematics.install
index 6caa5299e..ab5dae235 100644
--- a/community/sage-mathematics/sage-mathematics.install
+++ b/community/sage-mathematics/sage-mathematics.install
@@ -1,5 +1,6 @@
post_install() {
cd /opt/sage
+ update-desktop-database -q
# set HOME because when sage updates its sage_root (after being moved) it will write files to ~/.sage with root ownership
# the files it writes to ~/.sage can be safely ignored
@@ -44,6 +45,7 @@ post_upgrade() {
post_remove() {
# Update LaTeX db to remove SageTeX entries
+ update-desktop-database -q
if [ -f /usr/bin/texhash ]; then
/usr/bin/texhash /usr/share/texmf
fi
diff --git a/community/scite/PKGBUILD b/community/scite/PKGBUILD
index dac1e7758..0bf41a260 100644
--- a/community/scite/PKGBUILD
+++ b/community/scite/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 78867 2012-10-26 09:46:22Z arodseth $
+# $Id: PKGBUILD 83608 2013-02-03 22:48:31Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Thomas S Hatch <thatch45@gmail.com>
# Contributor: Corrado 'bardo' Primier <corrado.primier@mail.polimi.it>
@@ -6,7 +6,7 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=scite
-pkgver=3.2.3
+pkgver=3.2.4
pkgrel=1
pkgdesc='Editor with facilities for building and running programs'
arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@ makedepends=('setconf')
backup=('usr/share/scite/SciTEGlobal.properties')
install=$pkgname.install
source=("http://downloads.sourceforge.net/sourceforge/scintilla/${pkgname}${pkgver//./}.tgz")
-sha256sums=('d0d324a5e420ff96db6cd1c6eeac23b6f4c046e7545e73c4625ab2add90e4a65')
+sha256sums=('bd20b97513aee8e4584253d6ca31ec658bd4f098ceefb354889eb8a498cb5c08')
build() {
cd "$srcdir"
@@ -27,8 +27,10 @@ build() {
setconf scite/gtk/makefile CXXTFLAGS "-DNDEBUG ${CXXFLAGS} $(CXXBASEFLAGS)"
fi
sed '0,/CXXFLAGS=/s//nop=/' -i scintilla/gtk/makefile
- setconf scintilla/gtk/makefile CXXFLAGS "-DNDEBUG ${CXXFLAGS} \$(CXXBASEFLAGS) \$(THREADFLAGS)"
- setconf scintilla/gtk/makefile CXXBASEFLAGS "-Wall -Wno-missing-braces -Wno-char-subscripts -pedantic ${CXXFLAGS} -DGTK -DSCI_LEXER \$(INCLUDEDIRS)"
+ setconf scintilla/gtk/makefile CXXFLAGS \
+ "-DNDEBUG ${CXXFLAGS} \$(CXXBASEFLAGS) \$(THREADFLAGS)"
+ setconf scintilla/gtk/makefile CXXBASEFLAGS \
+ "-Wno-missing-braces -Wno-char-subscripts ${CXXFLAGS} -DGTK -DSCI_LEXER \$(INCLUDEDIRS)"
cd "$srcdir/scintilla/gtk"
make
cd "$srcdir/$pkgname/gtk"
diff --git a/community/ucarp/PKGBUILD b/community/ucarp/PKGBUILD
index 90158ebc1..11548155e 100644
--- a/community/ucarp/PKGBUILD
+++ b/community/ucarp/PKGBUILD
@@ -1,28 +1,23 @@
-# $Id: PKGBUILD 69498 2012-04-17 12:05:31Z seblu $
-# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
+# $Id: PKGBUILD 83576 2013-02-03 13:21:29Z seblu $
+# Maintainer: Sébastien Luttringer <seblu@archlinux.org>
pkgname=ucarp
pkgver=1.5.2
-pkgrel=3
-pkgdesc='UCARP is a portable implementation of the CARP protocol'
+pkgrel=4
+pkgdesc='Userspace implementation of the CARP protocol'
arch=('i686' 'x86_64')
url='http://www.ucarp.org/project/ucarp'
license=('GPL2')
depends=('libpcap')
optdepends=('iproute2')
-backup=('etc/conf.d/ucarp')
source=("http://download.pureftpd.org/pub/ucarp/ucarp-$pkgver.tar.gz"
- 'ucarp.rc'
- 'ucarp.conf'
'ucarp.service'
'ucarp.8'
'01-fix-getopt.patch'
'02-fix-downscript-on-error.c')
md5sums=('e3caa733316a32c09e5d3817617e9145'
- '11675170473c7e11131d90c3d64ff333'
- '79c01b9ba580d2431997efb9df59cf5d'
- '582d59cd969b6447a710f58bbaf28846'
- '05b64a5daeb7aab45a2a59e0f4d83c8f'
+ '40fdef66560e3c98eb7c04adf7c31739'
+ '2ccfdc464b88c437b38bd0324cf1fef3'
'3f20699aaf2ef8139dcd337f1e7f06ab'
'09d26233c37956cf08e629554a91b8cd')
@@ -40,28 +35,22 @@ build() {
}
package() {
- cd $pkgname-$pkgver
+ pushd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
-
# install examples files
install -D -m 644 examples/linux/vip-down.sh \
"$pkgdir/usr/share/doc/$pkgname/examples/vip-down.sh"
install -D -m 644 examples/linux/vip-up.sh \
"$pkgdir/usr/share/doc/$pkgname/examples/vip-up.sh"
-
# install README
install -D -m 644 README "$pkgdir/usr/share/doc/$pkgname/README"
-
- # add initscripts
- cd ..
- install -D -m 755 $pkgname.rc "${pkgdir}/etc/rc.d/$pkgname"
- install -D -m 644 $pkgname.conf "${pkgdir}/etc/conf.d/$pkgname"
- install -D -m 644 $pkgname.service \
- "${pkgdir}/usr/lib/systemd/system/$pkgname.service"
-
+ popd
# add manpage
install -D -m 644 $pkgname.8 "${pkgdir}/usr/share/man/man8/$pkgname.8"
+ # systemd
+ install -D -m 644 $pkgname.service \
+ "${pkgdir}/usr/lib/systemd/system/$pkgname.service"
}
-# vim:set ts=2 sw=2 ft=sh et:
+# vim:set ts=2 sw=2 et:
diff --git a/community/ucarp/ucarp.8 b/community/ucarp/ucarp.8
index 7854e8cf4..7eb19ddc0 100644
--- a/community/ucarp/ucarp.8
+++ b/community/ucarp/ucarp.8
@@ -136,8 +136,8 @@ if you wish another node to take over master.
ucarp was written by Frank Denis, <j@ucarp.org>.
.PP
This manual page was written by Eric Evans <eevans@debian.org>
-for \fBDebian\fP and adapted by Sébastien Luttringer
-<seblu@archlinux.org> for \fBArchlinux\fP. Permission is
+for \fBDebian\fP and adapted to \fBArchlinux\fP
+by Sébastien Luttringer <seblu@archlinux.org>. Permission is
granted to copy, distribute and/or modify this document under
the terms of the GNU General Public License, Version 2 or any
later version published by the Free Software Foundation.
diff --git a/community/ucarp/ucarp.service b/community/ucarp/ucarp.service
index d4afd4d0d..41c8322e2 100644
--- a/community/ucarp/ucarp.service
+++ b/community/ucarp/ucarp.service
@@ -2,8 +2,7 @@
Description=UCARP daemon
[Service]
-EnvironmentFile=/etc/conf.d/ucarp
-ExecStart=/usr/sbin/ucarp $DAEMON_OPTS
+ExecStart=/usr/sbin/ucarp
[Install]
WantedBy=multi-user.target
diff --git a/community/ulogd/PKGBUILD b/community/ulogd/PKGBUILD
index 1c4110c3e..cda2d1034 100644
--- a/community/ulogd/PKGBUILD
+++ b/community/ulogd/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 77483 2012-10-10 23:43:02Z seblu $
+# $Id: PKGBUILD 83573 2013-02-03 13:19:13Z seblu $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: Sebastien Luttringer <seblu+arch@seblu.net>
+# Maintainer: Sébastien Luttringer <seblu@archlinux.org>
# Contributor: Dale Blount <dale@archlinux.org>
# Contributor: Sergej Pupykin <ps@lx-ltd.ru>
pkgname=ulogd
pkgver=2.0.1
-pkgrel=3
+pkgrel=4
pkgdesc='Userspace Packet Logging for netfilter'
arch=('i686' 'x86_64')
url='http://www.netfilter.org/projects/ulogd/index.html'
@@ -24,12 +24,10 @@ makedepends=('libmysqlclient'
optdepends=("${makedepends[@]}")
options=('!libtool')
source=("ftp://ftp.netfilter.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2"
- "$pkgname.rc"
"$pkgname.logrotate"
"$pkgname.conf"
"$pkgname.service")
md5sums=('2f4b1a58955fcad4ebf22f0d00885fc9'
- 'c42230c1cabf5dd9b80bf9a0fd87ca7e'
'dd32eeee0949adff4188544419acd17e'
'c21531312f95e790ed19aa267a17d35a'
'42fc2c0568ff89ec00c2f0797280f296')
@@ -48,7 +46,6 @@ package() {
install -Dm644 ulogd.conf "$pkgdir/usr/share/doc/ulogd/ulogd.conf"
install -m644 doc/*.{table,sql} "$pkgdir/usr/share/doc/ulogd"
cd "$srcdir"
- install -Dm755 $pkgname.rc "$pkgdir/etc/rc.d/$pkgname"
install -Dm644 $pkgname.service "$pkgdir/usr/lib/systemd/system/$pkgname.service"
install -Dm644 $pkgname.logrotate "$pkgdir/etc/logrotate.d/$pkgname"
install -Dm644 $pkgname.conf "$pkgdir/etc/$pkgname.conf"
diff --git a/community/yamdi/PKGBUILD b/community/yamdi/PKGBUILD
index 95f57b23f..1aa9f795d 100644
--- a/community/yamdi/PKGBUILD
+++ b/community/yamdi/PKGBUILD
@@ -1,16 +1,15 @@
-# $Id: PKGBUILD 80642 2012-11-28 08:29:57Z fyan $
+# $Id: PKGBUILD 83565 2013-02-03 08:26:51Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
pkgname=yamdi
-pkgver=1.8
-pkgrel=2
+pkgver=1.9
+pkgrel=1
pkgdesc="A metadata injector for FLV files"
arch=('i686' 'x86_64')
url="http://yamdi.sourceforge.net/"
license=('custom:BSD')
depends=('glibc')
source=("http://downloads.sourceforge.net/yamdi/$pkgname-$pkgver.tar.gz")
-md5sums=('7562f6e28247013cd09e62c4c91272d5')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -25,3 +24,4 @@ package() {
}
# vim:set ts=2 sw=2 et:
+md5sums=('14254b2a68f88feb3fead962bca5dc03')
diff --git a/core/openldap/PKGBUILD b/core/openldap/PKGBUILD
index 2084466a0..3da92bf98 100644
--- a/core/openldap/PKGBUILD
+++ b/core/openldap/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 172106 2012-11-28 19:30:47Z eric $
+# $Id: PKGBUILD 176949 2013-02-03 00:16:48Z eric $
# Maintainer:
pkgbase=openldap
@@ -29,7 +29,6 @@ build() {
sed -i 's|%LOCALSTATEDIR%/run|/run/openldap|' servers/slapd/slapd.conf
sed -i 's|-$(MKDIR) $(DESTDIR)$(localstatedir)/run|-$(MKDIR) $(DESTDIR)/run/openldap|' servers/slapd/Makefile.in
- LDFLAGS="$LDFLAGS -L\"${pkgdir}\"/libldap/usr/lib"
./configure --prefix=/usr --mandir=/usr/share/man --libexecdir=/usr/lib \
--sysconfdir=/etc --localstatedir=/var/lib/openldap \
--enable-ipv6 --enable-syslog --enable-local \
diff --git a/extra/ardour/PKGBUILD b/extra/ardour/PKGBUILD
index 62516ef37..c153916c9 100644
--- a/extra/ardour/PKGBUILD
+++ b/extra/ardour/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 172504 2012-12-04 11:26:49Z schiv $
+# $Id: PKGBUILD 176990 2013-02-03 14:59:10Z schiv $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: tobias <tobias@archlinux.org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
@@ -46,8 +46,7 @@ build() {
DIST_LIBDIR="lib" \
FREEDESKTOP=0 \
FREESOUND=1 \
- SYSLIBS=1 \
- DESTDIR="$pkgdir"
+ SYSLIBS=1
}
package() {
diff --git a/extra/docker/PKGBUILD b/extra/docker/PKGBUILD
index 3c26eb3cc..40da4ab08 100644
--- a/extra/docker/PKGBUILD
+++ b/extra/docker/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 137718 2011-09-10 13:25:58Z pierre $
+# $Id: PKGBUILD 176971 2013-02-03 07:03:24Z allan $
# Contributor: Jochem Kossen <j.kossen@home.nl>
pkgname=docker
pkgver=1.5
-pkgrel=5
+pkgrel=6
pkgdesc="Docker is a docking application (WindowMaker dock app) which acts as a system tray for KDE and GNOME2."
arch=('i686' 'x86_64')
url="http://icculus.org/openbox/2/docker/"
@@ -14,11 +14,11 @@ md5sums=('349320bebd43babb8b43e11c7aae0293')
build() {
cd $srcdir/$pkgname-$pkgver
- install -d $pkgdir/usr/bin
make
}
package() {
cd $srcdir/$pkgname-$pkgver
+ install -d $pkgdir/usr/bin
make PREFIX=$pkgdir/usr install
}
diff --git a/extra/fftw/PKGBUILD b/extra/fftw/PKGBUILD
index db4322f0b..54a1c08ee 100644
--- a/extra/fftw/PKGBUILD
+++ b/extra/fftw/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 159277 2012-05-20 10:35:50Z ronald $
+# $Id: PKGBUILD 176986 2013-02-03 11:04:50Z allan $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: damir <damir@archlinux.org>
pkgname=fftw
-pkgver=3.3.2
+pkgver=3.3.3
pkgrel=1
pkgdesc="A library for computing the discrete Fourier transform (DFT)"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ makedepends=('gcc-fortran')
options=('!libtool')
source=("http://www.fftw.org/${pkgname}-${pkgver}.tar.gz")
install=fftw.install
-sha1sums=('11a8c31186ff5a7d686a79a3f21b2530888e0dc2')
+sha1sums=('11487180928d05746d431ebe7a176b52fe205cf9')
# notes:
# http://www.fftw.org/fftw2_doc/fftw_6.html#SEC69
@@ -23,28 +23,42 @@ sha1sums=('11a8c31186ff5a7d686a79a3f21b2530888e0dc2')
build() {
- cd ${srcdir}/${pkgname}-${pkgver}
+ cd ${srcdir}
+
+ cp -a ${pkgname}-${pkgver} ${pkgname}-${pkgver}-double
+ cp -a ${pkgname}-${pkgver} ${pkgname}-${pkgver}-long-double
+ mv ${pkgname}-${pkgver} ${pkgname}-${pkgver}-single
+
# use upstream default CFLAGS while keeping our -march/-mtune
CFLAGS+=" -O3 -fomit-frame-pointer -malign-double -fstrict-aliasing -ffast-math"
CONFIGURE="./configure F77=gfortran --prefix=/usr \
- --enable-shared --enable-threads --enable-type-prefix"
+ --enable-shared --enable-threads"
- # build & install double precision
+ # build double precision
+ cd ${srcdir}/${pkgname}-${pkgver}-double
$CONFIGURE --enable-sse2
make
- make DESTDIR=${pkgdir} install
- make clean
# build & install long double precission
+ cd ${srcdir}/${pkgname}-${pkgver}-long-double
$CONFIGURE --enable-long-double
make
- make DESTDIR=${pkgdir} install
- make clean
# build & install single precision
+ cd ${srcdir}/${pkgname}-${pkgver}-single
$CONFIGURE --enable-float --enable-sse
make
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}-double
make DESTDIR=${pkgdir} install
+
+ cd ${srcdir}/${pkgname}-${pkgver}-long-double
+ make DESTDIR=${pkgdir} install
+
+ cd ${srcdir}/${pkgname}-${pkgver}-single
+ make DESTDIR=${pkgdir} install
}
diff --git a/extra/fftw/fftw.install b/extra/fftw/fftw.install
index a3748aae1..b2b22ac67 100644
--- a/extra/fftw/fftw.install
+++ b/extra/fftw/fftw.install
@@ -2,6 +2,7 @@ info_dir=/usr/share/info
info_files=(fftw3.info)
post_install() {
+ [[ -x usr/bin/install-info ]] || return 0
for f in ${info_files[@]}; do
install-info ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
done
@@ -12,6 +13,7 @@ post_upgrade() {
}
pre_remove() {
+ [[ -x usr/bin/install-info ]] || return 0
for f in ${info_files[@]}; do
install-info --delete ${info_dir}/$f.gz ${info_dir}/dir 2> /dev/null
done
diff --git a/extra/gettext-mono/PKGBUILD b/extra/gettext-mono/PKGBUILD
index 9e89644a8..61d2a19a4 100644
--- a/extra/gettext-mono/PKGBUILD
+++ b/extra/gettext-mono/PKGBUILD
@@ -1,16 +1,17 @@
-# $Id: PKGBUILD 144881 2011-12-08 21:14:16Z daniel $
+# $Id: PKGBUILD 176967 2013-02-03 06:53:37Z allan $
# Maintainer: Daniel Isenmann <daniel@archlinux.org>
pkgname=gettext-mono
-pkgver=0.18.1.1
+pkgver=0.18.2
pkgrel=1
pkgdesc="mono assemblies for GNU internationalization library"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/gettext"
license=('GPL')
depends=('mono>=2.10.6')
-source=(ftp://ftp.gnu.org/pub/gnu/gettext/gettext-$pkgver.tar.gz)
-md5sums=('3dd55b952826d2b32f51308f2f91aa89')
+source=(ftp://ftp.gnu.org/pub/gnu/gettext/gettext-$pkgver.tar.gz{,.sig})
+md5sums=('0c86e5af70c195ab8bd651d17d783928'
+ '1a658e29a03ab42da6d2d468b0583407')
build() {
# get rid of that .wapi errors; thanks to brice
@@ -18,14 +19,18 @@ build() {
export MONO_SHARED_DIR=$srcdir/weird
cd $srcdir/gettext-$pkgver
- ./configure --prefix=/usr --enable-csharp=mono || return 1
- make || return 1
+ ./configure --prefix=/usr --enable-csharp=mono
+ make
+}
+
+package() {
+ cd $srcdir/gettext-$pkgver
# libraries are installed manually
install -Dm644 gettext-runtime/intl-csharp/GNU.Gettext.dll \
- $pkgdir/usr/lib/GNU.Gettext.dll || return 1
+ $pkgdir/usr/lib/GNU.Gettext.dll
install -Dm644 gettext-tools/src/msgfmt.net.exe \
- $pkgdir/usr/lib/gettext/msgfmt.net.exe || return 1
+ $pkgdir/usr/lib/gettext/msgfmt.net.exe
install -Dm644 gettext-tools/src/msgunfmt.net.exe \
- $pkgdir/usr/lib/gettext/msgunfmt.net.exe || return 1
+ $pkgdir/usr/lib/gettext/msgunfmt.net.exe
}
# vim: ft=sh ts=2 et
diff --git a/extra/imagemagick/PKGBUILD b/extra/imagemagick/PKGBUILD
index 964dd4ca2..9765f21a6 100644
--- a/extra/imagemagick/PKGBUILD
+++ b/extra/imagemagick/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 176298 2013-01-28 17:54:15Z eric $
+# $Id: PKGBUILD 177003 2013-02-03 18:51:00Z eric $
# Maintainer: Eric Bélanger <eric@archlinux.org>
pkgbase=imagemagick
pkgname=('imagemagick' 'imagemagick-doc')
-pkgver=6.8.2.0
+pkgver=6.8.2.3
pkgrel=1
arch=('i686' 'x86_64')
url="http://www.imagemagick.org/"
@@ -13,7 +13,7 @@ makedepends=('libltdl' 'lcms2' 'libxt' 'fontconfig' 'libxext' 'ghostscript' \
#source=(http://www.imagemagick.org/download/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz \
source=(ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ImageMagick-${pkgver%.*}-${pkgver##*.}.tar.xz \
perlmagick.rpath.patch)
-sha1sums=('c5fd6dd5be520d1946cab9d49f39177d2279b9f1'
+sha1sums=('93c8ee2bf982c7c148c4872cd16f85f1073ec869'
'23405f80904b1de94ebd7bd6fe2a332471b8c283')
build() {
diff --git a/extra/lftp/PKGBUILD b/extra/lftp/PKGBUILD
index 97246248d..c127b4448 100644
--- a/extra/lftp/PKGBUILD
+++ b/extra/lftp/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 176314 2013-01-29 15:39:14Z andyrtr $
+# $Id: PKGBUILD 176998 2013-02-03 16:13:46Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Aaron Griffin <aaron@archlinux.org>
pkgname=lftp
-pkgver=4.4.1
+pkgver=4.4.2
pkgrel=1
pkgdesc="Sophisticated command line based FTP client"
arch=('i686' 'x86_64')
@@ -12,16 +12,16 @@ depends=('gcc-libs' 'readline>=6.2' "gnutls" "expat>=2.0.1-4" 'sh')
optdepends=('perl: needed for convert-netscape-cookies and verify-file')
url="http://lftp.yar.ru/"
backup=('etc/lftp.conf')
-source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2
- lftp-4.3.8-gets.patch)
-md5sums=('1a6de8e3922ffb51ec21642e51744b02'
- '77168a7f368b07eec7e079b55496fa97')
+source=(http://ftp.yars.free.net/pub/source/lftp/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('8e974cd87c9d4362031f61351cfe742e')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- patch -Np1 -i ${srcdir}/lftp-4.3.8-gets.patch
- ./configure --prefix=/usr --with-gnutls \
- --without-openssl --disable-static
+ ./configure --prefix=/usr \
+ --with-gnutls \
+ --without-openssl \
+ --without-included-regex \
+ --disable-static
make
}
diff --git a/extra/mod_mono/PKGBUILD b/extra/mod_mono/PKGBUILD
index 781714d14..55e6a1820 100644
--- a/extra/mod_mono/PKGBUILD
+++ b/extra/mod_mono/PKGBUILD
@@ -1,24 +1,27 @@
-# $Id: PKGBUILD 149083 2012-02-05 17:05:29Z daniel $
+# $Id: PKGBUILD 176977 2013-02-03 09:59:14Z allan $
# Maintainer: Daniel Isenmann <daniel@archlinux.org>
# Contributor: Tobias Kieslich <tobias@justdreams.de>
pkgname=mod_mono
pkgver=2.10
-pkgrel=2
+pkgrel=3
pkgdesc="The mono module to make ASP.NET running on top of apache"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
+url="http://www.go-mono.com"
license=('APACHE')
depends=('apache>=2.2.11' 'xsp')
-url="http://www.go-mono.com"
-install=${pkgname}.install
source=(http://ftp.novell.com/pub/mono/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
md5sums=('422c533a0dfbd699eb6339234261150a')
build() {
- cd ${startdir}/src/${pkgname}-${pkgver}
+ cd ${srcdir}/${pkgname}-${pkgver}
CFLAGS="${CFLAGS} `apr-1-config --cppflags --includes --cflags`" ./configure \
--prefix=/usr --sysconfdir=/etc --with-apxs=/usr/sbin/apxs \
--with-mono-prefix=/usr --with-apr-config=/usr/bin/apr-1-config
- make || return 1
- make DESTDIR=${startdir}/pkg install
+ make
+}
+
+package() {
+ cd ${srcdir}//${pkgname}-${pkgver}
+ make DESTDIR=${pkgdir}/ install
}
diff --git a/extra/mono-addins/PKGBUILD b/extra/mono-addins/PKGBUILD
index ccaac768b..e588d11be 100644
--- a/extra/mono-addins/PKGBUILD
+++ b/extra/mono-addins/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 149085 2012-02-05 17:06:07Z daniel $
+# $Id: PKGBUILD 176969 2013-02-03 06:59:53Z allan $
# Maintainer: Daniel Isenmann <daniel@archlinux.org>
# Contributor: tardo <tardo@nagi-fanboi.net>
pkgname=mono-addins
pkgver=0.6.2
-pkgrel=2
+pkgrel=3
pkgdesc="A generic framework for creating extensible applications and for creating libraries which extend those applications"
arch=('i686' 'x86_64')
url="http://www.mono-project.com/Mono.Addins"
@@ -17,12 +17,15 @@ md5sums=('afbbe5e9fdf9b03911bc8e6b94feb60b')
build() {
export MONO_SHARED_DIR="${srcdir}/.wabi"
mkdir -p "${MONO_SHARED_DIR}"
+
cd ${srcdir}/${pkgname}-${pkgver}
+ ./configure --prefix=/usr --enable-gui
+ make
+}
- ./configure --prefix=/usr --enable-gui || return 1
- make || return 1
- make GACUTIL="/usr/bin/gacutil -root ${pkgdir}/usr/lib" DESTDIR=${pkgdir} install || return 1
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make GACUTIL="/usr/bin/gacutil -root ${pkgdir}/usr/lib" DESTDIR=${pkgdir} install
- install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
- install -m644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/ || return 1
+ install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
}
diff --git a/extra/mono-basic/PKGBUILD b/extra/mono-basic/PKGBUILD
index b0552c5a1..585dafaf1 100644
--- a/extra/mono-basic/PKGBUILD
+++ b/extra/mono-basic/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 149087 2012-02-05 17:06:50Z daniel $
+# $Id: PKGBUILD 176982 2013-02-03 10:15:27Z allan $
# Maintainer: Daniel Isenmann <daniel@archlinux.org>
pkgname=mono-basic
pkgver=2.10
-pkgrel=2
+pkgrel=3
pkgdesc="Mono Visual Basic.NET compiler"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
license=('GPL')
url="http://www.mono-project.com/"
depends=('mono>=2.10.1')
@@ -17,12 +17,16 @@ build() {
# get rid of that .wapi errors; thanks to brice
export MONO_SHARED_DIR=${startdir}/src/weird
mkdir -p "${MONO_SHARED_DIR}"
+
# build mono
- cd ${startdir}/src/${pkgname}-${pkgver}
+ cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr
- sed -i 's/\/usr\/bin\/install/\/bin\/install/g' man/Makefile || return 1
- make || return 1
- make DESTDIR=${startdir}/pkg install
+ make
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make DESTDIR=${pkgdir} install
}
diff --git a/extra/rubberband/PKGBUILD b/extra/rubberband/PKGBUILD
index 9cf4c07d1..4ea263bd7 100644
--- a/extra/rubberband/PKGBUILD
+++ b/extra/rubberband/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 151338 2012-02-25 14:44:44Z pierre $
+# $Id: PKGBUILD 176992 2013-02-03 15:07:34Z schiv $
# Maintainer: Ray Rashif <schiv@archlinux.org>
# Contributor: Felipe Machado aka arch_audio <machado.felipe@gmail.com>
pkgname=rubberband
-pkgver=1.7.0
+pkgver=1.8.1
pkgrel=1
pkgdesc="Time-stretching and pitch-shifting audio library and utility"
arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@ url="http://www.breakfastquay.com/rubberband/"
license=('GPL')
depends=('libsamplerate' 'fftw' 'vamp-plugin-sdk')
makedepends=('ladspa')
-source=("http://code.breakfastquay.com/attachments/download/23/$pkgname-$pkgver.tar.bz2")
-md5sums=('49093923c7a48e5860a5f7db3590ac74')
+source=("http://code.breakfastquay.com/attachments/download/34/$pkgname-$pkgver.tar.bz2")
+md5sums=('6c2b4e18a714bcc297d0db81a10f9348')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/extra/smartmontools/PKGBUILD b/extra/smartmontools/PKGBUILD
index 7c598e2cd..6af79cbcd 100644
--- a/extra/smartmontools/PKGBUILD
+++ b/extra/smartmontools/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 169084 2012-10-17 19:11:48Z giovanni $
+# $Id: PKGBUILD 177000 2013-02-03 16:40:55Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Jeff Mickey <jeff@archlinux.org>
# Contributor: Jani Talikka <jani.talikka@gmail.com>
@@ -6,7 +6,7 @@
pkgname=smartmontools
pkgver=6.0
-pkgrel=1
+pkgrel=2
pkgdesc="Control and monitor S.M.A.R.T. enabled ATA and SCSI Hard Drives"
url="http://smartmontools.sourceforge.net"
license=('GPL')
@@ -15,11 +15,9 @@ depends=('gcc-libs' 'libcap-ng' 'bash')
backup=('etc/smartd.conf'
'etc/conf.d/smartd')
source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz"
- 'smartd.conf'
- 'smartd.rc')
+ 'smartd.conf')
md5sums=('5646a07f5f4bee8e2e649de8c6b7ae87'
- '28c1b80c41dac52d433961dcfb4f70e0'
- 'fb30e07f87f2c1d99532e018291ad3e8')
+ '28c1b80c41dac52d433961dcfb4f70e0')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -41,6 +39,5 @@ package() {
make DESTDIR="${pkgdir}" install
rm -rf ${pkgdir}/etc/rc.d
- install -Dm755 ${srcdir}/smartd.rc "${pkgdir}/etc/rc.d/smartd"
install -Dm644 ${srcdir}/smartd.conf "${pkgdir}/etc/conf.d/smartd"
}
diff --git a/extra/system-config-printer/PKGBUILD b/extra/system-config-printer/PKGBUILD
index 9d4ed52e6..232d3d2b4 100644
--- a/extra/system-config-printer/PKGBUILD
+++ b/extra/system-config-printer/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 176922 2013-02-02 17:50:55Z andrea $
+# $Id: PKGBUILD 176979 2013-02-03 10:02:30Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgbase=system-config-printer
pkgname=('system-config-printer-common'
'system-config-printer-gnome')
pkgver=1.3.12
-pkgrel=2
+pkgrel=3
pkgdesc="A CUPS printer configuration tool and status applet"
url="http://cyberelk.net/tim/software/system-config-printer/"
arch=('i686' 'x86_64')
@@ -81,9 +81,6 @@ package_system-config-printer-common() {
install -Dm644 $file \
"${pkgdir}"/usr/lib/python2.7/site-packages/cupshelpers/$(basename $file)
done
-
- install -Dm755 dbus/scp-dbus-service \
- "${pkgdir}"/usr/bin/scp-dbus-service
}
package_system-config-printer-gnome() {
@@ -95,7 +92,6 @@ package_system-config-printer-gnome() {
make DESTDIR="${pkgdir}" install
# files provided by system-config-printer-common
- rm "${pkgdir}"/usr/bin/scp-dbus-service
cd "${pkgdir}"/usr/share/${pkgbase}
rm config.py \
debug.py \
diff --git a/extra/taglib-sharp/PKGBUILD b/extra/taglib-sharp/PKGBUILD
index cead242c6..af21bb1e5 100644
--- a/extra/taglib-sharp/PKGBUILD
+++ b/extra/taglib-sharp/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 151835 2012-03-03 09:21:08Z daniel $
+# $Id: PKGBUILD 176984 2013-02-03 10:28:24Z allan $
# Maintainer: Daniel Isenmann <daniel@archlinux.org>
# Contributor: Carlos Ruiz <cailovirtual@gmail.com>
pkgname=taglib-sharp
pkgver=2.0.4.0
-pkgrel=1
-pkgdesc="It's a library for reading and writing metadata in media files, including video, audio, and photo formats for Mono"
+pkgrel=2
+pkgdesc="Library for reading and writing metadata in media files for Mono"
arch=('i686' 'x86_64')
url="https://github.com/mono/taglib-sharp"
license=('LGPL2')
@@ -14,7 +14,7 @@ source=(http://download.banshee-project.org/taglib-sharp/${pkgver}/${pkgname}-${
md5sums=('b886a65083aafdfefa0675675bcbeb9a')
build() {
- export MONO_SHARED_DIR="${startdir}/src/.wabi"
+ export MONO_SHARED_DIR="${srcdir}/.wabi"
mkdir -p "${MONO_SHARED_DIR}"
cd ${srcdir}/${pkgname}-${pkgver}
diff --git a/extra/xf86-video-intel/PKGBUILD b/extra/xf86-video-intel/PKGBUILD
index aaaee1d4b..8ce522b90 100644
--- a/extra/xf86-video-intel/PKGBUILD
+++ b/extra/xf86-video-intel/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 175768 2013-01-21 16:00:58Z andyrtr $
+# $Id: PKGBUILD 176993 2013-02-03 15:42:22Z andyrtr $
# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=xf86-video-intel
-pkgver=2.20.19
+pkgver=2.21.0
pkgrel=1
arch=(i686 x86_64)
url="http://xorg.freedesktop.org/"
@@ -19,7 +19,7 @@ conflicts=('xorg-server<1.13.0' 'X-ABI-VIDEODRV_VERSION<13' 'X-ABI-VIDEODRV_VERS
options=('!libtool')
groups=('xorg-drivers' 'xorg')
source=(${url}/archive/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('b9b20efe3118beaaa0f71954c9407a59bb439bf43dabe0eb4f1b62051cdbc74c')
+sha256sums=('d872adef06cbf1a4434811baad4b8a18feacc6633b59b36557e8d7db7161081c')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/libre/ghostscript-libre/PKGBUILD b/libre/ghostscript-libre/PKGBUILD
index 656f49fb5..499f4bab0 100644
--- a/libre/ghostscript-libre/PKGBUILD
+++ b/libre/ghostscript-libre/PKGBUILD
@@ -6,7 +6,7 @@
_pkgname=ghostscript
pkgname=ghostscript-libre
pkgver=9.06
-pkgrel=1
+pkgrel=1.1 # rebuild for mips64el -march
pkgdesc="An interpreter for the PostScript language without non-free files"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL3') #non free files removed
@@ -18,12 +18,17 @@ conflicts=('ghostscript')
replaces=('ghostscript')
provides=("ghostscript=$pkgver")
url="http://www.ghostscript.com/"
-source=(http://downloads.ghostscript.com/public/ghostscript-${pkgver}.tar.bz2)
-options=('!libtool' '!makeflags')
-md5sums=('46f9ebe40dc52755287b30704270db11')
+source=(http://downloads.ghostscript.com/public/ghostscript-${pkgver}.tar.bz2
+ ijs-automake.patch)
+options=('!libtool')
+md5sums=('46f9ebe40dc52755287b30704270db11'
+ '686830841eb9004143a0d0f56b73aaaf')
build() {
cd ${srcdir}/ghostscript-${pkgver}
+
+ # Fix build with recent automake.
+ patch -p1 -i "$srcdir/ijs-automake.patch"
# delete non-free packages
grep -l "are not altered" Resource/CMap/* | xargs rm -fv
@@ -57,7 +62,7 @@ build() {
package() {
cd ${srcdir}/ghostscript-${pkgver}
- make DESTDIR=${pkgdir} \
+ make -j1 DESTDIR=${pkgdir} \
cups_serverroot=${pkgdir}/etc/cups \
cups_serverbin=${pkgdir}/usr/lib/cups install soinstall
@@ -72,5 +77,5 @@ package() {
# install IJS
cd ${srcdir}/ghostscript-${pkgver}/ijs
- make DESTDIR=${pkgdir} install
+ make -j1 DESTDIR=${pkgdir} install
}
diff --git a/libre/ghostscript-libre/ijs-automake.patch b/libre/ghostscript-libre/ijs-automake.patch
new file mode 100644
index 000000000..1b890277a
--- /dev/null
+++ b/libre/ghostscript-libre/ijs-automake.patch
@@ -0,0 +1,10 @@
+--- ghostscript-9.06.orig/ijs/configure.ac 2012-08-08 10:01:36.000000000 +0200
++++ ghostscript-9.06/ijs/configure.ac 2013-02-03 19:33:08.361797799 +0100
+@@ -117,7 +117,6 @@
+ dnl Checks for programs
+
+ AC_PROG_CC
+-AM_PROG_CC_STDC
+ AM_PROG_LIBTOOL
+ AC_SUBST(LIBTOOL_DEPS)
+ AC_ISC_POSIX
diff --git a/libre/licenses-libre/PKGBUILD b/libre/licenses-libre/PKGBUILD
index 8a3d62929..93468bbba 100644
--- a/libre/licenses-libre/PKGBUILD
+++ b/libre/licenses-libre/PKGBUILD
@@ -1,15 +1,16 @@
-# $Id: PKGBUILD 82120 2010-06-08 16:36:51Z dan $
+# $Id: PKGBUILD 176952 2013-02-03 00:38:36Z dan $
# Maintainer: Dan McGee <dan@archlinux.org>
# Maintainer (Parabola): fauno <fauno@kiwwwi.com.ar>
# Maintainer (Parabola): Márcio Silva <coadde@lavabit.com>
+# Maintainer (Parabola): André Silva <emulatorman@lavabit.com>
pkgname=licenses-libre
-pkgver=2.9
+pkgver=20130203
pkgrel=1
pkgdesc="The standard licenses distribution package"
arch=('any')
license=('custom:none')
-url="http://parabolagnulinux.org"
+url="http://parabolagnulinux.org/"
groups=('base')
provides=("licenses=${pkgver}")
conflicts=('licenses')
@@ -29,100 +30,105 @@ source=(apache-2.0.txt::http://www.apache.org/licenses/LICENSE-2.0.txt
http://www.gnu.org/licenses/fdl-1.2.txt
http://www.gnu.org/licenses/fdl-1.3.txt
http://www.latex-project.org/lppl.txt
- http://www.mozilla.org/MPL/MPL-1.1.txt
+ mpl-1.1.txt::http://www.mozilla.org/MPL/1.1/index.txt
perlartistic.txt
http://www.perlfoundation.org/attachment/legal/artistic-2_0.txt
php-3.0.txt::http://www.php.net/license/3_0.txt
- ruby-license.txt::http://www.ruby-lang.org/en/LICENSE.txt
+ ruby-license.txt::http://www.ruby-lang.org/en/about/license.txt
cpl-1.0.txt
python-2.txt
+ w3c.txt
ZopePublicLicense.txt)
+md5sums=('3b83ef96387f14655fc854ddc3c6bd57'
+ 'ffb24d1bbf8b83d373f0b8edc3feb0c6'
+ '5367190077e12a7f55403d531ef3998e'
+ '77651e5c686cbc0f8cec5ac7e6504235'
+ '6cb35f3976cd093011967fa1abbce386'
+ 'f300afd598546add034364cd0a533261'
+ '73f1eb20517c55bf9493b7dd6e480788'
+ 'b234ee4d69f5fce4486a80fdaf4a4263'
+ 'd32239bcb673463ab874e80d47fae504'
+ '4fbd65380cdd255951079008b364516c'
+ 'e6a600fd5e1d9cbde2d983680233ad02'
+ '24ea4c7092233849b4394699333b5c56'
+ '10b9de612d532fdeeb7fe8fcd1435cc6'
+ '9f4337828d782bdea41f03dd2ad1b808'
+ 'bfe1f75d606912a4111c90743d6c7325'
+ 'd09c120ca7db95ef2aeecec0cb08293b'
+ 'b4a94da2a1f918b217ef5156634fc9e0'
+ 'a45bb1bbeed9e26b26c5763df1d3913d'
+ 'f24b942d957112d759762054b6e7cf34'
+ 'f083e41c43db25e18f36c91e57750b64'
+ 'a055911c32fb4ed6e96c453ceaeba857'
+ '6f2095b5d61770740852873b195a4d21'
+ 'dc8502850eab9e1ff330a12d7ca18a19')
-build() {
- cd $pkgdir
+package() {
+ cd "$pkgdir"
mkdir -p usr/share/licenses/common
cd usr/share/licenses/common
mkdir AGPL3
- cp $srcdir/agpl-3.0.txt AGPL3/license.txt
+ cp "$srcdir"/agpl-3.0.txt AGPL3/license.txt
ln -s AGPL3 AGPL
mkdir Apache
- cp $srcdir/apache-2.0.txt Apache/license.txt
+ cp "$srcdir"/apache-2.0.txt Apache/license.txt
ln -s Apache APACHE
mkdir Artistic2.0
- cp $srcdir/artistic-2_0.txt Artistic2.0/license.txt
+ cp "$srcdir"/artistic-2_0.txt Artistic2.0/license.txt
mkdir CCPL
- cp $srcdir/cc-by-3.0.txt CCPL/
- cp $srcdir/cc-by-sa-3.0.txt CCPL/
- cp $srcdir/cc-readme.txt CCPL/
+ cp "$srcdir"/cc-by-3.0.txt CCPL/
+ cp "$srcdir"/cc-by-sa-3.0.txt CCPL/
+ cp "$srcdir"/cc-readme.txt CCPL/
mkdir CDDL
- cp $srcdir/cddl-1.0.txt CDDL/license.txt
+ cp "$srcdir"/cddl-1.0.txt CDDL/license.txt
mkdir CPL
- cp $srcdir/cpl-1.0.txt CPL/license.txt
+ cp "$srcdir"/cpl-1.0.txt CPL/license.txt
mkdir EPL
- cp $srcdir/eclipse-1.0.txt EPL/license.txt
+ cp "$srcdir"/eclipse-1.0.txt EPL/license.txt
mkdir {GPL2,GPL3}
- cp $srcdir/gpl-2.0.txt GPL2/license.txt
- cp $srcdir/gpl-3.0.txt GPL3/license.txt
+ cp "$srcdir"/gpl-2.0.txt GPL2/license.txt
+ cp "$srcdir"/gpl-3.0.txt GPL3/license.txt
ln -s GPL2 GPL
mkdir {FDL1.2,FDL1.3}
- cp $srcdir/fdl-1.2.txt FDL1.2/license.txt
- cp $srcdir/fdl-1.3.txt FDL1.3/license.txt
+ cp "$srcdir"/fdl-1.2.txt FDL1.2/license.txt
+ cp "$srcdir"/fdl-1.3.txt FDL1.3/license.txt
ln -s FDL1.2 FDL
mkdir {LGPL2.1,LGPL3}
- cp $srcdir/lgpl-2.1.txt LGPL2.1/license.txt
- cp $srcdir/lgpl-3.0.txt LGPL3/license.txt
+ cp "$srcdir"/lgpl-2.1.txt LGPL2.1/license.txt
+ cp "$srcdir"/lgpl-3.0.txt LGPL3/license.txt
ln -s LGPL2.1 LGPL
mkdir LPPL
- cp $srcdir/lppl.txt LPPL/license.txt
+ cp "$srcdir"/lppl.txt LPPL/license.txt
mkdir MPL
- cp $srcdir/MPL-1.1.txt MPL/license.txt
+ cp "$srcdir"/mpl-1.1.txt MPL/license.txt
mkdir PerlArtistic
- cp $srcdir/perlartistic.txt PerlArtistic/license.txt
+ cp "$srcdir"/perlartistic.txt PerlArtistic/license.txt
mkdir PHP
- cp $srcdir/php-3.0.txt PHP/license.txt
+ cp "$srcdir"/php-3.0.txt PHP/license.txt
mkdir PSF
- cp $srcdir/python-2.txt PSF/license.txt
+ cp "$srcdir"/python-2.txt PSF/license.txt
mkdir RUBY
- cp $srcdir/ruby-license.txt RUBY/license.txt
+ cp "$srcdir"/ruby-license.txt RUBY/license.txt
+
+ mkdir W3C
+ cp "$srcdir"/w3c.txt W3C/license.txt
mkdir ZPL
- cp $srcdir/ZopePublicLicense.txt ZPL/license.txt
+ cp "$srcdir"/ZopePublicLicense.txt ZPL/license.txt
}
-md5sums=('3b83ef96387f14655fc854ddc3c6bd57'
- 'ffb24d1bbf8b83d373f0b8edc3feb0c6'
- '5367190077e12a7f55403d531ef3998e'
- '77651e5c686cbc0f8cec5ac7e6504235'
- '6cb35f3976cd093011967fa1abbce386'
- 'f300afd598546add034364cd0a533261'
- '73f1eb20517c55bf9493b7dd6e480788'
- 'b234ee4d69f5fce4486a80fdaf4a4263'
- 'd32239bcb673463ab874e80d47fae504'
- '4fbd65380cdd255951079008b364516c'
- 'e6a600fd5e1d9cbde2d983680233ad02'
- '24ea4c7092233849b4394699333b5c56'
- '10b9de612d532fdeeb7fe8fcd1435cc6'
- '9f4337828d782bdea41f03dd2ad1b808'
- 'bfe1f75d606912a4111c90743d6c7325'
- 'd09c120ca7db95ef2aeecec0cb08293b'
- 'b4a94da2a1f918b217ef5156634fc9e0'
- 'a45bb1bbeed9e26b26c5763df1d3913d'
- 'bfecdc446cd2a6a4410ac9e6d0064b3a'
- 'f083e41c43db25e18f36c91e57750b64'
- 'a055911c32fb4ed6e96c453ceaeba857'
- 'dc8502850eab9e1ff330a12d7ca18a19')
diff --git a/libre/licenses-libre/w3c.txt b/libre/licenses-libre/w3c.txt
new file mode 100644
index 000000000..6a29463d3
--- /dev/null
+++ b/libre/licenses-libre/w3c.txt
@@ -0,0 +1,76 @@
+W3C Software Notice and License
+
+This work (and included software, documentation such as READMEs, or
+other related items) is being provided by the copyright holders under
+the following license.
+
+License
+
+By obtaining, using and/or copying this work, you (the licensee) agree
+that you have read, understood, and will comply with the following
+terms and conditions.
+
+Permission to copy, modify, and distribute this software and its
+documentation, with or without modification, for any purpose and
+without fee or royalty is hereby granted, provided that you include
+the following on ALL copies of the software and documentation or
+portions thereof, including modifications:
+
+ - The full text of this NOTICE in a location viewable to users of
+ the redistributed or derivative work.
+
+ - Any pre-existing intellectual property disclaimers, notices, or
+ terms and conditions. If none exist, the W3C Software Short
+ Notice should be included (hypertext is preferred, text is
+ permitted) within the body of any redistributed or derivative
+ code.
+ *"W3C Software Short Notice" above links to:
+ www.w3.org/Consortium/Legal/2002/copyright-software-short-notice-20021231.html
+
+ - Notice of any changes or modifications to the files, including
+ the date changes were made. (We recommend you provide URIs to
+ the location from which the code is derived.)
+
+Disclaimers
+
+THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT
+HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED,
+INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS
+FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR
+DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS,
+TRADEMARKS OR OTHER RIGHTS.
+
+COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL
+OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR
+DOCUMENTATION.
+
+The name and trademarks of copyright holders may NOT be used in
+advertising or publicity pertaining to the software without specific,
+written prior permission. Title to copyright in this software and any
+associated documentation will at all times remain with copyright
+holders. Notes
+
+This version:
+http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
+
+This formulation of W3C's notice and license became active on December
+31 2002. This version removes the copyright ownership notice such that
+this license can be used with materials other than those owned by the
+W3C, reflects that ERCIM is now a host of the W3C, includes references
+to this specific dated version of the license, and removes the
+ambiguous grant of "use". Otherwise, this version is the same as the
+previous version and is written so as to preserve the Free Software
+Foundation's assessment of GPL compatibility and OSI's certification
+under the Open Source Definition.
+
+ *"previous version" above links to:
+ http://www.w3.org/Consortium/Legal/copyright-software-19980720
+
+ *"Free Software Foundation's assessment of GPL compatibility" links to:
+ http://www.gnu.org/philosophy/license-list.html#GPLCompatibleLicenses
+
+ *"OSI's certification" above links to:
+ http://opensource.org/licenses/W3C.php
+
+ *"Open Source Definition" above links to:
+ http://opensource.org/docs/definition.php