[arch-commits] Commit in midori/repos/community-x86_64 (PKGBUILD PKGBUILD)

Allan McRae allan at gemini.archlinux.org
Mon Apr 25 00:57:12 UTC 2022


    Date: Monday, April 25, 2022 @ 00:57:12
  Author: allan
Revision: 1189764

archrelease: copy trunk to community-x86_64

Added:
  midori/repos/community-x86_64/PKGBUILD
    (from rev 1189763, midori/trunk/PKGBUILD)
Deleted:
  midori/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-25 00:56:55 UTC (rev 1189763)
+++ PKGBUILD	2022-04-25 00:57:12 UTC (rev 1189764)
@@ -1,39 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: rabyte <rabyte at gmail.com>
-# Contributor: Johannes Krampf <wuischke at amule.org>
-# Contributor: Bartłomiej Piotrowski <barthalion at gmail.com>
-
-pkgname=midori
-pkgver=9.0
-pkgrel=3
-pkgdesc='Lightweight web browser'
-arch=(x86_64)
-url='https://github.com/midori-browser/core'
-license=(LGPL)
-depends=(aria2 gcr libarchive libpeas libxss webkit2gtk zeitgeist)
-makedepends=(bzr cmake git gobject-introspection intltool ninja vala)
-optdepends=('gst-plugins-base: HTML5 OGG videos support'
-            'gst-plugins-good: HTML5 H264 and WebM videos support'
-            'gst-libav: HTML5 H264 videos support')
-options=(!emptydirs)
-source=("$pkgname::git+https://github.com/midori-browser/core.git#commit=f6b3b1e030db7eb2de7faf73ec4ccc18949b668d") # tag: v9.0
-md5sums=('SKIP')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../$pkgname \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DCMAKE_C_FLAGS="$CFLAGS -fPIC -w" \
-    -DVALA_CFLAGS="$CFLAGS -fPIC -w" \
-    -G Ninja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}
-
-# getver: -u 8 raw.githubusercontent.com/midori-browser/core/master/CMakeLists.txt

Copied: midori/repos/community-x86_64/PKGBUILD (from rev 1189763, midori/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-25 00:57:12 UTC (rev 1189764)
@@ -0,0 +1,39 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: rabyte <rabyte at gmail.com>
+# Contributor: Johannes Krampf <wuischke at amule.org>
+# Contributor: Bartłomiej Piotrowski <barthalion at gmail.com>
+
+pkgname=midori
+pkgver=9.0
+pkgrel=4
+pkgdesc='Lightweight web browser'
+arch=(x86_64)
+url='https://github.com/midori-browser/core'
+license=(LGPL)
+depends=(aria2 gcr libarchive libpeas libxss webkit2gtk zeitgeist)
+makedepends=(bzr cmake git gobject-introspection intltool ninja vala)
+optdepends=('gst-plugins-base: HTML5 OGG videos support'
+            'gst-plugins-good: HTML5 H264 and WebM videos support'
+            'gst-libav: HTML5 H264 videos support')
+options=(!emptydirs)
+source=("$pkgname::git+https://github.com/midori-browser/core.git#commit=f6b3b1e030db7eb2de7faf73ec4ccc18949b668d") # tag: v9.0
+md5sums=('SKIP')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../$pkgname \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DCMAKE_C_FLAGS="$CFLAGS -fPIC -w" \
+    -DVALA_CFLAGS="$CFLAGS -fPIC -w" \
+    -G Ninja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# getver: -u 8 raw.githubusercontent.com/midori-browser/core/master/CMakeLists.txt



More information about the arch-commits mailing list