From c6000c9d9949b3326fb82f02431899ab6774b960 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 16 Dec 2012 11:51:24 +0100 Subject: big cleanup --- iron/LICENSE | 27 ------------------------ iron/PKGBUILD | 48 ------------------------------------------- iron/iron.desktop | 10 --------- iron/iron.install | 14 ------------- iron/iron.png | Bin 77287 -> 0 bytes iron/iron.sh | 2 -- iron/libjpeg.so.62-i686.xz | Bin 60900 -> 0 bytes iron/libjpeg.so.62-x86_64.xz | Bin 65852 -> 0 bytes 8 files changed, 101 deletions(-) delete mode 100644 iron/LICENSE delete mode 100644 iron/PKGBUILD delete mode 100644 iron/iron.desktop delete mode 100644 iron/iron.install delete mode 100644 iron/iron.png delete mode 100644 iron/iron.sh delete mode 100644 iron/libjpeg.so.62-i686.xz delete mode 100644 iron/libjpeg.so.62-x86_64.xz (limited to 'iron') diff --git a/iron/LICENSE b/iron/LICENSE deleted file mode 100644 index 9314092..0000000 --- a/iron/LICENSE +++ /dev/null @@ -1,27 +0,0 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/iron/PKGBUILD b/iron/PKGBUILD deleted file mode 100644 index 9109707..0000000 --- a/iron/PKGBUILD +++ /dev/null @@ -1,48 +0,0 @@ -# Maintainer: xduugu -pkgname=iron -pkgver=4.0.275.2 -pkgrel=3 -pkgdesc="A web browser based on chromium without Google's tracking 'features'" -arch=('i686' 'x86_64') -url="http://www.srware.net/en/software_srware_iron.php" -license=('custom:BSD') -depends=('alsa-lib' 'libjpeg6' 'libpng12' 'nss' 'ttf-dejavu') -provides=("chromium=$pkgver") -install=$pkgname.install -source=(http://www.srware.net/downloads/$pkgname-linux.tar.gz - $pkgname{.desktop,.png,.sh} LICENSE) -md5sums=('25d8756de52092b83108ac29e70c635f' - '22123a1dd05575b0edfdebdae61018fe' - '60df76c38381e46577505b0c61cea017' - '6ec430e5597388492b413b152c9587ac' - '30032c6c531632af6547fa360395acd3') -sha256sums=('8083cd82964890fc128e75a0e0be2de2e4e689a20fad25606eba0e65da35ef36' - 'd45acaf8cc76f13f3274e2915a499e321efb59d5ff4f75425b9089cafeb18fd2' - '77c29198ff3079f4be5469023a5317c18dd7ef9ce34efd3ae4ca0be09d5de285' - '746148eba30c710dd2ad091afae102bf609501ebbdf8e2633cc88f2fe5262189' - 'ec68693372a025d4cba5214a0b97c66ae62025c80cc34ef6c01c92b32bd0f2d6') - -# x86_64 source -if [[ $CARCH == x86_64 ]]; then - source[0]=${source[0]/.tar./-64.tar.} - md5sums[0]='cb8f8f037fc51595965c6fc5e1073429' - sha256sums[0]='c4dc670eb67030eeba1efad09514570a88f78d03321ee093e3ba96331d63b88f' -fi - -build() { - install -Dm755 $pkgname.sh "$pkgdir/usr/bin/$pkgname" && - install -d "$pkgdir/opt" && - mv $(echo ${source[0]##*/} | sed 's/\..*//') "$pkgdir/opt/$pkgname" && - cd "$pkgdir/opt/$pkgname" && - rm -f product_logo_48.png README xdg-settings && - ln -s /lib/libBrokenLocale.so.1 libgconf-2.so.4 && - chmod a=r,u+w,a+X -R . && - chmod a+x $pkgname chrome_sandbox libffmpegsumo.so && - cd $OLDPWD || return 1 - - install -Dm644 $pkgname.png "$pkgdir/usr/share/pixmaps/$pkgname.png" && - install -Dm644 $pkgname.desktop "$pkgdir/usr/share/applications/$pkgname.desktop" && - install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" || return 1 -} - -# vim:set ts=2 sw=2 et: diff --git a/iron/iron.desktop b/iron/iron.desktop deleted file mode 100644 index 4454877..0000000 --- a/iron/iron.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Version=1.0 -Name=Iron Web Browser -Comment=Browse the World Wide Web -Icon=iron -Exec=iron -Terminal=false -Type=Application -Categories=Network; -StartupWMClass=Iron diff --git a/iron/iron.install b/iron/iron.install deleted file mode 100644 index 9f27e05..0000000 --- a/iron/iron.install +++ /dev/null @@ -1,14 +0,0 @@ -post_install() { - [ -x /usr/bin/update-desktop-database ] || return 0 - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} - -# vim:set ts=2 sw=2 et: diff --git a/iron/iron.png b/iron/iron.png deleted file mode 100644 index 73e5d7a..0000000 Binary files a/iron/iron.png and /dev/null differ diff --git a/iron/iron.sh b/iron/iron.sh deleted file mode 100644 index f4da2c1..0000000 --- a/iron/iron.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -LD_LIBRARY_PATH="/usr/lib:/opt/iron" /opt/iron/iron "$@" diff --git a/iron/libjpeg.so.62-i686.xz b/iron/libjpeg.so.62-i686.xz deleted file mode 100644 index b836fd1..0000000 Binary files a/iron/libjpeg.so.62-i686.xz and /dev/null differ diff --git a/iron/libjpeg.so.62-x86_64.xz b/iron/libjpeg.so.62-x86_64.xz deleted file mode 100644 index b7bfb30..0000000 Binary files a/iron/libjpeg.so.62-x86_64.xz and /dev/null differ -- cgit v1.2.3-24-g4f1b