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

Jelle van der Waa jelle at archlinux.org
Sun Sep 22 12:03:08 UTC 2019


    Date: Sunday, September 22, 2019 @ 12:03:08
  Author: jelle
Revision: 511516

archrelease: copy trunk to community-x86_64

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

---------------+
 PKGBUILD      |   75 +++++++++++++++++++++++++++-----------------------------
 dillo.desktop |   18 ++++++-------
 2 files changed, 46 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-22 12:02:58 UTC (rev 511515)
+++ PKGBUILD	2019-09-22 12:03:08 UTC (rev 511516)
@@ -1,38 +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=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/PKGBUILD (from rev 511515, dillo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-22 12:03:08 UTC (rev 511516)
@@ -0,0 +1,37 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: dorphell <dorphell at archlinux.org>
+
+pkgname=dillo
+pkgver=3.0.5
+pkgrel=7
+pkgdesc="A small, fast graphical web browser built on FLTK"
+arch=(x86_64)
+url="https://www.dillo.org"
+license=('GPL')
+depends=('fltk' 'libjpeg' 'perl' 'libpng' 'gcc-libs' 'libxcursor'
+         'libxi' 'libxinerama' 'openssl-1.0')
+backup=(etc/dillo/{dillorc,dpidrc})
+validpgpkeys=('D91CE08D8679CF2A6F8792E05B1004E936929CEE')
+source=(https://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"
+}

Deleted: dillo.desktop
===================================================================
--- dillo.desktop	2019-09-22 12:02:58 UTC (rev 511515)
+++ dillo.desktop	2019-09-22 12:03:08 UTC (rev 511516)
@@ -1,9 +0,0 @@
-[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;

Copied: dillo/repos/community-x86_64/dillo.desktop (from rev 511515, dillo/trunk/dillo.desktop)
===================================================================
--- dillo.desktop	                        (rev 0)
+++ dillo.desktop	2019-09-22 12:03:08 UTC (rev 511516)
@@ -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