Search Criteria
Package Details: budgie-screenshot-applet 0.4.3.r0.gd92b06c-2
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: | |
Submitter: | bil-elmoussaoui |
Maintainer: | ValHue |
Last Packager: | nahuelwexd |
Votes: | 10 |
Popularity: | 0.000010 |
First Submitted: | 2017-11-13 10:44 |
Last Updated: | 2019-09-22 18:56 |
Dependencies (9)
- budgie-desktop (budgie-desktop-git)
- gnome-desktop (gnome-desktop-git)
- json-glib (json-glib-git)
- libpeas (libpeas-luajit, libpeas-git, libpeas-lua51)
- gobject-introspection (gobject-introspection-git) (make)
- intltool (make)
- meson (meson-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- vala (vala0.42, vala0.44, vala-git) (make)
Latest Comments
1 2 3 Next › Last »
nahuelwexd commented on 2019-09-18 00:56
I want to maintain this package, @r3pek can you drop it?
nahuelwexd commented on 2019-07-31 20:24
I already fixed the problem, and sended PR, and it has been accepted.
Here's the commit: https://github.com/cybre/budgie-screenshot-applet/commit/0e0c582adedc4105bb6677aa932e3ecc6ca35fc5
lietzu commented on 2019-07-22 17:28
Any fix for the
Cannot convert from `GLib.HashTable<string,ScreenshotApplet.Backend.Providers.IProvider>' to `GLib.HashTable<string,weak ScreenshotApplet.Backend.Providers.IProvider>'
build problem yet?cvxcvc commented on 2019-04-23 17:02
JekBortney commented on 2019-04-21 02:54
Build fails for me.
devl_archer commented on 2018-10-16 16:41
unfortunately it fails for me:
MCWertGaming commented on 2018-05-23 18:03
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
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
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
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.