From cc07cd60a803c7226d0bb91bf6d8a11aaf738cab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Thu, 28 Apr 2016 15:32:45 -0300 Subject: moved the unmaintained arora to [pcr] --- libre/arora/PKGBUILD | 54 ----------------------------------------- libre/arora/duckduckgo-html.xml | 8 ------ libre/arora/install | 12 --------- libre/arora/libre.patch | 30 ----------------------- libre/arora/searchengines.qrc | 8 ------ libre/arora/seeks-search.xml | 11 --------- libre/arora/wikipedia-en.xml | 1 - libre/arora/yacy.xml | 28 --------------------- pcr/arora/PKGBUILD | 54 +++++++++++++++++++++++++++++++++++++++++ pcr/arora/duckduckgo-html.xml | 8 ++++++ pcr/arora/libre.patch | 30 +++++++++++++++++++++++ pcr/arora/searchengines.qrc | 8 ++++++ pcr/arora/seeks-search.xml | 11 +++++++++ pcr/arora/wikipedia-en.xml | 1 + pcr/arora/yacy.xml | 28 +++++++++++++++++++++ 15 files changed, 140 insertions(+), 152 deletions(-) delete mode 100644 libre/arora/PKGBUILD delete mode 100644 libre/arora/duckduckgo-html.xml delete mode 100644 libre/arora/install delete mode 100644 libre/arora/libre.patch delete mode 100644 libre/arora/searchengines.qrc delete mode 100644 libre/arora/seeks-search.xml delete mode 100644 libre/arora/wikipedia-en.xml delete mode 100644 libre/arora/yacy.xml create mode 100644 pcr/arora/PKGBUILD create mode 100644 pcr/arora/duckduckgo-html.xml create mode 100644 pcr/arora/libre.patch create mode 100644 pcr/arora/searchengines.qrc create mode 100644 pcr/arora/seeks-search.xml create mode 100644 pcr/arora/wikipedia-en.xml create mode 100644 pcr/arora/yacy.xml diff --git a/libre/arora/PKGBUILD b/libre/arora/PKGBUILD deleted file mode 100644 index d75963567..000000000 --- a/libre/arora/PKGBUILD +++ /dev/null @@ -1,54 +0,0 @@ -# $Id: PKGBUILD 188496 2013-06-15 04:38:11Z bisson $ -# Maintainer (Arch): Gaetan Bisson -# Contributor (Arch): Pierre Schmitz -# Contributor (Arch): Daniel J Griffiths -# Maintainer: AndrĂ© Silva - -pkgname=arora -pkgver=0.11.0 -pkgrel=4.parabola2 -pkgdesc='Lightweight cross-platform Web browser, without nonfree flash recommendation and non-privacy search engines' -url="http://code.google.com/p/$pkgname/" -license=('GPL') -arch=('i686' 'x86_64') -replaces=($pkgname-libre) -conflicts=($pkgname-libre) -depends=('qtwebkit' 'desktop-file-utils') -source=("http://${pkgname}.googlecode.com/files/${pkgname}-${pkgver}.tar.gz" - 'searchengines.qrc' - 'libre.patch' - 'duckduckgo-html.xml' - 'seeks-search.xml' - 'wikipedia-en.xml' - 'yacy.xml') -sha1sums=('480cfd7482cccbb7ece866fa10afe9acace29b31' - 'd64bdfe9022f8b4b0745a0d9cc1094ee80bbc897' - '3982032d669077644d485f4d04d4ae4891bdb0e3' - 'e96f2d92b24daad0cfa28d02a003b92042651de0' - '07bc208fbc3bf3d08192b2c07e550525953fc0b2' - '3eea200350f7436bb2d744f8b6af1b5bbb758e51' - '2d515947a8cbeea831490727e88c89ebee17c313') - -install=install - -prepare() { - cd "${srcdir}/${pkgname}-${pkgver}" - # remove non-privacy search engines - rm -r src/data/searchengines/* - install -m644 $srcdir/searchengines.qrc src/data/searchengines - install -m644 "$srcdir/"{duckduckgo-html,seeks-search,wikipedia-en,yacy}.xml src/data/searchengines - # remove nonfree flash recommendation - patch -Np1 -i $srcdir/libre.patch - sed -i '\|Flash|d' src/settings.cpp -} - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - qmake-qt4 PREFIX='/usr' 'CONFIG-=debug' -r - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make INSTALL_ROOT="${pkgdir}" install -} diff --git a/libre/arora/duckduckgo-html.xml b/libre/arora/duckduckgo-html.xml deleted file mode 100644 index 9b979fa31..000000000 --- a/libre/arora/duckduckgo-html.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - DuckDuckGo HTML - Search DuckDuckGo HTML - UTF-8 - http://duckduckgo.com/favicon.ico - - diff --git a/libre/arora/install b/libre/arora/install deleted file mode 100644 index b0409600c..000000000 --- a/libre/arora/install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null || true - update-desktop-database -q || true -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} diff --git a/libre/arora/libre.patch b/libre/arora/libre.patch deleted file mode 100644 index 6bb6c6b43..000000000 --- a/libre/arora/libre.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff --git a/src/settings.ui b/src/settings.ui -index 7d4f66e..758beb3 100644 ---- a/src/settings.ui -+++ b/src/settings.ui -@@ -413,25 +413,6 @@ - - - -- -- -- -- -- 0 -- 0 -- -- -- -- If you enable this option, no flash objects will be loaded by default. Instead, each will be replaced by a button, allowing you to control which objects to load, and which not. -- -- -- Use ClickToFlash on flash plugins -- -- -- true -- -- -- - - - diff --git a/libre/arora/searchengines.qrc b/libre/arora/searchengines.qrc deleted file mode 100644 index 93cd9b80d..000000000 --- a/libre/arora/searchengines.qrc +++ /dev/null @@ -1,8 +0,0 @@ - - - duckduckgo-html.xml - seeks-search.xml - wikipedia-en.xml - yacy.xml - - diff --git a/libre/arora/seeks-search.xml b/libre/arora/seeks-search.xml deleted file mode 100644 index f79d87047..000000000 --- a/libre/arora/seeks-search.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - Seeks Search - Seeks - Real-time p2p pattern matching network for social websearch. - ebenazer@seeks-project.info - UTF-8 - open - http://www.seeks.fr/public/images/seek_icon_16x16_transparent.png - - diff --git a/libre/arora/wikipedia-en.xml b/libre/arora/wikipedia-en.xml deleted file mode 100644 index ea590759f..000000000 --- a/libre/arora/wikipedia-en.xml +++ /dev/null @@ -1 +0,0 @@ -Wikipedia (en)Wikipedia (en)http://bits.wikimedia.org/favicon/wikipedia.icohttp://en.wikipedia.org/wiki/Special:Search \ No newline at end of file diff --git a/libre/arora/yacy.xml b/libre/arora/yacy.xml deleted file mode 100644 index 9c97f16cc..000000000 --- a/libre/arora/yacy.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - YaCy - YaCy.net - P2P Web Search - http://search.ipredator.se/env/grafics/yacy.png - data:image/x-icon;base64,AAABAAEAEBAAAAAAGABoAwAAFgAAACgAAAAQAAAAIAAAAAEAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD////////Chiu+fBm+fRq+fRq+fRq+fRq+fRq8ehXMmk////////////////////////////++exjUqGfZsnjYsXbYsXbYsXbZsnjTp2W+fBr///////////////////////////+9exfs2r/69/L58+z58+z58+z59e/z59bChSn///////////////////////////+9fBnnz638+fX69O369e748un38Ob59O3Ll0fVrGz////////////////////////Jk0HJlUjXuYrWt4jVtYPr28T58+r59OzPn1fPnlX////////////////////////Rolu8eRXCiTPEjTvCijbNnlj169359e7Zs3vLlkf////////////////////////UqmrAgSLt3MP27eH1693169327+T59Ozo0rG/gB////////////////////////////+/gCDv4Mn48+v38Of59Oz58+v48+vr2b2+fRv///////////////////////////+9ehXr17n58+z48ejo0bDp07T48+zx49DBhCj///////////////////////////+/fhzjyJ/59Oz59OzQoVvNmU759Oz58+vKlUbXrnH////////////////////////LlkfUqmn59Oz48+vZtHzNm1D48+v59OzPoFjOnlX////////////////////////OnVPOnFL59e348+vq1rnEiC7u38j69vDXsHTIkT3////////////////////////UqWjIkD327+T58+3s2bzAgSLp07T79/Pmzqq+fBn///////////////////////////+/fx7v4Mr7+PTx5NDHkD3kyqP8+vjs2r+9exf///////////////////////////++fBjQoFnVq2zTp2bGjTjJk0LWrW7SpWC+exf////////////////////////////Nm1C6dQy7eBG8eBK9exe8ehS7dxC6dQzLlkj////////////AH///wB8x+sAf///AD/+PwA///8AP///AD///4A9PU+APoz/gB///4AdxvOAHoz/gB3368AfjU/AHT1PwB/+P - - en-us - UTF-8 - UTF-8 - true - YaCy is an open-source GPL-licensed software that can be used for stand-alone search engine installations or as a client for a multi-user P2P-based web indexing cluster. This is the access to peer '_anonufe-29422893-0'. - - - - - - - - See https://gitorious.org/+yacy-developers - - YaCy Open Source P2P Web Search - See http://search.ipredator.se/ViewProfile.html?hash=localhash - YaCy Software © 2004-2012 by Michael Christen et al., YaCy.net; Content: ask peer owner - open - diff --git a/pcr/arora/PKGBUILD b/pcr/arora/PKGBUILD new file mode 100644 index 000000000..d75963567 --- /dev/null +++ b/pcr/arora/PKGBUILD @@ -0,0 +1,54 @@ +# $Id: PKGBUILD 188496 2013-06-15 04:38:11Z bisson $ +# Maintainer (Arch): Gaetan Bisson +# Contributor (Arch): Pierre Schmitz +# Contributor (Arch): Daniel J Griffiths +# Maintainer: AndrĂ© Silva + +pkgname=arora +pkgver=0.11.0 +pkgrel=4.parabola2 +pkgdesc='Lightweight cross-platform Web browser, without nonfree flash recommendation and non-privacy search engines' +url="http://code.google.com/p/$pkgname/" +license=('GPL') +arch=('i686' 'x86_64') +replaces=($pkgname-libre) +conflicts=($pkgname-libre) +depends=('qtwebkit' 'desktop-file-utils') +source=("http://${pkgname}.googlecode.com/files/${pkgname}-${pkgver}.tar.gz" + 'searchengines.qrc' + 'libre.patch' + 'duckduckgo-html.xml' + 'seeks-search.xml' + 'wikipedia-en.xml' + 'yacy.xml') +sha1sums=('480cfd7482cccbb7ece866fa10afe9acace29b31' + 'd64bdfe9022f8b4b0745a0d9cc1094ee80bbc897' + '3982032d669077644d485f4d04d4ae4891bdb0e3' + 'e96f2d92b24daad0cfa28d02a003b92042651de0' + '07bc208fbc3bf3d08192b2c07e550525953fc0b2' + '3eea200350f7436bb2d744f8b6af1b5bbb758e51' + '2d515947a8cbeea831490727e88c89ebee17c313') + +install=install + +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + # remove non-privacy search engines + rm -r src/data/searchengines/* + install -m644 $srcdir/searchengines.qrc src/data/searchengines + install -m644 "$srcdir/"{duckduckgo-html,seeks-search,wikipedia-en,yacy}.xml src/data/searchengines + # remove nonfree flash recommendation + patch -Np1 -i $srcdir/libre.patch + sed -i '\|Flash|d' src/settings.cpp +} + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + qmake-qt4 PREFIX='/usr' 'CONFIG-=debug' -r + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make INSTALL_ROOT="${pkgdir}" install +} diff --git a/pcr/arora/duckduckgo-html.xml b/pcr/arora/duckduckgo-html.xml new file mode 100644 index 000000000..9b979fa31 --- /dev/null +++ b/pcr/arora/duckduckgo-html.xml @@ -0,0 +1,8 @@ + + + DuckDuckGo HTML + Search DuckDuckGo HTML + UTF-8 + http://duckduckgo.com/favicon.ico + + diff --git a/pcr/arora/libre.patch b/pcr/arora/libre.patch new file mode 100644 index 000000000..6bb6c6b43 --- /dev/null +++ b/pcr/arora/libre.patch @@ -0,0 +1,30 @@ +diff --git a/src/settings.ui b/src/settings.ui +index 7d4f66e..758beb3 100644 +--- a/src/settings.ui ++++ b/src/settings.ui +@@ -413,25 +413,6 @@ + + + +- +- +- +- +- 0 +- 0 +- +- +- +- If you enable this option, no flash objects will be loaded by default. Instead, each will be replaced by a button, allowing you to control which objects to load, and which not. +- +- +- Use ClickToFlash on flash plugins +- +- +- true +- +- +- + + + diff --git a/pcr/arora/searchengines.qrc b/pcr/arora/searchengines.qrc new file mode 100644 index 000000000..93cd9b80d --- /dev/null +++ b/pcr/arora/searchengines.qrc @@ -0,0 +1,8 @@ + + + duckduckgo-html.xml + seeks-search.xml + wikipedia-en.xml + yacy.xml + + diff --git a/pcr/arora/seeks-search.xml b/pcr/arora/seeks-search.xml new file mode 100644 index 000000000..f79d87047 --- /dev/null +++ b/pcr/arora/seeks-search.xml @@ -0,0 +1,11 @@ + + + Seeks Search + Seeks + Real-time p2p pattern matching network for social websearch. + ebenazer@seeks-project.info + UTF-8 + open + http://www.seeks.fr/public/images/seek_icon_16x16_transparent.png + + diff --git a/pcr/arora/wikipedia-en.xml b/pcr/arora/wikipedia-en.xml new file mode 100644 index 000000000..ea590759f --- /dev/null +++ b/pcr/arora/wikipedia-en.xml @@ -0,0 +1 @@ +Wikipedia (en)Wikipedia (en)http://bits.wikimedia.org/favicon/wikipedia.icohttp://en.wikipedia.org/wiki/Special:Search \ No newline at end of file diff --git a/pcr/arora/yacy.xml b/pcr/arora/yacy.xml new file mode 100644 index 000000000..9c97f16cc --- /dev/null +++ b/pcr/arora/yacy.xml @@ -0,0 +1,28 @@ + + + YaCy + YaCy.net - P2P Web Search + http://search.ipredator.se/env/grafics/yacy.png + data:image/x-icon;base64,AAABAAEAEBAAAAAAGABoAwAAFgAAACgAAAAQAAAAIAAAAAEAGAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD////////Chiu+fBm+fRq+fRq+fRq+fRq+fRq8ehXMmk////////////////////////////++exjUqGfZsnjYsXbYsXbYsXbZsnjTp2W+fBr///////////////////////////+9exfs2r/69/L58+z58+z58+z59e/z59bChSn///////////////////////////+9fBnnz638+fX69O369e748un38Ob59O3Ll0fVrGz////////////////////////Jk0HJlUjXuYrWt4jVtYPr28T58+r59OzPn1fPnlX////////////////////////Rolu8eRXCiTPEjTvCijbNnlj169359e7Zs3vLlkf////////////////////////UqmrAgSLt3MP27eH1693169327+T59Ozo0rG/gB////////////////////////////+/gCDv4Mn48+v38Of59Oz58+v48+vr2b2+fRv///////////////////////////+9ehXr17n58+z48ejo0bDp07T48+zx49DBhCj///////////////////////////+/fhzjyJ/59Oz59OzQoVvNmU759Oz58+vKlUbXrnH////////////////////////LlkfUqmn59Oz48+vZtHzNm1D48+v59OzPoFjOnlX////////////////////////OnVPOnFL59e348+vq1rnEiC7u38j69vDXsHTIkT3////////////////////////UqWjIkD327+T58+3s2bzAgSLp07T79/Pmzqq+fBn///////////////////////////+/fx7v4Mr7+PTx5NDHkD3kyqP8+vjs2r+9exf///////////////////////////++fBjQoFnVq2zTp2bGjTjJk0LWrW7SpWC+exf////////////////////////////Nm1C6dQy7eBG8eBK9exe8ehS7dxC6dQzLlkj////////////AH///wB8x+sAf///AD/+PwA///8AP///AD///4A9PU+APoz/gB///4AdxvOAHoz/gB3368AfjU/AHT1PwB/+P + + en-us + UTF-8 + UTF-8 + true + YaCy is an open-source GPL-licensed software that can be used for stand-alone search engine installations or as a client for a multi-user P2P-based web indexing cluster. This is the access to peer '_anonufe-29422893-0'. + + + + + + + + See https://gitorious.org/+yacy-developers + + YaCy Open Source P2P Web Search + See http://search.ipredator.se/ViewProfile.html?hash=localhash + YaCy Software © 2004-2012 by Michael Christen et al., YaCy.net; Content: ask peer owner + open + -- cgit v1.2.3-2-g168b