[arch-commits] Commit in midori-gtk3/repos (8 files)

Alexander Rødseth arodseth at archlinux.org
Wed Apr 22 12:54:53 UTC 2015


    Date: Wednesday, April 22, 2015 @ 14:54:52
  Author: arodseth
Revision: 131942

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

Added:
  midori-gtk3/repos/community-i686/PKGBUILD
    (from rev 131941, midori-gtk3/trunk/PKGBUILD)
  midori-gtk3/repos/community-i686/midori.install
    (from rev 131941, midori-gtk3/trunk/midori.install)
  midori-gtk3/repos/community-x86_64/PKGBUILD
    (from rev 131941, midori-gtk3/trunk/PKGBUILD)
  midori-gtk3/repos/community-x86_64/midori.install
    (from rev 131941, midori-gtk3/trunk/midori.install)
Deleted:
  midori-gtk3/repos/community-i686/PKGBUILD
  midori-gtk3/repos/community-i686/midori.install
  midori-gtk3/repos/community-x86_64/PKGBUILD
  midori-gtk3/repos/community-x86_64/midori.install

---------------------------------+
 /PKGBUILD                       |   92 ++++++++++++++++++++++++++++++++++++++
 /midori.install                 |   28 +++++++++++
 community-i686/PKGBUILD         |   45 ------------------
 community-i686/midori.install   |   14 -----
 community-x86_64/PKGBUILD       |   45 ------------------
 community-x86_64/midori.install |   14 -----
 6 files changed, 120 insertions(+), 118 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-04-22 12:54:39 UTC (rev 131941)
