Package Details: minus-uploader 1.8-0

Package Base: minus-uploader
Description: Desktop app that allows you to drag-n-drop files into the taskbar and instantly upload to Minus
Upstream URL: https://minus.com/pages/tools
Category: multimedia
Licenses: GPL
Submitter: crocowhile
Maintainer: None
Last Packager: None
Votes: 22
First Submitted: 2011-01-25 19:26
Last Updated: 2012-06-01 20:35

Dependencies (2)

Required by (0)

Sources

Latest Comments

Anonymous comment

2012-10-18 10:28

I know this is very very late but


Minus has stopped developing this application.

I will be disowning this package. I'm not going to make sure it works with Arch updates since it's been dropped.

Anonymous comment

2012-06-01 21:30

Works for 1.8.0 now.

Anonymous comment

2012-05-06 05:42

==> Validating source files with md5sums...
minus-desktop-tool_amd64.deb ... FAILED
==> ERROR: One or more files did not pass the validity check!

Anonymous comment

2012-03-19 01:19

minus-uploader 1.8 PKGBUILD
http://pastebin.com/GZR3xZkz

Anonymous comment

2011-12-30 16:27

deb2targz is removed from AUR.
New PKGBUILD use `ar`(in core/binutils) instead of deb2targz.
See: https://gist.github.com/1540502

Comment by crocowhile

2011-11-03 11:37

@vkill, what's the problem exactly? It installs fine here.

Comment by vkill

2011-11-03 11:30

PKGBUILD error
tar -xzf "${srcdir}/minus-desktop-tool_${_debarch}.tar.gz"

Comment by crocowhile

2011-10-02 18:01

Thank you skodabenz but this doesn't help. The problem with this package is that they keep modifying the file without changing the version number. Also, the file that has to be downloaded doesn't carry the version number in it so this creates frequent issues with md5sum.

Anonymous comment

2011-10-02 13:25

# man PKGBUILD

It is also possible to change the name of the downloaded file, which is helpful with weird URLs and for handling multiple
source files with the same name. The syntax is: source=('filename::url').

Anonymous comment

2011-10-02 13:21

You can change the PKGBUILD with

_downloadfile="minus-desktop-tool_${_debarch}.deb"
_sourcefile="minus-desktop-tool-${pkgver}-${pkgrel}_${_debarch}.deb"

source=("${_sourcefile}::http://blog.minus.com/updates/${_downloadfile}")

so that the downloaded file is renamed with pkgver and pkgrel in it.

Anonymous comment

2011-10-01 01:27

seems to be broken again :>

==> Validating source files with md5sums...
minus-desktop-tool_amd64.deb ... FAILED
==> ERROR: One or more files did not pass the validity check!
==> ERROR: Makepkg was unable to build minus-uploader.

Comment by derblub

2011-09-26 15:34

awesome - it's fixed now. thanks for your blazing fast commit!

Comment by crocowhile

2011-09-26 15:31

maybe, they have the annoying habit to change version without renaming the files.
check now

Comment by derblub

2011-09-26 15:27

build is failing currently - seems like a checksum error?
yaourt-build log:
==> Validating source files with sha1sums...
minus-desktop-tool_amd64.deb ... FAILED
==> ERROR: One or more files did not pass the validity check!
==> ERROR: Makepkg was unable to build minus-uploader.

Anonymous comment

2011-09-20 08:38

http://pastie.org/2561893 ?

Anonymous comment

2011-09-20 08:37

I think lib32-qt is not at all needed as the app works even without it being installed in my system. Also /usr/bin/minus is ELF-x86_64 exec.

Comment by prosciutboy

2011-09-18 06:34

