Search Criteria
Package Details: attica-git v5.72.0.r2.gef33d1e-1
Git Clone URL: | https://aur.archlinux.org/attica-git.git (read-only, click to copy) |
---|---|
Package Base: | attica-git |
Description: | Qt5 library that implements the Open Collaboration Services API |
Upstream URL: | https://projects.kde.org/projects/frameworks/attica |
Licenses: | |
Groups: | |
Conflicts: | |
Provides: | |
Submitter: | Sevenseven |
Maintainer: | zanny |
Last Packager: | zanny |
Votes: | 38 |
Popularity: | 0.37 |
First Submitted: | 2010-11-16 07:28 |
Last Updated: | 2020-07-18 02:45 |
Dependencies (3)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- extra-cmake-modules (extra-cmake-modules-git) (make)
- git (git-git) (make)
Required by (6)
- buho-git (requires attica)
- cinema-git (requires attica)
- kf5-git-meta
- kxmlgui-git
- pix-maui-git (requires attica)
- tomahawk-git (requires attica)
Latest Comments
1 2 3 Next › Last »
Elanzer commented on 2020-11-27 15:16
I talked before with @IslandC0der and he rectified the PKGBUILDs that he manages.
I didn't notice
kf5-aids
before, since no issues raised from this group.Thanks for your help @zanny.
zanny commented on 2020-11-26 22:38
I just did an audit of all the kf5 packages in the AUR.
Here are my packages and if they are in the kf5 group. While going through I adopted all the current orphans but haven't updated their pkgbuilds yet. Before I had all mine in the group: attica-git yes, baloo-git yes, kapidox-git yes, kcodecs-git yes, kimageformats-git yes, kirigami-git plasma, networkmanager-qt-git no, plasma-framework-git yes, prison-git no, purpose-git no, solid-git yes, sonnet-git yes
Here are the kf5-aids packages I maintain by the group they are in: kdewebkit-git kf5, kjsembed-git kf5-aids, kmediaplayer-git kf5-aids
Here are ALL the other kf5 packages, about 90% maintained by IslandC0der, and if they are in the kf5 group or not: bluez-qt-git no, breeze-icons-git yes, extra-cmake-modules-git no, frameworkintegration-git yes, kactivities-git yes, kactivities-stats-git no, karchive-git no, kauth-git no, kbookmarks-git no, kcmutils-git yes, kcompletion-git no, kconfig-git no, kconfigwidgets-git no, kcontacts-git no, kcoreaddons-git no, kcrash-git no, kdav-git no, kdbusaddons-git no, kdeclarative-git no, kded-git yes, kdesu-git yes, kdnssd-git yes, kdoctools-git no, kemoticons-git yes, kfilemetadata-git yes, kglobalaccel-git no, kguiaddons-git no, kholidays-git no, khtml-git kf5-aids, ki18n-git no, kiconthemes-git no, kidletime-git yes, kinit-git yes, kio-git no, kitemmodels-git yes, kitemviews-git no, kjobwidgets-git no, knewstuff-git yes, knotifications-git no, knotifyconfig-git yes, kpackage-git yes, kparts-git yes, kpeople-git no, kplotting-git yes, kpty-git yes, krunner-git yes, kservice-git no, ktexteditor-git no, ktextwidgets-git no, kunitconversion-git yes, kwallet-git no, kwayland-git no, kwidgetsaddons-git no, kwindowsystem-git no, kxmlgui-git no, modemmanager-qt-git yes, kde-syndication-git no, syntax-highlighting-git no, threadweaver-git yes
Here are the other kf5-aids packages: kdelibs4support-git kf5-aids, kdesignerplugin-git kf5, khtml-git kf5-aids, kjs-git kf5-aids, kross-git kf5-aids, kxmlrpcclient-git no
These community kf5 packages have no -git equivalent: kcalendarcore, kquickcharts, oxygen-icons, qqc2-desktop-style
Even if I took all my packages out of the kf5 group IslandC0der has more in it than I have in total. If you can get him to unify his packages one way or the other I'll follow whatever he does, otherwise changing mine alone are pointless when several dozen other packages remain in kf5.
Edit: Its a bit annoying that AUR comment markdown doesn't support lists
Elanzer commented on 2020-11-26 19:30
Can you remove
groups=('kf5')
in the PKGBUILD for the packages you manage? On unofficial repos this messes up updates.szbergeron commented on 2020-07-07 16:11
Fails during makepkg -si for me:
AlD commented on 2020-02-21 20:20
Cleaned this up a bit and orphaned again.
Alad commented on 2016-06-12 12:46
Misses Maintainer tag. Also, avoid use of msg; if you want to inform on deleted file, use "rm -vrf" instead of "rm -rf".
https://bugs.archlinux.org/task/43502
blackwolf12333 commented on 2015-08-11 15:19
There is a space in the build function that prevents this package from building.
blackwolf12333 commented on 2015-08-11 15:19
There is a space in the build function that prevents this package from building.
cmake " ${srcdir}/attica"
^
firefox2501 commented on 2015-03-08 15:56
@berot3 - This is not an attica problem so it should not be listed here. You can most likely fix your issue by removing extra-cmake-modules and allowing the PGKBUILD in question to install the version that it thinks it needs.
Compiling plasma-desktop-git and all of its dependencies is labor intensive right now. Some dependent packages have build depends for extras-cmake-modules. Some dependent packages have build depends for extras-cmake-modules-git. Those two packages conflict with each other. Some dependent packages that have build depends for extra-cmake-modules actually require extras-cmake-modules-git because newer versions of the provided libraries are required. So building plasma-desktop-git will require you to swap between extras-cmake-modules and extras-cmake-modules-git as well as manually changing some PKG files to have build depends for extras-cmake-modules-git when the build fails with extras-cmake-modules.
The maintainer of this PKGBUILD has decided to list extra-cmake-modules-git as a build dependency to avoid this problem - the correct decision IMHO.
berot3 commented on 2015-02-26 19:54
I also had to install extra-cmake-modules-git in roder to compile plasma-desktop-git
why is that? I mean it already a dependency...