summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-20 00:01:59 +0000
committerroot <root@rshg054.dnsready.net>2012-04-20 00:01:59 +0000
commit68572eac2031955131806e1ab066f5aaac1396e2 (patch)
treea7ad0bf8988effbf1a55c885f968d10660055cf9 /community
parent85ca6bfccdec6939881572fb1154f1a07d54937c (diff)
Fri Apr 20 00:01:59 UTC 2012
Diffstat (limited to 'community')
-rw-r--r--community/lilyterm/PKGBUILD9
-rw-r--r--community/mythtv/PKGBUILD8
-rw-r--r--community/nemiver/PKGBUILD11
-rw-r--r--community/stunnel/PKGBUILD8
-rw-r--r--community/vsftpd/PKGBUILD6
-rw-r--r--community/zathura-djvu/PKGBUILD9
-rw-r--r--community/zathura-pdf-poppler/PKGBUILD4
-rw-r--r--community/zathura-ps/PKGBUILD4
8 files changed, 30 insertions, 29 deletions
diff --git a/community/lilyterm/PKGBUILD b/community/lilyterm/PKGBUILD
index 74a1cc483..49519e01c 100644
--- a/community/lilyterm/PKGBUILD
+++ b/community/lilyterm/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 66757 2012-02-28 08:33:19Z giovanni $
+# $Id: PKGBUILD 69562 2012-04-18 14:35:46Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: TDY <tdy@gmx.com>
# Contributor: DonVla <donvla@users.sourceforge.net>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=lilyterm
-pkgver=0.9.8
-pkgrel=2
+pkgver=0.9.9
+pkgrel=1
pkgdesc="A light and easy to use libvte based X terminal emulator"
arch=('i686' 'x86_64')
url="http://lilyterm.luna.com.tw/index_en.html"
@@ -14,11 +14,10 @@ license=('GPL3')
depends=('vte')
makedepends=('gettext' 'intltool' 'pkgconfig>=0.16')
source=(http://lilyterm.luna.com.tw/file/$pkgname-$pkgver.tar.gz)
-md5sums=('995f7b4634523bf5e150b529a4bdbf6f')
+md5sums=('ae89dca908951ce2fafa60b90c892d1a')
build() {
cd "$srcdir/lilyterm-$pkgver"
- ./autogen.sh
./configure --prefix=/usr \
--sysconfdir=/etc
make
diff --git a/community/mythtv/PKGBUILD b/community/mythtv/PKGBUILD
index 108d6605c..824e33225 100644
--- a/community/mythtv/PKGBUILD
+++ b/community/mythtv/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 69416 2012-04-16 01:26:19Z jconder $
+# $Id: PKGBUILD 69571 2012-04-19 02:21:24Z jconder $
# Maintainer: Jonathan Conder <jonno.conder@gmail.com>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
@@ -7,7 +7,7 @@
pkgname=mythtv
pkgver=0.25
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc="A Homebrew PVR project"
arch=('i686' 'x86_64')
@@ -24,8 +24,8 @@ optdepends=('glew: for GPU commercial flagging'
'libxml2: to read blu-ray metadata'
'openssl: for AirTunes (RAOP) support'
'xmltv: to download tv listings')
-conflicts=('myththemes')
-replaces=('myththemes')
+conflicts=('myththemes' 'mythplugins-mythvideo')
+replaces=('myththemes' 'mythplugins-mythvideo')
backup=('etc/conf.d/mythbackend')
install='mythtv.install'
source=("ftp://ftp.osuosl.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2"
diff --git a/community/nemiver/PKGBUILD b/community/nemiver/PKGBUILD
index 95cf51837..cb798bf21 100644
--- a/community/nemiver/PKGBUILD
+++ b/community/nemiver/PKGBUILD
@@ -1,9 +1,10 @@
-# $Id: PKGBUILD 61581 2012-01-03 18:29:08Z arodseth $
+# $Id: PKGBUILD 69550 2012-04-18 07:41:47Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: jordz <jordz@archlinux.us>
+
pkgname=nemiver
-pkgver=0.9.1
-pkgrel=2
+pkgver=0.9.2
+pkgrel=1
pkgdesc="C/C++ debugger for GNOME"
arch=('x86_64' 'i686')
license=('GPL')
@@ -12,8 +13,8 @@ depends=('gdlmm' 'gdb' 'gtksourceviewmm' 'libgtop' 'vte3' 'ghex' 'dconf' 'gsetti
makedepends=('boost' 'intltool' 'gnome-doc-utils')
install=nemiver.install
source=("http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.9/$pkgname-$pkgver.tar.xz")
-options=(!libtool !emptydirs)
-md5sums=('9c0275e7a2d9f9fb48f279387969281b')
+options=('!libtool' '!emptydirs')
+sha256sums=('770392965a45d728b798da3c6111c4e7cb55d51f109a78aedead99083f8e2520')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/stunnel/PKGBUILD b/community/stunnel/PKGBUILD
index fac1cd3b5..609f2b556 100644
--- a/community/stunnel/PKGBUILD
+++ b/community/stunnel/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 61992 2012-01-13 15:53:58Z lfleischer $
+# $Id: PKGBUILD 69552 2012-04-18 09:36:36Z lfleischer $
# Maintainer: Kaiting Chen <kaitocracy@gmail.com>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
# Contributor: Kevin Piche <kevin@archlinux.org>
pkgname=stunnel
pkgver=4.52
-pkgrel=1
+pkgrel=2
pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside SSL"
arch=('i686' 'x86_64')
url="http://www.stunnel.org"
@@ -52,8 +52,8 @@ package() {
install -Dm644 "$srcdir/stunnel.tmpfiles.conf" "$pkgdir/usr/lib/tmpfiles.d/stunnel.conf"
# move systemd service into place
- install -dm755 "$pkgdir/lib/systemd/system"
- mv "tools/stunnel.service" "$pkgdir/lib/systemd/system/"
+ install -dm755 "$pkgdir/usr/lib/systemd/system"
+ mv "tools/stunnel.service" "$pkgdir/usr/lib/systemd/system/"
sed -e "s:/usr/var/lib/stunnel/:/var/run/stunnel:g" \
-e "s:/usr/etc/stunnel/:/etc/stunnel/:g" \
diff --git a/community/vsftpd/PKGBUILD b/community/vsftpd/PKGBUILD
index 6be0249c3..4903eb2c1 100644
--- a/community/vsftpd/PKGBUILD
+++ b/community/vsftpd/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 69224 2012-04-10 09:36:37Z bpiotrowski $
+# $Id: PKGBUILD 69566 2012-04-18 17:36:30Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Andreas Radke <andyrtr@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
pkgname=vsftpd
pkgver=3.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Very Secure FTP daemon"
arch=('i686' 'x86_64')
url="https://security.appspot.com/vsftpd.html"
@@ -28,7 +28,7 @@ build() {
-e 's|^#undef VSF_BUILD_SSL$|#define VSF_BUILD_SSL|' \
-i builddefs.h
- make CFLAGS="${CFLAGS} -fPIC"
+ make CFLAGS="${CFLAGS} -fPIE" LINK='' LDFLAGS="-fPIE -pie ${LDFLAGS} -Wl,-z,now"
}
package() {
diff --git a/community/zathura-djvu/PKGBUILD b/community/zathura-djvu/PKGBUILD
index 4d6635ff7..4dc4fb58a 100644
--- a/community/zathura-djvu/PKGBUILD
+++ b/community/zathura-djvu/PKGBUILD
@@ -1,21 +1,22 @@
-# $Id: PKGBUILD 67824 2012-03-14 16:28:32Z spupykin $
+# $Id: PKGBUILD 69556 2012-04-18 10:59:51Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: karnath <karnathtorjian@gmail.com>
pkgname=zathura-djvu
-pkgver=0.1.0
-pkgrel=1
+pkgver=0.1.1
+pkgrel=2
pkgdesc="Adds DjVu support to zathura by using the djvulibre library"
arch=('i686' 'x86_64')
url="https://pwmt.org/projects/zathura/plugins/zathura-djvu/"
license=('custom')
depends=('djvulibre' 'zathura')
source=(https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz)
-md5sums=('be4d5966ba353f83b261a389789e0260')
+md5sums=('d76bf25ad5c3bef220aebef693ff6aad')
build(){
cd ${srcdir}/zathura-djvu-$pkgver
make
make DESTDIR="$pkgdir" install
+ install -Dm0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
}
diff --git a/community/zathura-pdf-poppler/PKGBUILD b/community/zathura-pdf-poppler/PKGBUILD
index a461d153a..e35f9315e 100644
--- a/community/zathura-pdf-poppler/PKGBUILD
+++ b/community/zathura-pdf-poppler/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=zathura-pdf-poppler
pkgver=0.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Adds pdf support to zathura by using the poppler engine"
arch=('i686' 'x86_64')
url="https://pwmt.org/projects/zathura/plugins/zathura-pdf-poppler/"
@@ -17,5 +17,5 @@ build(){
cd ${srcdir}/zathura-pdf-poppler-$pkgver
make
make DESTDIR="$pkgdir" install
+ install -Dm0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
}
-
diff --git a/community/zathura-ps/PKGBUILD b/community/zathura-ps/PKGBUILD
index 89809661f..7be83cdf7 100644
--- a/community/zathura-ps/PKGBUILD
+++ b/community/zathura-ps/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=zathura-ps
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Adds ps support to zathura by using the libspectre library"
arch=('i686' 'x86_64')
url="https://pwmt.org/projects/zathura/plugins/zathura-ps/"
@@ -17,5 +17,5 @@ build(){
cd ${srcdir}/zathura-ps-$pkgver
make
make DESTDIR="$pkgdir" install
+ install -Dm0644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
}
-