[arch-commits] Commit in midori/repos (8 files)
Alexander Rødseth
arodseth at nymeria.archlinux.org
Sat Mar 15 11:17:58 UTC 2014
Date: Saturday, March 15, 2014 @ 12:17:58
Author: arodseth
Revision: 107241
archrelease: copy trunk to community-x86_64, community-i686
Added:
midori/repos/community-i686/PKGBUILD
(from rev 107240, midori/trunk/PKGBUILD)
midori/repos/community-i686/midori.install
(from rev 107240, midori/trunk/midori.install)
midori/repos/community-x86_64/PKGBUILD
(from rev 107240, midori/trunk/PKGBUILD)
midori/repos/community-x86_64/midori.install
(from rev 107240, 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 | 74 ++++++++++++++++++++++++++++++++++++++
/midori.install | 28 ++++++++++++++
community-i686/PKGBUILD | 41 ---------------------
community-i686/midori.install | 14 -------
community-x86_64/PKGBUILD | 41 ---------------------
community-x86_64/midori.install | 14 -------
6 files changed, 102 insertions(+), 110 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-03-15 11:17:44 UTC (rev 107240)
+++ community-i686/PKGBUILD 2014-03-15 11:17:58 UTC (rev 107241)
@@ -1,41 +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>
-# Contributor: Andrew Gregory <andrew.gregory.8 at gmail.com>
-
-pkgname=midori
-pkgver=0.5.7
-pkgrel=1
-pkgdesc='Lightweight web browser (GTK2)'
-arch=('x86_64' 'i686')
-url='http://www.midori-browser.org/'
-license=('LGPL2.1')
-install='midori.install'
-depends=('libzeitgeist' 'webkitgtk2' 'libnotify' 'libxss' 'hicolor-icon-theme' 'desktop-file-utils' 'libunique')
-makedepends=('bzr' 'python2' 'intltool' 'vala' 'librsvg' 'cmake')
-optdepends=('gstreamer0.10-base-plugins: HTML5 OGG videos support'
- 'gstreamer0.10-bad-plugins: HTML5 WebM videos support'
- 'gstreamer0.10-ffmpeg: HTML5 H264 videos support'
- 'aria2: download utility')
-options=('!emptydirs')
-source=("http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2")
-sha256sums=('2875bb2aa8a8a0cce342178f04700d4ebccd13bf1b2ad4cb3ba9fec7e2bd0b4d')
-
-build() {
- cd "$pkgname-$pkgver"
-
- mkdir -p build
- cd build
- cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib
- make
-}
-
-package() {
- make -C "$pkgname-$pkgver/build" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: midori/repos/community-i686/PKGBUILD (from rev 107240, midori/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-15 11:17:58 UTC (rev 107241)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# 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 <bpiotrowski at archlinux.org>
+# Contributor: Andrew Gregory <andrew.gregory.8 at gmail.com>
+
+pkgname=midori
+pkgver=0.5.7
+pkgrel=2
+pkgdesc='Lightweight web browser (GTK2)'
+arch=('x86_64' 'i686')
+url='http://www.midori-browser.org/'
+license=('LGPL2.1')
+install='midori.install'
+depends=('libzeitgeist' 'webkitgtk2' 'libnotify' 'libxss' 'hicolor-icon-theme' 'desktop-file-utils' 'libunique')
+makedepends=('bzr' 'python2' 'intltool' 'vala' 'librsvg' 'cmake')
+optdepends=('aria2: download utility')
+options=('!emptydirs')
+source=("http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2")
+sha256sums=('2875bb2aa8a8a0cce342178f04700d4ebccd13bf1b2ad4cb3ba9fec7e2bd0b4d')
+
+build() {
+ cd "$pkgname-$pkgver"
+
+ mkdir -p build
+ cd build
+ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib
+ make
+}
+
+package() {
+ make -C "$pkgname-$pkgver/build" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: community-i686/midori.install
===================================================================
--- community-i686/midori.install 2014-03-15 11:17:44 UTC (rev 107240)
+++ community-i686/midori.install 2014-03-15 11:17:58 UTC (rev 107241)
@@ -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 107240, midori/trunk/midori.install)
===================================================================
--- community-i686/midori.install (rev 0)
+++ community-i686/midori.install 2014-03-15 11:17:58 UTC (rev 107241)
@@ -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 2014-03-15 11:17:44 UTC (rev 107240)
+++ community-x86_64/PKGBUILD 2014-03-15 11:17:58 UTC (rev 107241)
@@ -1,41 +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>
-# Contributor: Andrew Gregory <andrew.gregory.8 at gmail.com>
-
-pkgname=midori
-pkgver=0.5.7
-pkgrel=1
-pkgdesc='Lightweight web browser (GTK2)'
-arch=('x86_64' 'i686')
-url='http://www.midori-browser.org/'
-license=('LGPL2.1')
-install='midori.install'
-depends=('libzeitgeist' 'webkitgtk2' 'libnotify' 'libxss' 'hicolor-icon-theme' 'desktop-file-utils' 'libunique')
-makedepends=('bzr' 'python2' 'intltool' 'vala' 'librsvg' 'cmake')
-optdepends=('gstreamer0.10-base-plugins: HTML5 OGG videos support'
- 'gstreamer0.10-bad-plugins: HTML5 WebM videos support'
- 'gstreamer0.10-ffmpeg: HTML5 H264 videos support'
- 'aria2: download utility')
-options=('!emptydirs')
-source=("http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2")
-sha256sums=('2875bb2aa8a8a0cce342178f04700d4ebccd13bf1b2ad4cb3ba9fec7e2bd0b4d')
-
-build() {
- cd "$pkgname-$pkgver"
-
- mkdir -p build
- cd build
- cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib
- make
-}
-
-package() {
- make -C "$pkgname-$pkgver/build" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: midori/repos/community-x86_64/PKGBUILD (from rev 107240, midori/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-03-15 11:17:58 UTC (rev 107241)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# 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 <bpiotrowski at archlinux.org>
+# Contributor: Andrew Gregory <andrew.gregory.8 at gmail.com>
+
+pkgname=midori
+pkgver=0.5.7
+pkgrel=2
+pkgdesc='Lightweight web browser (GTK2)'
+arch=('x86_64' 'i686')
+url='http://www.midori-browser.org/'
+license=('LGPL2.1')
+install='midori.install'
+depends=('libzeitgeist' 'webkitgtk2' 'libnotify' 'libxss' 'hicolor-icon-theme' 'desktop-file-utils' 'libunique')
+makedepends=('bzr' 'python2' 'intltool' 'vala' 'librsvg' 'cmake')
+optdepends=('aria2: download utility')
+options=('!emptydirs')
+source=("http://www.midori-browser.org/downloads/${pkgname}_${pkgver}_all_.tar.bz2")
+sha256sums=('2875bb2aa8a8a0cce342178f04700d4ebccd13bf1b2ad4cb3ba9fec7e2bd0b4d')
+
+build() {
+ cd "$pkgname-$pkgver"
+
+ mkdir -p build
+ cd build
+ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib
+ make
+}
+
+package() {
+ make -C "$pkgname-$pkgver/build" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: community-x86_64/midori.install
===================================================================
--- community-x86_64/midori.install 2014-03-15 11:17:44 UTC (rev 107240)
+++ community-x86_64/midori.install 2014-03-15 11:17:58 UTC (rev 107241)
@@ -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 107240, midori/trunk/midori.install)
===================================================================
--- community-x86_64/midori.install (rev 0)
+++ community-x86_64/midori.install 2014-03-15 11:17:58 UTC (rev 107241)
@@ -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