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

Balló György bgyorgy at archlinux.org
Wed Apr 14 15:52:26 UTC 2021


    Date: Wednesday, April 14, 2021 @ 15:52:26
  Author: bgyorgy
Revision: 918468

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-14 15:52:18 UTC (rev 918467)
+++ PKGBUILD	2021-04-14 15:52:26 UTC (rev 918468)
@@ -1,38 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: dorphell <dorphell at archlinux.org>
-
-pkgname=dillo
-pkgver=3.0.5
-pkgrel=8
-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+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-  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 918467, dillo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-14 15:52:26 UTC (rev 918468)
@@ -0,0 +1,38 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: dorphell <dorphell at archlinux.org>
+
+pkgname=dillo
+pkgver=3.0.5
+pkgrel=9
+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/ProgramIcon128.png)
+sha256sums=('db1be16c1c5842ebe07b419aa7c6ef11a45603a75df2877f99635f4f8345148b'
+            'SKIP'
+            '54848080de1911a2af8ff786fbe92bdad8fe8b7b8a0d580c9c79b0a98f9fdcde'
+            '72ecb57983117b17f0777caf6cf935a2ad5d72aca7b07b11f5b75562cb420778')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+  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 ../ProgramIcon128.png "$pkgdir/usr/share/pixmaps/dillo.png"
+}

Deleted: dillo.desktop
===================================================================
--- dillo.desktop	2021-04-14 15:52:18 UTC (rev 918467)
+++ dillo.desktop	2021-04-14 15:52:26 UTC (rev 918468)
@@ -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 918467, dillo/trunk/dillo.desktop)
===================================================================
--- dillo.desktop	                        (rev 0)
+++ dillo.desktop	2021-04-14 15:52:26 UTC (rev 918468)
@@ -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