[arch-commits] Commit in dillo/repos/community-x86_64 (3 files)

Balló György bgyorgy at archlinux.org
Thu May 3 23:53:18 UTC 2018


    Date: Thursday, May 3, 2018 @ 23:53:17
  Author: bgyorgy
Revision: 318920

archrelease: copy trunk to community-x86_64

Added:
  dillo/repos/community-x86_64/PKGBUILD
    (from rev 318919, dillo/trunk/PKGBUILD)
  dillo/repos/community-x86_64/dillo.desktop
    (from rev 318919, dillo/trunk/dillo.desktop)
Deleted:
  dillo/repos/community-x86_64/PKGBUILD

---------------+
 PKGBUILD      |   69 ++++++++++++++++++++++++++++++--------------------------
 dillo.desktop |    9 +++++++
 2 files changed, 47 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-03 23:52:33 UTC (rev 318919)
+++ PKGBUILD	2018-05-03 23:53:17 UTC (rev 318920)
@@ -1,31 +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=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
-}

Copied: dillo/repos/community-x86_64/PKGBUILD (from rev 318919, dillo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-03 23:53:17 UTC (rev 318920)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: dorphell <dorphell at archlinux.org>
+
+pkgname=dillo
+pkgver=3.0.5
+pkgrel=6
+pkgdesc="A small, fast graphical web browser built on FLTK"
+arch=(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}
+        dillo.desktop
+        https://www.dillo.org/Icons/ProgramIcon48.png)
+sha256sums=('db1be16c1c5842ebe07b419aa7c6ef11a45603a75df2877f99635f4f8345148b'
+            'SKIP'
+            '54848080de1911a2af8ff786fbe92bdad8fe8b7b8a0d580c9c79b0a98f9fdcde'
+            'de629745e6f3a271475a501e2b94558b3deb7bf9a407bcef16426e600e1731f3')
+
+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
+
+  install -Dm644 ../dillo.desktop "$pkgdir/usr/share/applications/dillo.desktop"
+  install -Dm644 ../ProgramIcon48.png "$pkgdir/usr/share/pixmaps/dillo.png"
+}

Copied: dillo/repos/community-x86_64/dillo.desktop (from rev 318919, dillo/trunk/dillo.desktop)
===================================================================
--- dillo.desktop	                        (rev 0)
+++ dillo.desktop	2018-05-03 23:53:17 UTC (rev 318920)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=Dillo
+GenericName=Web Browser
+Comment=Very small and fast GUI web browser
+Exec=dillo
+Icon=dillo
+Terminal=false
+Type=Application
+Categories=Network;GTK;WebBrowser;



More information about the arch-commits mailing list