Package Details: budgie-screenshot-applet 0.4.3.r0.gd92b06c-3

Git Clone URL: https://aur.archlinux.org/budgie-screenshot-applet.git (read-only, click to copy)
Package Base: budgie-screenshot-applet
Description: A Budgie applet for taking and uploading screenshots to Imgur and Imagebin.
Upstream URL: https://github.com/cybre/budgie-screenshot-applet
Keywords: budgie screenshot sharing upload
Licenses: GPL2
Submitter: None
Maintainer: serebit
Last Packager: serebit
Votes: 12
Popularity: 0.000000
First Submitted: 2017-11-13 10:44 (UTC)
Last Updated: 2022-08-19 15:56 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

devl_archer commented on 2018-10-16 16:41 (UTC) (edited on 2018-10-16 16:41 (UTC) by devl_archer)

unfortunately it fails for me:

../src/Widgets/AreaSelectionWindow.vala:155.9-155.29: error: The name `render_background' does not exist in the context of `Gtk'
        Gtk.render_background(style, ctx, 0, 0, w, h);
        ^^^^^^^^^^^^^^^^^^^^^
../src/Widgets/AreaSelectionWindow.vala:156.9-156.24: error: The name `render_frame' does not exist in the context of `Gtk'
        Gtk.render_frame(style, ctx, 0, 0, w, h);
        ^^^^^^^^^^^^^^^^
Compilation failed: 2 error(s), 0 warning(s)
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...
Error making: budgie-screenshot-applet

MCWertGaming commented on 2018-05-23 18:03 (UTC)

the download from https://github.com/cybre/budgie-screenshot-applet/archive/0.4.3.tar.gz fails. Can you update the package with an new link to the version.tar.gz?

spotlightishere commented on 2018-02-14 04:43 (UTC)

The author seems to have added a v to their versioning scheme, so it's no longer 0.4.3 - it's v0.4.3.

rmelo commented on 2018-02-01 12:38 (UTC)

I'm getting an error. The download from https://github.com/cybre/budgie-screenshot-applet/archive/0.4.3.tar.gz is failing.

danielemereb commented on 2017-11-26 02:51 (UTC)

Cool! But you forget to put "v" before "${pkgver}.tar.gz" in Source, should be like this or it won't download: source=("${url}/archive/v${pkgver}.tar.gz") Another thing: Now the package name is budgie-screenshot-applet so you have to change the prepare() and the package() to: prepare() { cd "${srcdir}/${pkgname}-${pkgver}" mkdir -p build cd "${srcdir}/${pkgname}-${pkgver}/build" meson --prefix /usr --buildtype=plain .. ninja } package() { cd "${srcdir}/${pkgname}-${pkgver}/build" DESTDIR="${pkgdir}" ninja install } Just remove the "budgie" before "${pkgname}", if not it'll show a failure.

<deleted-account> commented on 2017-11-13 10:45 (UTC)

You can already move to using https://aur.archlinux.org/packages/budgie-screenshot-applet/

<deleted-account> commented on 2017-11-13 10:42 (UTC)

Sorry for the delay guys! I have updated the package to the latest version :) I think we should really rename it to budgie-screenshot-applet. I will have to create the other package and request a merge. Which i will do right now :)

danielemereb commented on 2017-10-17 20:32 (UTC)

Hi! To fix it, edit this in PKGBUILD: pkgver=0.4.3 md5sums=('3eaf9216e6dd52461a04798eafe8c8a2') source=(https://github.com/cybre/budgie-screenshot-applet/archive/v${pkgver}.zip) url="https://github.com/cybre/budgie-${pkgname}" I'm new here, but i think would be a great idea if you change the package name to budgie-screenshot-applet.

ren commented on 2017-09-12 20:17 (UTC)

This package is broken after budgie-desktop was updated to 10.4. To fix it, an update to 0.4.3 is needed according to https://github.com/cybre/budgie-screenshot-applet/releases/tag/v0.4.3