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

Alexander Rødseth arodseth at nymeria.archlinux.org
Thu Aug 1 09:32:26 UTC 2013


    Date: Thursday, August 1, 2013 @ 11:32:26
  Author: arodseth
Revision: 94935

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

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

---------------------------------+
 /PKGBUILD                       |   86 ++++++++++++++++++++++++++++++++++++++
 /midori.install                 |   28 ++++++++++++
 community-i686/PKGBUILD         |   43 -------------------
 community-i686/midori.install   |   14 ------
 community-x86_64/PKGBUILD       |   43 -------------------
 community-x86_64/midori.install |   14 ------
 6 files changed, 114 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-08-01 09:32:17 UTC (rev 94934)
+++ community-i686/PKGBUILD	2013-08-01 09:32:26 UTC (rev 94935)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer:  Alexander Rødseth <rodseth at gmail.com>
-# Maintainer:  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
-pkgver=0.5.4
-pkgrel=1
-pkgdesc='Lightweight web browser based on Gtk WebKit'
-arch=('x86_64' 'i686')
-url='http://www.twotoasts.de/index.php?/pages/midori_summary.html'
-license=('LGPL2.1')
-install='midori.install'
-depends=('libzeitgeist' 'webkitgtk3' 'libnotify' 'libxss' 'hicolor-icon-theme' 'desktop-file-utils' 'libunique3' 'gcr') # 'granite'
-makedepends=('pkg-config' 'bzr' 'python2' 'libxml2' 'gtk3' 'intltool' 'python2-docutils' 'libsoup' 'vala' 'librsvg')
-optdepends=('gstreamer0.10-ugly-plugins: HTML5 videos support'
-            'aria2: download utility')
-            #'steadyflow: download manager')
-options=('!emptydirs')
-source=("http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2")
-sha256sums=('d4ee77f3dd9bf2c07cea7674d533e77960e9346bd8b5482582ccb3cdaf182022')
-
-build() {
-  cd "$srcdir/${pkgname}_${pkgver}_all_"
-
-  python2 ./waf configure \
-    --prefix=/usr \
-    --enable-gtk3 \
-    --disable-granite \
-    --enable-webkit2
-  python2 ./waf build 
-}
-
-package() {
-  cd "$srcdir/${pkgname}_${pkgver}_all_"
-
-  DESTDIR="$pkgdir" python2 ./waf install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: midori/repos/community-i686/PKGBUILD (from rev 94934, midori/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-08-01 09:32:26 UTC (rev 94935)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer:  Alexander Rødseth <rodseth at gmail.com>
+# Maintainer:  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
+pkgver=0.5.4
+pkgrel=2
+pkgdesc='Lightweight web browser based on Gtk WebKit'
+arch=('x86_64' 'i686')
+url='http://www.midori-browser.org/'
+license=('LGPL2.1')
+install='midori.install'
+depends=('libzeitgeist' 'webkitgtk3' 'libnotify' 'libxss' 'hicolor-icon-theme' 'desktop-file-utils' 'libunique3' 'gcr') # 'granite'
+makedepends=('pkg-config' 'bzr' 'python2' 'libxml2' 'gtk3' 'intltool' 'python2-docutils' 'libsoup' 'vala' 'librsvg')
+optdepends=('gstreamer0.10-ugly-plugins: HTML5 videos support'
+            'aria2: download utility')
+            #'steadyflow: download manager')
+options=('!emptydirs')
+source=("http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2")
+sha256sums=('d4ee77f3dd9bf2c07cea7674d533e77960e9346bd8b5482582ccb3cdaf182022')
+
+build() {
+  cd "$srcdir/${pkgname}_${pkgver}_all_"
+
+  python2 ./waf configure \
+    --prefix=/usr \
+    --enable-gtk3 \
+    --disable-granite
+    #--enable-webkit2
+  python2 ./waf build 
+}
+
+package() {
+  cd "$srcdir/${pkgname}_${pkgver}_all_"
+
+  DESTDIR="$pkgdir" python2 ./waf install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/midori.install
===================================================================
--- community-i686/midori.install	2013-08-01 09:32:17 UTC (rev 94934)
+++ community-i686/midori.install	2013-08-01 09:32:26 UTC (rev 94935)
@@ -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/repos/community-i686/midori.install (from rev 94934, midori/trunk/midori.install)
===================================================================
--- community-i686/midori.install	                        (rev 0)
+++ community-i686/midori.install	2013-08-01 09:32:26 UTC (rev 94935)
@@ -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	2013-08-01 09:32:17 UTC (rev 94934)
+++ community-x86_64/PKGBUILD	2013-08-01 09:32:26 UTC (rev 94935)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer:  Alexander Rødseth <rodseth at gmail.com>
-# Maintainer:  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
-pkgver=0.5.4
-pkgrel=1
-pkgdesc='Lightweight web browser based on Gtk WebKit'
-arch=('x86_64' 'i686')
-url='http://www.twotoasts.de/index.php?/pages/midori_summary.html'
-license=('LGPL2.1')
-install='midori.install'
-depends=('libzeitgeist' 'webkitgtk3' 'libnotify' 'libxss' 'hicolor-icon-theme' 'desktop-file-utils' 'libunique3' 'gcr') # 'granite'
-makedepends=('pkg-config' 'bzr' 'python2' 'libxml2' 'gtk3' 'intltool' 'python2-docutils' 'libsoup' 'vala' 'librsvg')
-optdepends=('gstreamer0.10-ugly-plugins: HTML5 videos support'
-            'aria2: download utility')
-            #'steadyflow: download manager')
-options=('!emptydirs')
-source=("http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2")
-sha256sums=('d4ee77f3dd9bf2c07cea7674d533e77960e9346bd8b5482582ccb3cdaf182022')
-
-build() {
-  cd "$srcdir/${pkgname}_${pkgver}_all_"
-
-  python2 ./waf configure \
-    --prefix=/usr \
-    --enable-gtk3 \
-    --disable-granite \
-    --enable-webkit2
-  python2 ./waf build 
-}
-
-package() {
-  cd "$srcdir/${pkgname}_${pkgver}_all_"
-
-  DESTDIR="$pkgdir" python2 ./waf install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: midori/repos/community-x86_64/PKGBUILD (from rev 94934, midori/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-08-01 09:32:26 UTC (rev 94935)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer:  Alexander Rødseth <rodseth at gmail.com>
+# Maintainer:  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
+pkgver=0.5.4
+pkgrel=2
+pkgdesc='Lightweight web browser based on Gtk WebKit'
+arch=('x86_64' 'i686')
+url='http://www.midori-browser.org/'
+license=('LGPL2.1')
+install='midori.install'
+depends=('libzeitgeist' 'webkitgtk3' 'libnotify' 'libxss' 'hicolor-icon-theme' 'desktop-file-utils' 'libunique3' 'gcr') # 'granite'
+makedepends=('pkg-config' 'bzr' 'python2' 'libxml2' 'gtk3' 'intltool' 'python2-docutils' 'libsoup' 'vala' 'librsvg')
+optdepends=('gstreamer0.10-ugly-plugins: HTML5 videos support'
+            'aria2: download utility')
+            #'steadyflow: download manager')
+options=('!emptydirs')
+source=("http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2")
+sha256sums=('d4ee77f3dd9bf2c07cea7674d533e77960e9346bd8b5482582ccb3cdaf182022')
+
+build() {
+  cd "$srcdir/${pkgname}_${pkgver}_all_"
+
+  python2 ./waf configure \
+    --prefix=/usr \
+    --enable-gtk3 \
+    --disable-granite
+    #--enable-webkit2
+  python2 ./waf build 
+}
+
+package() {
+  cd "$srcdir/${pkgname}_${pkgver}_all_"
+
+  DESTDIR="$pkgdir" python2 ./waf install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/midori.install
===================================================================
--- community-x86_64/midori.install	2013-08-01 09:32:17 UTC (rev 94934)
+++ community-x86_64/midori.install	2013-08-01 09:32:26 UTC (rev 94935)
@@ -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/repos/community-x86_64/midori.install (from rev 94934, midori/trunk/midori.install)
===================================================================
--- community-x86_64/midori.install	                        (rev 0)
+++ community-x86_64/midori.install	2013-08-01 09:32:26 UTC (rev 94935)
@@ -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