I haven't been able to use the Minus tool until I moved it from the notification bar to the status bar.
Moving Minus to the status bar is fairly easy just create extension.js and metadata.json as described here [ http://mo.morsi.org/blog/node/337 ] and copy them to /usr/share/gnome-shell/extensions/minus.status@gnome-shell.gnome.org/

You can also use the gnome-shell-extension-pidgin-status aur package and adapt it for minus.

I do not know if there is an easier way to do but this method is not complex at all.

Comment by mmf1902

2011-09-18 05:47

Please add qjson as dependency. I installed successfully minus-uploader but complained abut libqjson at first start.

Tks a lot

Comment by crocowhile

2011-09-15 09:37

I switched the PKGBUILD to use the deb version of the uploader because it does provide a better 64 bit version and seems to be looked after more carefully.
Also, the 1.6 deb version is now available.

Anonymous comment

2011-09-14 19:54

yes, i've solved installing qt lib32 :)

Comment by crocowhile

2011-09-14 17:33

@L0cutus, are you running a 64 bi os too?

Anonymous comment

2011-09-13 20:04

[kki@l0cutus ~]$ minus
minus: error while loading shared libraries: libQtXml.so.4: cannot open shared object file: No such file or directory

any idea ?

Anonymous comment

2011-09-05 03:53

@BioStrange thanks for the help. It works fine.

Comment by crocowhile

2011-09-03 10:29

@BioStrange, thanks for the tip. I think this is a issue that probably has to be solved upstream.

Anonymous comment

2011-09-02 00:35

On x86_64 Arch I managed to fix the libqjson.so.0 problem by manually downloading the x86 qjson package, extracting the libqjson.so.0.7.1, renaming it to libqjson.so.0, and placing it into /usr/lib32/. It works under Gnome 3, albeit with issues (as far as I can tell, mostly pertaining to the status bar being moved, etc), but seems fully functional aside from that.

Anonymous comment

2011-08-24 02:23

Sorry, *after updated

Anonymous comment

2011-08-24 01:43

@crocowhile Not yet, I keep searching an anwser, the same problem before updated!!! :\ ... Maybe if exists a package lib32-qjson xD

Comment by crocowhile

2011-08-22 14:11

@seaslee, you need to give some more details about your problem.
@Takaki, did you actually solve your issue?

Anonymous comment

2011-08-22 12:11

does it work under gnome3? In my machine , it doesn't work .

Comment by crocowhile

2011-08-14 13:29

Updated to 1.5

Comment by L42y

2011-08-14 12:56

version 1.5

Comment by crocowhile

2011-08-10 18:28

@Takaki, not sure what the problem is. libqjson.so.0 is not even present on my machine and the app launches w/o problems.

Anonymous comment

2011-08-10 00:38

I get the following error when I try to launch the app: minus: error while loading shared libraries: libqjson.so.0: cannot open shared object file: No such file or directory
I try "#ln -s /usr/lib/libqjson.so.0 /usr/lib32/libqjson.so.0" but doesn't work.
Any ideas?

Comment by L42y

2011-04-20 00:56

1.2 is out, please update: https://gist.github.com/930109

Comment by crocowhile

2011-04-03 17:54

@ancleessen4, actually the PKGBUILD just looks for lib32qt3. It doesn't check for its version.

Anonymous comment

2011-04-02 15:02

Package install looks for lib32-qt3 3.3.8-18 but lib32-qt3 version has incremented to lib32-qt3 3.3.8-19

Comment by crocowhile

2011-03-23 10:56

Good to know. I have updated the PKGBUILD

Anonymous comment

2011-03-23 02:19

@crocowhile I had it installed. Reinstalled and it worked. Thanks a lot!

Comment by crocowhile

2011-03-22 19:24

yuri_alvarez, you could try installing lib32-qt.

Anonymous comment

2011-03-22 18:15

@crocowhile yes, i'm on 64 bit

Comment by crocowhile

2011-03-22 07:38

@yuri_alvarez, that lib is definitely part of qt, so if you have it installed it should just work.
Are you on a 64 bit arch?

Anonymous comment

2011-03-22 06:14

I have installed qt 4.7.2-1

$ minus
minus: error while loading shared libraries: libQtXml.so.4: cannot open shared object file: No such file or directory

Any idea? Thanks

Comment by crocowhile

2011-02-01 11:55

@seanm,

$ pacman -Qo /usr/lib/libQtGui.so.4
/usr/lib/libQtGui.so.4 is owned by qt 4.7.1-3

It should be enough to install qt which is now inserted as dependency.

Anonymous comment

2011-02-01 03:38

$ minus
minus: error while loading shared libraries: libQtGui.so.4: cannot open shared object file: No such file or directory



Any ideas?

Comment by crocowhile

2011-01-27 08:58

Thanks for noting that. It's fixed now.

Anonymous comment

2011-01-27 05:55

Was only able to install it with yaourt after removing/commenting out the line: depends=("")