Package Details: slop-git v7.3.49.r1.gd7c12dd-2

Git Clone URL: https://aur.archlinux.org/slop-git.git (read-only, click to copy)
Package Base: slop-git
Description: slop (Select Operation) is an application that queries for a selection from the user and prints the region to stdout.
Upstream URL: https://github.com/naelstrof/slop
Licenses: GPL3
Conflicts: slop
Provides: slop
Submitter: naelstrof
Maintainer: naelstrof
Last Packager: naelstrof
Votes: 3
Popularity: 0.000000
First Submitted: 2014-10-15 20:03 (UTC)
Last Updated: 2017-09-13 19:00 (UTC)

Required by (28)

Sources (1)

Latest Comments

0x647262 commented on 2017-09-15 13:53 (UTC)

``` pkgver() { cd "$_realname" git describe --long --tags | sed -r 's/([^-]*-g)/r\1/;s/-/./g' } ``` should be changed to: ``` pkgver() { cd "$_realname" git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g' } ``` To remove the 'v' from the version string. I feel bad for nitpicking something so small... :(

zaygraveyard commented on 2017-07-20 08:59 (UTC)

To fix the problem @jclc is having, `provides=( 'slop' )` needs to be added to the PKGBUILD

jclc commented on 2017-02-26 11:36 (UTC)

Is it possible to make this fulfill the slop dependency like maim-git fulfills the maim dependency? The puush4linux package currently requires slop but this doesn't fulfill the dependency for it

whaler commented on 2015-08-11 23:17 (UTC)

Right;) Thanks!

naelstrof commented on 2015-08-10 23:29 (UTC)

I forgot to add glm as a dependency, sorry. I'll fix it when I get home, but just so you know, the official package in community is the same version that's here. The arch maintainers are pretty good about keeping stuff bleeding edge.

whaler commented on 2015-08-10 22:14 (UTC)

Please note, "Ingen slik fil eller filkatalog" is "No such file or directory".

whaler commented on 2015-08-10 22:12 (UTC)

Trying to compile, I get: "/tmp/yaourt-tmp-petrell/aur-slop-git/src/slop/src/shader.hpp:9:23: fatal error: glm/glm.hpp: Ingen slik fil eller filkatalog compilation terminated. CMakeFiles/slop.dir/build.make:86: recipe for target 'CMakeFiles/slop.dir/src/selectrectangle.cpp.o' failed make[2]: *** [CMakeFiles/slop.dir/src/selectrectangle.cpp.o] Error 1 CMakeFiles/Makefile2:99: recipe for target 'CMakeFiles/slop.dir/all' failed make[1]: *** [CMakeFiles/slop.dir/all] Error 2 Makefile:127: recipe for target 'all' failed make: *** [all] Error 2"