Giter VIP home page Giter VIP logo

nordpy-plasmoid's People

Contributors

imgbotapp avatar morpheusthewhite avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

nordpy-plasmoid's Issues

Here is a PKGBUILD for the Arch Linux AUR

I hope someone will submit this PKGBUILD to the Arch Linux AUR. I believe this PKGBUILD meets all the guidelines and is ready to go. https://wiki.archlinux.org/index.php/AUR_submission_guidelines

# Maintainer: morpheusthewhite <[email protected]>

pkgname=nordpy-plasmoid
pkgver=r10.ec6491c
pkgrel=1
pkgdesc="Plasma widget to control NordPy; it uses the last server type used within the application to establish the VPN connection."
arch=('x86_64')
url="https://github.com/morpheusthewhite/nordpy-plasmoid.git"
license=('GPL3')
depends=('polkit' 'nordpy' 'qt5-base' 'qt5-declarative' 'plasma-framework') 
makedepends=('git' 'extra-cmake-modules')
source=("git+https://github.com/morpheusthewhite/nordpy-plasmoid.git")
sha256sums=('SKIP')

pkgver() {
  cd "$srcdir/${pkgname}"
  printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

build() {
  # "Building and installing plugin"
  qmake $pkgname/plugin -o build-plugin/Makefile
  make -C build-plugin
  
  # "Building and installing plasmoid"
  cmake -B build $pkgname
  make -C build
}

package() {
  make -C build-plugin INSTALL_ROOT="$pkgdir" install
  make -C build DESTDIR="$pkgdir" install
}

Add nordvpn server name

Hi,
NordPy-Plasmoid is not respecting settings from NordPy - after restart PC I wanted to connect NordVPN through Plasmoid and it connected me to different country, not to country from settings in NordPy, then I turned on NordPy and wanted to connect to country which I choosed earlier and after reconnect to that country Plasmoid is not refreshing new IP, there's just old IP from first connect.

Provide binary packages

Add compiled packages to avoid users to manually install KDE developing tools and compile the package

Missing compilation dependencies in README

Can you suggest what I need to check to resolve this error?

I have polkit and nordpy installed.

Building and installing plasmoid
CMake Error at CMakeLists.txt:5 (find_package):
  Could not find a package configuration file provided by "ECM" (requested
  version 1.4.0) with any of the following names:

    ECMConfig.cmake
    ecm-config.cmake

  Add the installation prefix of "ECM" to CMAKE_PREFIX_PATH or set "ECM_DIR"
  to a directory containing one of the above files.  If "ECM" provides a
  separate development package or SDK, be sure it has been installed.


-- Configuring incomplete, errors occurred!
See also "/opt/nordpy-plasmoid/build/CMakeFiles/CMakeOutput.log".
Failed building plasmoid

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.