Package Details: plotinus-git 1:0.2.0+1+g0ce7a4b-1

Git Clone URL: https://aur.archlinux.org/plotinus-git.git (read-only, click to copy)
Package Base: plotinus-git
Description: A searchable command palette in every modern GTK+ application
Upstream URL: http://github.com/p-e-w/plotinus
Licenses: GPL
Conflicts: plotinus
Provides: DBUS-PLOTINUS, plotinus
Submitter: fmoralesc
Maintainer: twa022
Last Packager: twa022
Votes: 16
Popularity: 0.000000
First Submitted: 2016-11-13 18:59 (UTC)
Last Updated: 2022-08-01 18:06 (UTC)

Required by (1)

Sources (2)

Latest Comments

1 2 Next › Last »

twa022 commented on 2022-05-30 20:13 (UTC)

Hi. The PKGBUILD currently misses installing the D-Bus service executable. Can you update to use make install rather than installing files manually?

# Maintainer: Felipe Morales <hel.sheep@gmail.com>
_pkgname=plotinus
pkgname=$_pkgname-git
pkgver=r18+0ce7a4b
pkgrel=1
pkgdesc="A searchable command palette in every modern GTK+ application"
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="http://github.com/p-e-w/plotinus"
license=('GPL')
depends=('gtk3')
makedepends=('git' 'vala' 'cmake')
conflicts=("${_pkgname}")
provides=("${_pkgname}")
source=("${_pkgname}::git+https://github.com/p-e-w/plotinus.git"
        'plotinus.sh')
sha256sums=('SKIP'
            '96fad14ace388edf164b5158adb507765b2bd1fe5c9435c41081ffa8ac2cec11')

pkgver() {
  cd "${_pkgname}"
  printf "r%s+%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

build() {
    cd "${_pkgname}"
    cmake -DCMAKE_INSTALL_PREFIX=/usr
    make
}

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

  install -Dm644 -t "${pkgdir}/etc/profile.d" "${srcdir}"/plotinus.sh
}

Also plotinus wants the full path of the library in GTK3_MODULES, can you update plotinus.sh to

export GTK3_MODULES="${GTK3_MODULES:+$GTK3_MODULES:}/usr/lib/libplotinus.so"

tallero commented on 2021-03-17 22:01 (UTC)

Hi, I've updated the PKGBUILD with replaces and conflicts. The code is here.

fmoralesc commented on 2017-04-30 06:00 (UTC)

@glitsj16 I noticed, I included that yesterday: https://aur.archlinux.org/cgit/aur.git/commit/?h=plotinus-git&id=9dc2b67d845578679103e8b1ac2979c6f7129a5e ;)

glitsj16 commented on 2017-04-30 05:56 (UTC) (edited on 2017-04-30 05:57 (UTC) by glitsj16)

Hi, upstream introduced basic settings in https://github.com/p-e-w/plotinus/commit/04f78766ec7c60596c56677b340900acd5d4964a. The PKGBUILD needs to account for the new glib-2.0 schema file. As is the missing schema throws GDM into a fit and refuses to login. Adding mkdir -p "$pkgdir/usr/share/glib-2.0/schemas" install -m 644 data/com.worldwidemann.plotinus.gschema.xml "$pkgdir/usr/share/glib-2.0/schemas" to the package() function fixes this.

BuZZ-dEE commented on 2017-01-30 14:08 (UTC)

Works now. Great, thank you.

fmoralesc commented on 2017-01-30 10:21 (UTC)

@BuZZ-dEE Just pushed some changes, please try again.

BuZZ-dEE commented on 2017-01-30 10:13 (UTC)

@fmoralesc Can you please fix it?

BuZZ-dEE commented on 2017-01-19 11:59 (UTC) (edited on 2017-01-19 12:06 (UTC) by BuZZ-dEE)

@fmoralesc Yes, in the past I had this problem also with oomox-git package, but now I can install it. https://aur.archlinux.org/packages/oomox-git I can also manually checkout the repository in this way: git clone https://github.com/p-e-w/plotinus.git

fmoralesc commented on 2017-01-19 10:50 (UTC)

@BuZZ-dEE Can you install other git based packages from AUR? I don't think I'm doing anything too weird in this package which might be causing that issue.

fmoralesc commented on 2017-01-19 09:57 (UTC)

@j1simon Gnome-shell, over both Xorg and wayland. However, it seems like I goofed earlier, I do have the key in /etc/environment file, which is why I couldn't reproduce the issue. I will restore the warning about /etc/environment