Package Details: appset-qt 0.7.2-6

Git Clone URL: https://aur.archlinux.org/appset-qt.git (read-only, click to copy)
Package Base: appset-qt
Description: An advanced and feature rich Package Manager Frontend
Upstream URL: http://appset.sourceforge.net/
Licenses: GPL2
Submitter: None
Maintainer: arcanis
Last Packager: arcanis
Votes: 155
Popularity: 0.000000
First Submitted: 2010-11-24 13:03 (UTC)
Last Updated: 2016-05-31 14:37 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 10 Next › Last »

ImNtReal commented on 2013-07-09 13:00 (UTC)

I take that back, I had to specify /usr/lib/qt4/bin/lrelease in the PKGBUILD.

ImNtReal commented on 2013-07-09 12:57 (UTC)

I think you should add a makedepend of qtchooser, and use /usr/bin/lrelease instead of /usr/lib/qt/lrelease. It's not working for me, either.

CPUnltd commented on 2013-07-09 12:53 (UTC)

==> Starting build()... lrelease: could not exec '/usr/lib/qt/bin/lrelease': No such file or directory ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build appset-qt.

arcanis commented on 2013-07-08 23:00 (UTC)

so, fixed PKGBUILD. And I remove old files for rc.d-daemon. Although I wasn't able to create a new service file =(

piedro commented on 2013-05-28 16:53 (UTC)

I have qt 4.8.4 but still it's missing qt 4.7 ... depends=('qt4>=4.7') should cover this, shouldn't it? thx, p.

quantumphaze commented on 2013-05-27 11:32 (UTC)

This package also adds a daemon to the old rc.conf with its install script. This must be changed to work with systemd. Also qt4.

PerfectGentleman commented on 2013-05-24 16:33 (UTC)

depends=('qt4>=4.7') ------------------------------------------------------ change only that and complied it okay

saleem commented on 2013-05-21 13:05 (UTC)

