Worker provides GPG signatures for the downloads. Please add those to the PKGBUILD.
http://www.boomerangsworld.de/cms/worker/download.html
Search Criteria
Package Details: worker 5.1.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/worker.git (read-only, click to copy) |
---|---|
Package Base: | worker |
Description: | A file manager for the X Window System |
Upstream URL: | http://www.boomerangsworld.de/worker |
Keywords: | filemanager files nc |
Licenses: | GPL |
Submitter: | ilpianista |
Maintainer: | aaronfischer |
Last Packager: | aaronfischer |
Votes: | 73 |
Popularity: | 1.02 |
First Submitted: | 2010-09-28 09:57 (UTC) |
Last Updated: | 2024-08-29 07:53 (UTC) |
Dependencies (6)
- avfs
- file (file-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- libx11 (libx11-gitAUR)
- xorgproto (xorgproto-gitAUR)
- libxt (make)
Required by (0)
Sources (2)
NicoHood commented on 2017-06-13 14:11 (UTC)
Klyachkivsky commented on 2016-10-13 21:29 (UTC)
Interesting file manager. Need to try ...
aaronfischer commented on 2015-11-02 09:22 (UTC)
@anika200: Your PKGBUILD does not change anything. There must be a problem on your side I think.
BTW: Bump version to 3.8.1.
anika200 commented on 2015-07-29 12:49 (UTC)
At least on my system with Pacman v4.2.1 - libalpm v9.0.1 the build fails because of problems with the build().
This pkgbuild works for me, maybe it helps someone.
# Maintainer: Aaron Fischer <mail@aaron-fischer.net>
# Contributor: J. W. Birdsong <jwbirdsong AT gmail DOT com>
# Contributor: Kevin Piche <kevin@archlinux.org>
pkgname=worker
pkgver=3.7.1
pkgrel=1
pkgdesc="A file manager for the X Window System"
arch=('i686' 'x86_64')
license=('GPL')
url="http://www.boomerangsworld.de/worker"
depends=('avfs' 'gcc-libs' 'libx11' 'file')
makedepends=('libxt')
source=(http://www.boomerangsworld.de/cms/${pkgname}/downloads/${pkgname}-${pkgver}.tar.bz2)
md5sums=('81a5a384597ab1e239b7216498795789')
#build() {
# cd "${srcdir}/${pkgname}-${pkgver}"
# We need to disable the optimizations because of a bug in gcc
# (see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63140 for details)
# Ralf added a gcc constraint check to avoid compiling bad optimized code.
# Because we run a recent version of gcc, we disable the check, and
# disable also the compiler optimizations completely. Because the code
# uses some C++11 features, we need to set this explicitly.
#
# To bypass the pthread bug, the LDFLAGS is set here explicit until
# the bug is solved. See here for more detail and progress:
# https://sourceforge.net/p/workerfm/mailman/message/34136485/
# CPPFLAGS="-O0 -std=gnu++11" LDFLAGS=-pthread ./configure --enable-xft --prefix=/usr --disable-cxx-check
# make
#}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
CPPFLAGS="-O0 -std=gnu++11" LDFLAGS=-pthread ./configure --enable-xft --prefix=/usr --disable-cxx-check
make
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
}
zeltak commented on 2014-11-07 08:59 (UTC)
3.5.2RC is out :)
zeltak commented on 2014-01-14 07:50 (UTC)
3.3.0 RC is out :)
aaronfischer commented on 2013-06-26 13:16 (UTC)
Worker 3.0.0 is out.
aaronfischer commented on 2013-02-16 01:30 (UTC)
Can you put this patch into the package?
http://sourceforge.net/mailarchive/forum.php?thread_name=5117B7A2.6090608%40aaron-mueller.de&forum_name=workerfm-users
If zou don't have the time, I can maintain this package.
<deleted-account> commented on 2012-08-17 05:30 (UTC)
Ralf's URL has changed.
Please change PKGBUILD download URL to:
http://www.boomerangsworld.de/cms/worker/downloads/worker-2.19.4.tar.bz2
and you'll compile fine.
- Starch
<deleted-account> commented on 2012-02-05 22:40 (UTC)
Had a problem with worker 2.19.0-1:- memory leak & dramatic increase in CPU usage - pulsing every so many seconds sometimes on 2/4 cores. I contacted Ralf, & he thinks it may be the new uDisks code, so he asked me to configure worker with --without-hal --without-dbus, both of which I did (even though I no longer have HAL installed), this solved the problem. I expect we will see an upgrade before too long with this uDisks problem hopefully solved.
Pinned Comments
aaronfischer commented on 2017-07-24 21:12 (UTC) (edited on 2020-12-21 14:14 (UTC) by aaronfischer)
Bump to version 3.11.0 and add the new GPG key from Ralph Hoffmann (See http://www.boomerangsworld.de/cms/about.html for details). If you have issues with the verification process, double check if you have imported and signed the gpg key.
gpg --recv-key F9299EE90A729029E71AF26B667132D0FBC52B37
gpg --lsign F9299EE90A729029E71AF26B667132D0FBC52B37