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

Sergej Pupykin spupykin at archlinux.org
Fri Feb 17 17:35:11 UTC 2017


    Date: Friday, February 17, 2017 @ 17:35:10
  Author: spupykin
Revision: 212943

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

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

-----------------------------------+
 community-staging-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: dillo/repos/community-staging-i686/PKGBUILD (from rev 212942, dillo/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-02-17 17:35:10 UTC (rev 212943)
@@ -0,0 +1,30 @@
+# $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-staging-x86_64/PKGBUILD (from rev 212942, dillo/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-02-17 17:35:10 UTC (rev 212943)
@@ -0,0 +1,30 @@
+# $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
+}



More information about the arch-commits mailing list