Package Details: plasma5-runners-duckduckgo-bangs 1.0.1-2

Git Clone URL: https://aur.archlinux.org/plasma5-runners-duckduckgo-bangs.git (read-only, click to copy)
Package Base: plasma5-runners-duckduckgo-bangs
Description: A little krunner plugin (Plasma 5) to execute DuckDuckGo bangs in default browser
Upstream URL: https://framagit.org/Nautigsam/krunner-duckduckgo-bangs
Licenses: GPL
Submitter: Nautigsam
Maintainer: Nautigsam
Last Packager: Nautigsam
Votes: 4
Popularity: 0.000000
First Submitted: 2017-05-06 14:50 (UTC)
Last Updated: 2023-11-01 09:57 (UTC)

Latest Comments

Nautigsam commented on 2022-10-15 16:23 (UTC)

@Troupal I pushed your fix. Thank you for letting me know.

Troupal commented on 2022-10-02 19:26 (UTC)

This package doesn't work, mainly because of the source upload URL on GitLab (Framagit in this case) and the MD5 checksum which is not good. I rewrote the PKGBUILD to make it work - so it will just have to be updated - here it is:

```bash
# Maintainer: Aurélien Bertron <aurelienbertron at gmail dot com>
pkgname=plasma5-runners-duckduckgo-bangs
pkgver=1.0.1
pkgrel=1
pkgdesc="A little krunner plugin (Plasma 5) to execute DuckDuckGo bangs in default browser"
arch=('any')
url="https://framagit.org/Nautigsam/krunner-duckduckgo-bangs"
license=('GPL')
depends=('krunner' 'qt5-base' 'ki18n')
makedepends=('cmake' 'extra-cmake-modules')
source=("${pkgname}-${pkgver}.tar.gz::https://framagit.org/Nautigsam/krunner-duckduckgo-bangs/-/archive/v${pkgver}/krunner-duckduckgo-bangs-v${pkgver}.tar.gz")
noextract=("${source[@]%%::*}")

prepare() {
mkdir -p build
mkdir -p ${pkgname}-${pkgver}
tar xzf ${noextract} -C ${pkgname}-${pkgver} --strip-components 1
}

build() {
cd build
cmake ../${pkgname}-${pkgver} -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix` -DQT_PLUGIN_INSTALL_DIR=`kf5-config --qt-plugins` -DCMAKE_BUILD_TYPE=Release
make
}

package() {
cd build
make install DESTDIR="${pkgdir}"
}

md5sums=('b98f05e1feb9287fc1e9418e9f3a37e2')
```

Kurtoid commented on 2019-07-06 23:43 (UTC)

Thank you for writing this; it's a little bit easier than using webshortcut's dd feature

Nautigsam commented on 2018-10-26 11:22 (UTC)

@prasopita It is fixed, now. Thanks for the feedback!

prasopita commented on 2018-10-24 20:52 (UTC)

Great idea! But to make it work I needed to edit very slightly ddg_bangs.cpp More specifically, I replaced "kde-open" with "kde-open5".