summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-07 00:36:35 -0700
committerroot <root@rshg054.dnsready.net>2013-05-07 00:36:35 -0700
commitda0a0d88caa1bf934ebf314ef86e15928dbb027b (patch)
treeb7c57ac9667de10c72390e0d81654fffbe47c42d /core
parentffb692bf2696e7ebedd19bcd55ba253e21cb732d (diff)
Tue May 7 00:36:35 PDT 2013
Diffstat (limited to 'core')
-rw-r--r--core/links/PKGBUILD18
-rw-r--r--core/logrotate/PKGBUILD6
2 files changed, 15 insertions, 9 deletions
diff --git a/core/links/PKGBUILD b/core/links/PKGBUILD
index 135074e88..2799672e5 100644
--- a/core/links/PKGBUILD
+++ b/core/links/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 162886 2012-07-02 17:59:15Z eric $
+# $Id: PKGBUILD 184459 2013-05-06 19:47:23Z foutrelis $
# Maintainer: Eric BĂ©langer <eric@archlinux.org>
pkgname=links
pkgver=2.7
-pkgrel=1
+pkgrel=2
pkgdesc="A text WWW browser, similar to Lynx"
arch=('i686' 'x86_64')
url="http://links.twibright.com/"
license=('GPL')
-depends=('bzip2' 'xz' 'zlib' 'openssl' 'gpm')
-makedepends=('libtiff' 'libpng' 'libxt')
+depends=('bzip2' 'xz' 'openssl' 'gpm')
+makedepends=('libtiff' 'libpng' 'libxt' 'optipng')
optdepends=('libx11: for using xlinks' 'libtiff: for using xlinks' 'libpng: for using xlinks')
provides=('links-g')
conflicts=('links-g')
@@ -18,8 +18,14 @@ source=(http://links.twibright.com/download/${pkgname}-${pkgver}.tar.bz2 links.d
sha1sums=('1e362a7e27078d630edf5868145a46247cda8cc3'
'f600e27c2a71184444f7dd07a10230aa44463a02')
+prepare() {
+ cd ${pkgname}-${pkgver}
+ sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" configure
+ optipng graphics/font/century_school-medium-roman-serif-vari/045e.png
+}
+
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd ${pkgname}-${pkgver}
(cd intl; ./gen-intl; ./synclang)
./configure --prefix=/usr --mandir=/usr/share/man --enable-javascript \
--enable-graphics --with-x --with-fb
@@ -32,7 +38,7 @@ build() {
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd ${pkgname}-${pkgver}
make DESTDIR="${pkgdir}" install
install -m755 xlinks "${pkgdir}/usr/bin/xlinks"
diff --git a/core/logrotate/PKGBUILD b/core/logrotate/PKGBUILD
index 431a6901a..f010b1da0 100644
--- a/core/logrotate/PKGBUILD
+++ b/core/logrotate/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 179845 2013-03-10 12:44:09Z bluewind $
+# $Id: PKGBUILD 184326 2013-05-06 09:32:38Z pierre $
# Maintainer: Pierre Schmitz <pierre@archlinux.de>
pkgname=logrotate
-pkgver=3.8.3
+pkgver=3.8.4
pkgrel=1
pkgdesc="Rotates system logs automatically"
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ source=("https://fedorahosted.org/releases/l/o/logrotate/logrotate-${pkgver}.tar
'paths.patch'
'logrotate.conf'
'logrotate.cron.daily')
-md5sums=('df67c8bda9139131d919931da443794d'
+md5sums=('7be7f1eabea33a1d0483438a6e33d634'
'cd76976b5ce37d328b452c806b55a015'
'e76526bcd6fc33c9d921e1cb1eff1ffb'
'86209d257c8b8bc0ae34d6f6ef057c0f'