GithubHelp home page GithubHelp logo

Comments (6)

psifidotos avatar psifidotos commented on August 30, 2024

What version of Window Buttons?

from applet-window-buttons.

Nourepide avatar Nourepide commented on August 30, 2024

0.1
I tried to use master-branch but get it

from applet-window-buttons.

psifidotos avatar psifidotos commented on August 30, 2024

Has been fixed in master... You didn't install it properly

from applet-window-buttons.

Nourepide avatar Nourepide commented on August 30, 2024

Properly how is it? Can you just release a new version if install.sh doesn't work correctly? In it case, users will just use the package in AUR.

from applet-window-buttons.

Nourepide avatar Nourepide commented on August 30, 2024

I use same the way to install master-branch as 0.1 and getting an error
But when I install 0.1 I don't get an error
Are you really sure that I didn't install it "properly"?

PKGBUILD 0.1

pkgname=plasma5-applets-window-buttons
pkgver=0.1
pkgrel=1
pkgdesc="Plasma 5 applet in order to show window buttons in your panels"
arch=(x86_64)
url="https://github.com/psifidotos/applet-window-buttons"
license=(GPL)
depends=(plasma-workspace)
makedepends=(extra-cmake-modules)
source=($pkgname-$pkgver.tar.gz::"https://github.com/psifidotos/applet-window-buttons/archive/v$pkgver.tar.gz")
sha256sums=('08afff3fb59d4966a3b799d70e4eec0a0dc808af9327f936d23a98baa613a667')

prepare() {
  mkdir -p build
}

build() {
  cd build
  cmake ../applet-window-buttons-$pkgver \
    -DCMAKE_INSTALL_PREFIX=/usr
}

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

PKGBUILD Master-branch

pkgname=plasma5-applets-window-buttons
pkgver=0.1
pkgrel=1
pkgdesc="Plasma 5 applet in order to show window buttons in your panels"
arch=(x86_64)
url="https://github.com/psifidotos/applet-window-buttons"
license=(GPL)
depends=(plasma-workspace)
makedepends=(extra-cmake-modules)
source=(https://github.com/psifidotos/applet-window-buttons/archive/master.zip)
sha512sums=(SKIP)

prepare() {
  mkdir -p build
}

build() {
  cd build
  cmake ../applet-window-buttons-master \
    -DCMAKE_INSTALL_PREFIX=/usr
}

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

from applet-window-buttons.

psifidotos avatar psifidotos commented on August 30, 2024

The error in the screenshot indicates faulty installation... I can't help you with packaging details

from applet-window-buttons.

Related Issues (20)

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.