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 »

<deleted-account> commented on 2017-06-30 21:20 (UTC)

@AnanasoKirby Fixed

ananaso commented on 2017-06-25 22:24 (UTC)

PKGBUILD still needs to be updated to the one @asonix posted, it currently fails by missing meson+ninja

<deleted-account> commented on 2017-06-05 22:22 (UTC)

@asonix Sorry for the long delay, i've updated the package

asonix commented on 2017-04-18 15:07 (UTC)

Here's a PKGBUILD that works. screenshot-applet has migrated to the Meson+Ninja build system: ``` # Maintainer: ELmoussaoui Bilal <bil.elmoussaoui@gmail.com> pkgname=screenshot-applet pkgver=0.4.2 pkgrel=0.1 pkgdesc="A Budgie applet for taking and uploading screenshots to Imgur and Imagebin." arch=('i686' 'x86_64') license=('GPL2') md5sums=('8e6f97a5a4c37e81f2076328e6f84820') depends=('libpeas' 'budgie-desktop' 'json-glib' 'rest' 'gnome-screenshot') makedepends=('unzip' 'gnome-common' 'gobject-introspection' 'intltool' 'itstool' 'vala' 'yelp-tools' 'meson' 'ninja') source=(https://github.com/cybre/screenshot-applet/archive/${pkgver}.zip) url="https://github.com/cybre/${pkgname}" build() { cd "$srcdir/budgie-${pkgname}-${pkgver}" mkdir -p build cd build meson --prefix /usr --buildtype=plain .. ninja } package() { cd "$srcdir/budgie-${pkgname}-${pkgver}/build" DESTDIR="${pkgdir}" ninja install } ```

gfly commented on 2017-04-18 11:58 (UTC)

This has been broken for the past 4 days now, same issue as philusb ==> Starting build()... /home/greg/aur/screenshot-applet/PKGBUILD: line 17: ./autogen.sh: No such file or directory ==> ERROR: A failure occurred in build(). Aborting...

philusb commented on 2017-04-14 17:26 (UTC)

i can't update this is my details of it : Preparing... Building screenshot-applet... Cloning into 'screenshot-applet'... remote: Counting objects: 56, done. remote: Compressing objects: 100% (52/52), done. remote: Total 56 (delta 23), reused 35 (delta 4) Unpacking objects: 100% (56/56), done. ==> Making package: screenshot-applet 0.4.2-0.1 (Fri Apr 14 13:23:35 EDT 2017) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading 0.4.2.zip... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 133 0 133 0 0 710 0 --:--:-- --:--:-- --:--:-- 707 100 134 0 134 0 0 560 0 --:--:-- --:--:-- --:--:-- 560 100 161k 100 161k 0 0 324k 0 --:--:-- --:--:-- --:--:-- 324k ==> Validating source files with md5sums... 0.4.2.zip ... Passed ==> Extracting sources... -> Extracting 0.4.2.zip with bsdtar ==> Starting build()... /tmp/pamac-build-mitrick/screenshot-applet/PKGBUILD: line 17: ./autogen.sh: No such file or directory ==> ERROR: A failure occurred in build(). Aborting...

<deleted-account> commented on 2017-04-14 10:45 (UTC)

Package updated to 0.4.2

<deleted-account> commented on 2016-09-14 08:41 (UTC)

Updated to 0.3.8, i will change the name later.

<deleted-account> commented on 2016-08-31 17:42 (UTC)

Please update to 0.3.8

<deleted-account> commented on 2016-08-30 16:01 (UTC)

I think it would be better to change the dependence of budgie-desktop-git to budgie-gesktop. So who use this Desktop not need to use the git version of it. On the other hand, if the applet is for the panel budgie, better than the package is called "budgie-screenshot-applet". It is clearer that is, without read the description. Thanks for maintaining!