Would somebody please update it to work with qt4.8 ? I tired these as mentioned but get errors # Maintainer: Simone Tobia <simone.tobia at gmail dot com> pkgname=appset-qt pkgver=0.7.2 pkgrel=1 pkgdesc="An advanced and feature rich Package Manager Frontend" arch=('i686' 'x86_64') url="http://appset.sourceforge.net/" license=('GPL2') depends=('qt4>=4.7' 'qtwebkit') optdepends=('packer: for AUR support') #install=${pkgname}.install #changelog=$pkgname.changelog source=(http://sourceforge.net/projects/appset/files/appset-qt/0.7/0.7.2/appset-qt-0.7.2-sources.tar.gz) md5sums=(8658b6452e1f941af8501a6a772b6cd9) build() { cd $srcdir/$pkgname-$pkgver-sources qmake-qt4 PREFIX=/usr -Wnone #localization lrelease-qt4/AppSet-Qt/*.ts lrelease-qt4/AppSetTray-Qt/*.ts lrelease-qt4/AppSetRepoEditor-Qt/*.ts make || return 1 } package() { cd $srcdir/$pkgname-$pkgver-sources make INSTALL_ROOT="$pkgdir/" install #helper daemon install -m 755 -d "$pkgdir/etc/rc.d" || return 1 install -m 755 "$srcdir/$pkgname-$pkgver-sources/AppSetHelper/appset-helper.sh" "$pkgdir/etc/rc.d/appset-helper" } -------------------------------------------------------------- ]$ sudo yaourt -S appset-qt ==> Downloading appset-qt PKGBUILD from AUR... x PKGBUILD x appset-qt.install x appset-qt.changelog Comment by gyurman (2013-03-01 18:54) Please update for qt. Comment by delphos.sensei (2013-03-01 21:55) http://pastebin.com/UfXfuMnA este PKGBUILD me funciono correctamente. Comment by CPUnltd (2013-04-03 22:42) please update for qt4 package Comment by msw012 (2013-04-15 06:43) I like this package, keep up the good work simone6192. I've got appset-qt to build and run by modifying the PKGBUILD file as follows : Line 10 : QT4.depends=('qt=4.7') -- QT4.depends=('qt4=4.7' 'qtwebkit'). References to qmake change to qmake-qt4. References to lrelease change to lrelease-qt4. Comment out install=... and changelog=... lines (prepend '#' character). Now run makepkg in the same directory as the updated PKGBUILD file and cross you're fingers. Comment by msw012 (2013-04-15 15:22) Further to my previous post, to install appset-qt : pacman -U appset-qt-0.7.2-1-x86_64.pkg.tar.xz appset-qt 0.7.2-1 (Wed Nov 24 18:03:46 PKT 2010) ( Unsupported package: Potentially dangerous ! ) ==> Edit PKGBUILD ? [Y/n] ("A" to abort) ==> ------------------------------------ ==> y Please add $EDITOR to your environment variables for example: export EDITOR="vim" (in ~/.bashrc) (replace vim with your favorite editor) ==> Edit PKGBUILD with: geany ==> appset-qt dependencies: - qt4>=4.7 (already installed) - qtwebkit (already installed) ==> Edit PKGBUILD ? [Y/n] ("A" to abort) ==> ------------------------------------ ==> n ==> Continue building appset-qt ? [Y/n] ==> ----------------------------------- ==> ==> Building and installing package ==> WARNING: Building package as root is dangerous. Please run yaourt as a non-privileged user. ==> Making package: appset-qt 0.7.2-1 (Tue May 21 17:57:05 PKT 2013) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading appset-qt-0.7.2-sources.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 391 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 459 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 100 652k 100 652k 0 0 44621 0 0:00:14 0:00:14 --:--:-- 159k ==> Validating source files with md5sums... appset-qt-0.7.2-sources.tar.gz ... Passed ==> Extracting sources... -> Extracting appset-qt-0.7.2-sources.tar.gz with bsdtar ==> Starting build()... /tmp/yaourt-tmp-root/aur-appset-qt/./PKGBUILD: line 22: lrelease-qt4/AppSet-Qt/*.ts: No such file or directory ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build appset-qt. ==> Restart building appset-qt ? [y/N] ==> ---------------------------------- ==> [saleem@home-pc ~]$ yaourt -S appset-qt ==> Downloading appset-qt PKGBUILD from AUR... x PKGBUILD x appset-qt.install x appset-qt.changelog Comment by gyurman (2013-03-01 18:54) Please update for qt. Comment by delphos.sensei (2013-03-01 21:55) http://pastebin.com/UfXfuMnA este PKGBUILD me funciono correctamente. Comment by CPUnltd (2013-04-03 22:42) please update for qt4 package Comment by msw012 (2013-04-15 06:43) I like this package, keep up the good work simone6192. I've got appset-qt to build and run by modifying the PKGBUILD file as follows : Line 10 : QT4.depends=('qt=4.7') -- QT4.depends=('qt4=4.7' 'qtwebkit'). References to qmake change to qmake-qt4. References to lrelease change to lrelease-qt4. Comment out install=... and changelog=... lines (prepend '#' character). Now run makepkg in the same directory as the updated PKGBUILD file and cross you're fingers. Comment by msw012 (2013-04-15 15:22) Further to my previous post, to install appset-qt : pacman -U appset-qt-0.7.2-1-x86_64.pkg.tar.xz appset-qt 0.7.2-1 (Wed Nov 24 18:03:46 PKT 2010) ( Unsupported package: Potentially dangerous ! ) ==> Edit PKGBUILD ? [Y/n] ("A" to abort) ==> ------------------------------------ ==> n ==> appset-qt dependencies: - qt>=4.7 (building from AUR) ==> Edit appset-qt.install ? [Y/n] ("A" to abort) ==> --------------------------------------------- ==> n ==> Continue building appset-qt ? [Y/n] ==> ----------------------------------- ==> ==> Building and installing package ==> Install or build missing dependencies for appset-qt: error: target not found: qt>=4.7 ==> Restart building appset-qt ? [y/N] ==> ---------------------------------- ==> ==> Edit PKGBUILD ? [Y/n] ("A" to abort) ==> ------------------------------------ ==> y symlink: Permission denied ==> appset-qt dependencies: - qt4>=4.7 (already installed) - qtwebkit (already installed) ==> Edit PKGBUILD ? [Y/n] ("A" to abort) ==> ------------------------------------ ==> n ==> Continue building appset-qt ? [Y/n] ==> ----------------------------------- ==> ==> Building and installing package ==> Making package: appset-qt 0.7.2-1 (Tue May 21 18:01:04 PKT 2013) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading appset-qt-0.7.2-sources.tar.gz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 391 0 0 0 0 0 0 --:--:-- 0:00:01 --:--:-- 0 0 461 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- 0:00:03 --:--:-- 0 100 652k 100 652k 0 0 102k 0 0:00:06 0:00:06 --:--:-- 249k ==> Validating source files with md5sums... appset-qt-0.7.2-sources.tar.gz ... Passed ==> Extracting sources... -> Extracting appset-qt-0.7.2-sources.tar.gz with bsdtar ==> Starting build()... /tmp/yaourt-tmp-saleem/aur-appset-qt/./PKGBUILD: line 22: lrelease-qt4/AppSet-Qt/*.ts: No such file or directory ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build appset-qt. ==> Restart building appset-qt ? [y/N] ==> ---------------------------------- ==>

<deleted-account> commented on 2013-04-15 15:22 (UTC)

Further to my previous post, to install appset-qt : pacman -U appset-qt-0.7.2-1-x86_64.pkg.tar.xz