[arch-commits] Commit in dillo/repos (4 files)

Sergej Pupykin spupykin at archlinux.org
Wed May 31 11:36:42 UTC 2017


    Date: Wednesday, May 31, 2017 @ 11:36:40
  Author: spupykin
Revision: 231532

archrelease: copy trunk to community-i686, community-x86_64

Added:
  dillo/repos/community-i686/PKGBUILD
    (from rev 231531, dillo/trunk/PKGBUILD)
  dillo/repos/community-x86_64/PKGBUILD
    (from rev 231531, dillo/trunk/PKGBUILD)
Deleted:
  dillo/repos/community-i686/PKGBUILD
  dillo/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   62 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   30 ---------------------
 community-x86_64/PKGBUILD |   30 ---------------------
 3 files changed, 62 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-05-31 11:36:14 UTC (rev 231531)
+++ community-i686/PKGBUILD	2017-05-31 11:36:40 UTC (rev 231532)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: dorphell <dorphell at archlinux.org>
-
-pkgname=dillo
-pkgver=3.0.5
-pkgrel=4
-pkgdesc="A small, fast graphical web browser built on FLTK"
-arch=(i686 x86_64)
-url="http://www.dillo.org"
-license=('GPL')
-depends=('fltk' 'libjpeg' 'perl' 'openssl' 'libpng' 'gcc-libs' 'libxcursor'
-         'libxi' 'libxinerama')
-backup=(etc/dillo/{dillorc,dpidrc})
-validpgpkeys=('D91CE08D8679CF2A6F8792E05B1004E936929CEE')
-source=(http://www.dillo.org/download/$pkgname-$pkgver.tar.bz2{,.asc})
-sha256sums=('db1be16c1c5842ebe07b419aa7c6ef11a45603a75df2877f99635f4f8345148b'
-            'SKIP')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-cookies --enable-dlgui \
-              --enable-ssl
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: dillo/repos/community-i686/PKGBUILD (from rev 231531, dillo/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-05-31 11:36:40 UTC (rev 231532)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: dorphell <dorphell at archlinux.org>
+
+pkgname=dillo
+pkgver=3.0.5
+pkgrel=5
+pkgdesc="A small, fast graphical web browser built on FLTK"
+arch=(i686 x86_64)
+url="http://www.dillo.org"
+license=('GPL')
+depends=('fltk' 'libjpeg' 'perl' 'openssl' 'libpng' 'gcc-libs' 'libxcursor'
+         'libxi' 'libxinerama' 'openssl-1.0')
+backup=(etc/dillo/{dillorc,dpidrc})
+validpgpkeys=('D91CE08D8679CF2A6F8792E05B1004E936929CEE')
+source=(http://www.dillo.org/download/$pkgname-$pkgver.tar.bz2{,.asc})
+sha256sums=('db1be16c1c5842ebe07b419aa7c6ef11a45603a75df2877f99635f4f8345148b'
+            'SKIP')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  CFLAGS="-I/usr/include/openssl-1.0" LDFLAGS="-L/usr/lib/openssl-1.0" \
+      ./configure --prefix=/usr --sysconfdir=/etc --enable-cookies --enable-dlgui \
+              --enable-ssl
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-05-31 11:36:14 UTC (rev 231531)
+++ community-x86_64/PKGBUILD	2017-05-31 11:36:40 UTC (rev 231532)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: dorphell <dorphell at archlinux.org>
-
-pkgname=dillo
-pkgver=3.0.5
-pkgrel=4
-pkgdesc="A small, fast graphical web browser built on FLTK"
-arch=(i686 x86_64)
-url="http://www.dillo.org"
-license=('GPL')
-depends=('fltk' 'libjpeg' 'perl' 'openssl' 'libpng' 'gcc-libs' 'libxcursor'
-         'libxi' 'libxinerama')
-backup=(etc/dillo/{dillorc,dpidrc})
-validpgpkeys=('D91CE08D8679CF2A6F8792E05B1004E936929CEE')
-source=(http://www.dillo.org/download/$pkgname-$pkgver.tar.bz2{,.asc})
-sha256sums=('db1be16c1c5842ebe07b419aa7c6ef11a45603a75df2877f99635f4f8345148b'
-            'SKIP')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-cookies --enable-dlgui \
-              --enable-ssl
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: dillo/repos/community-x86_64/PKGBUILD (from rev 231531, dillo/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-05-31 11:36:40 UTC (rev 231532)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: dorphell <dorphell at archlinux.org>
+
+pkgname=dillo
+pkgver=3.0.5
+pkgrel=5
+pkgdesc="A small, fast graphical web browser built on FLTK"
+arch=(i686 x86_64)
+url="http://www.dillo.org"
+license=('GPL')
+depends=('fltk' 'libjpeg' 'perl' 'openssl' 'libpng' 'gcc-libs' 'libxcursor'
+         'libxi' 'libxinerama' 'openssl-1.0')
+backup=(etc/dillo/{dillorc,dpidrc})
+validpgpkeys=('D91CE08D8679CF2A6F8792E05B1004E936929CEE')
+source=(http://www.dillo.org/download/$pkgname-$pkgver.tar.bz2{,.asc})
+sha256sums=('db1be16c1c5842ebe07b419aa7c6ef11a45603a75df2877f99635f4f8345148b'
+            'SKIP')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  CFLAGS="-I/usr/include/openssl-1.0" LDFLAGS="-L/usr/lib/openssl-1.0" \
+      ./configure --prefix=/usr --sysconfdir=/etc --enable-cookies --enable-dlgui \
+              --enable-ssl
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list