+++ community-i686/PKGBUILD	2015-04-22 12:54:52 UTC (rev 131942)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: rabyte <rabyte.at.gmail.dot.com>
-# Contributor: Johannes Krampf <wuischke.at.amule.dot.org>
-# Contributor: Bartłomiej Piotrowski <barthalion at gmail.com>
-
-pkgname=midori-gtk3
-pkgver=0.5.9
-pkgrel=1
-pkgdesc='Lightweight web browser (GTK3)'
-arch=('x86_64' 'i686')
-url='http://www.midori-browser.org/'
-license=('LGPL2.1')
-install='midori.install'
-conflicts=('midori')
-provides=('midori')
-depends=('libzeitgeist' 'webkitgtk3' 'libnotify' 'libxss' 'hicolor-icon-theme' 'desktop-file-utils' 'libunique3' 'gcr')
-makedepends=('pkg-config' 'bzr' 'python2' 'libxml2' 'gtk3' 'intltool' 'python2-docutils' 'libsoup' 'vala' 'librsvg' 'cmake' 'ninja')
-optdepends=('gst-plugins-base: HTML5 OGG videos support'
-            'gst-plugins-good: HTML5 H264 and WebM videos support'
-            'gst-libav: HTML5 H264 videos support'
-            'aria2: download utility')
-options=('!emptydirs')
-source=("http://www.midori-browser.org/downloads/${pkgname/-gtk3}_${pkgver}_all_.tar.bz2")
-sha256sums=('b1a5309d926ea4e394f4a39552023b0427cf23053793d325e3daefceed282ec0')
-
-build() {
-  cd "${pkgname/-gtk3}-$pkgver"
-  mkdir -p build
-  cd build
-  cmake .. \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DUSE_GTK3=1 \
-    -G Ninja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C "${pkgname/-gtk3}-$pkgver/build" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: midori-gtk3/repos/community-i686/PKGBUILD (from rev 131941, midori-gtk3/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-04-22 12:54:52 UTC (rev 131942)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: rabyte <rabyte.at.gmail.dot.com>
+# Contributor: Johannes Krampf <wuischke.at.amule.dot.org>
+# Contributor: Bartłomiej Piotrowski <barthalion at gmail.com>
+
+pkgname=midori-gtk3
+pkgver=0.5.10
+pkgrel=1
+pkgdesc='Lightweight web browser (GTK3)'
+arch=('x86_64' 'i686')
+url='http://www.midori-browser.org/'
+license=('LGPL2.1')
+install='midori.install'
+conflicts=('midori')
+provides=('midori')
+depends=('libzeitgeist' 'webkitgtk3' 'libnotify' 'libxss' 'hicolor-icon-theme' 'desktop-file-utils' 'libunique3' 'gcr')
+makedepends=('pkg-config' 'bzr' 'python2' 'libxml2' 'gtk3' 'intltool' 'python2-docutils' 'libsoup' 'vala' 'librsvg' 'cmake' 'ninja' 'gcr')
+optdepends=('gst-plugins-base: HTML5 OGG videos support'
+            'gst-plugins-good: HTML5 H264 and WebM videos support'
+            'gst-libav: HTML5 H264 videos support'
+            'aria2: download utility')
+options=('!emptydirs')
+source=("http://www.midori-browser.org/downloads/${pkgname/-gtk3}_${pkgver}_all_.tar.bz2")
+sha256sums=('702344f68d7f034866a46398e35b3c16a5a5f3e431a5d916ea5efc3eaaa3e46f')
+
+build() {
+  #cd "${pkgname/-gtk3}-$pkgver"
+  mkdir -p build
+  cd build
+  cmake .. \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DUSE_GTK3=1 \
+    -G Ninja
+  ninja
+}
+
+package() {
+  #DESTDIR="$pkgdir" ninja -C "${pkgname/-gtk3}-$pkgver/build" install
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/midori.install
===================================================================
--- community-i686/midori.install	2015-04-22 12:54:39 UTC (rev 131941)
+++ community-i686/midori.install	2015-04-22 12:54:52 UTC (rev 131942)
@@ -1,14 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q -t usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: midori-gtk3/repos/community-i686/midori.install (from rev 131941, midori-gtk3/trunk/midori.install)
===================================================================
--- community-i686/midori.install	                        (rev 0)
+++ community-i686/midori.install	2015-04-22 12:54:52 UTC (rev 131942)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q -t usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-04-22 12:54:39 UTC (rev 131941)
+++ community-x86_64/PKGBUILD	2015-04-22 12:54:52 UTC (rev 131942)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
-# Contributor: Andreas Radke <andyrtr at archlinux.org>
-# Contributor: rabyte <rabyte.at.gmail.dot.com>
-# Contributor: Johannes Krampf <wuischke.at.amule.dot.org>
-# Contributor: Bartłomiej Piotrowski <barthalion at gmail.com>
-
-pkgname=midori-gtk3
-pkgver=0.5.9
-pkgrel=1
-pkgdesc='Lightweight web browser (GTK3)'
-arch=('x86_64' 'i686')
-url='http://www.midori-browser.org/'
-license=('LGPL2.1')
-install='midori.install'
-conflicts=('midori')
-provides=('midori')
-depends=('libzeitgeist' 'webkitgtk3' 'libnotify' 'libxss' 'hicolor-icon-theme' 'desktop-file-utils' 'libunique3' 'gcr')
-makedepends=('pkg-config' 'bzr' 'python2' 'libxml2' 'gtk3' 'intltool' 'python2-docutils' 'libsoup' 'vala' 'librsvg' 'cmake' 'ninja')
-optdepends=('gst-plugins-base: HTML5 OGG videos support'
-            'gst-plugins-good: HTML5 H264 and WebM videos support'
-            'gst-libav: HTML5 H264 videos support'
-            'aria2: download utility')
-options=('!emptydirs')
-source=("http://www.midori-browser.org/downloads/${pkgname/-gtk3}_${pkgver}_all_.tar.bz2")
-sha256sums=('b1a5309d926ea4e394f4a39552023b0427cf23053793d325e3daefceed282ec0')
-
-build() {
-  cd "${pkgname/-gtk3}-$pkgver"
-  mkdir -p build
-  cd build
-  cmake .. \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DUSE_GTK3=1 \
-    -G Ninja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C "${pkgname/-gtk3}-$pkgver/build" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: midori-gtk3/repos/community-x86_64/PKGBUILD (from rev 131941, midori-gtk3/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-04-22 12:54:52 UTC (rev 131942)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Bartłomiej Piotrowski <nospam at bpiotrowski.pl>
+# Contributor: Andreas Radke <andyrtr at archlinux.org>
+# Contributor: rabyte <rabyte.at.gmail.dot.com>
+# Contributor: Johannes Krampf <wuischke.at.amule.dot.org>
+# Contributor: Bartłomiej Piotrowski <barthalion at gmail.com>
+
+pkgname=midori-gtk3
+pkgver=0.5.10
+pkgrel=1
+pkgdesc='Lightweight web browser (GTK3)'
+arch=('x86_64' 'i686')
+url='http://www.midori-browser.org/'
+license=('LGPL2.1')
+install='midori.install'
+conflicts=('midori')
+provides=('midori')
+depends=('libzeitgeist' 'webkitgtk3' 'libnotify' 'libxss' 'hicolor-icon-theme' 'desktop-file-utils' 'libunique3' 'gcr')
+makedepends=('pkg-config' 'bzr' 'python2' 'libxml2' 'gtk3' 'intltool' 'python2-docutils' 'libsoup' 'vala' 'librsvg' 'cmake' 'ninja' 'gcr')
+optdepends=('gst-plugins-base: HTML5 OGG videos support'
+            'gst-plugins-good: HTML5 H264 and WebM videos support'
+            'gst-libav: HTML5 H264 videos support'
+            'aria2: download utility')
+options=('!emptydirs')
+source=("http://www.midori-browser.org/downloads/${pkgname/-gtk3}_${pkgver}_all_.tar.bz2")
+sha256sums=('702344f68d7f034866a46398e35b3c16a5a5f3e431a5d916ea5efc3eaaa3e46f')
+
+build() {
+  #cd "${pkgname/-gtk3}-$pkgver"
+  mkdir -p build
+  cd build
+  cmake .. \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DUSE_GTK3=1 \
+    -G Ninja
+  ninja
+}
+
+package() {
+  #DESTDIR="$pkgdir" ninja -C "${pkgname/-gtk3}-$pkgver/build" install
+  DESTDIR="$pkgdir" ninja -C build install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/midori.install
===================================================================
--- community-x86_64/midori.install	2015-04-22 12:54:39 UTC (rev 131941)
+++ community-x86_64/midori.install	2015-04-22 12:54:52 UTC (rev 131942)
@@ -1,14 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  gtk-update-icon-cache -f -q -t usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: midori-gtk3/repos/community-x86_64/midori.install (from rev 131941, midori-gtk3/trunk/midori.install)
===================================================================
--- community-x86_64/midori.install	                        (rev 0)
+++ community-x86_64/midori.install	2015-04-22 12:54:52 UTC (rev 131942)
@@ -0,0 +1,14 @@
+post_install() {
+  update-desktop-database -q
+  gtk-update-icon-cache -f -q -t usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list