Search Criteria
Package Details: plasma-desktop-git 6.0.80_r11524.gf3a8cd50e-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/plasma-desktop-git.git (read-only, click to copy) |
---|---|
Package Base: | plasma-desktop-git |
Description: | KDE Plasma Desktop |
Upstream URL: | https://kde.org/plasma-desktop/ |
Licenses: | LGPL-2.0-or-later |
Groups: | plasma-git |
Conflicts: | knetattach, knetattach-git, plasma-desktop, user-manager, user-manager-git |
Provides: | knetattach, knetattach-git, plasma-desktop, user-manager, user-manager-git |
Replaces: | knetattach-git, user-manager-git |
Submitter: | arojas |
Maintainer: | IslandC0der (chaotic-aur) |
Last Packager: | IslandC0der |
Votes: | 9 |
Popularity: | 0.000000 |
First Submitted: | 2014-03-31 06:31 (UTC) |
Last Updated: | 2024-03-02 13:37 (UTC) |
Dependencies (85)
- baloo-gitAUR
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- icu (icu-gitAUR)
- kauth-gitAUR
- kbookmarks-gitAUR
- kcmutils-gitAUR
- kcodecs-gitAUR
- kcompletion-gitAUR
- kconfig-gitAUR
- kconfigwidgets-gitAUR
- kcoreaddons-gitAUR
- kcrash-gitAUR
- kdbusaddons-gitAUR
- kdeclarative-gitAUR
- kglobalaccel-gitAUR
- kguiaddons-gitAUR
- ki18n-gitAUR
- kiconthemes-gitAUR
- kio-gitAUR
- Show 65 more dependencies...
Required by (40)
- arc-kde-git (requires plasma-desktop) (optional)
- arch-kde-theme-git (requires plasma-desktop) (optional)
- better-plasma5-video-wallpaper-git (requires plasma-desktop)
- breeze-enhanced-git (requires plasma-desktop)
- breeze10-kde-git (requires plasma-desktop)
- harmony2 (requires plasma-desktop) (optional)
- ibus-autostart-kimpanel (requires plasma-desktop)
- kde-auto-rotate-git (requires plasma-desktop)
- kde-thumbnailer-qoi (requires plasma-desktop)
- kde_gemini (requires plasma-desktop)
- koi (requires plasma-desktop)
- koi-git (requires plasma-desktop)
- nx-plasma-look-and-feel-compat-git (requires plasma-desktop)
- nx-plasma-look-and-feel-git (requires plasma-desktop)
- orchis-kde-theme-git (requires plasma-desktop) (optional)
- papirus-color-scheme (requires plasma-desktop)
- plasma-splash-arch-moe (requires plasma-desktop)
- plasma-splash-sweet-arch-git (requires plasma-desktop)
- plasma-splash-witcher-git (requires plasma-desktop)
- plasma-wallpaper-snow (requires plasma-desktop)
- Show 20 more...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 12 Next › Last »
IslandC0der commented on 2021-08-19 00:57 (UTC) (edited on 2021-08-19 00:58 (UTC) by IslandC0der)
Hmm that seems like something on your end, I've just tried and it downloaded fine :/
Anyways, it really depends on what you wanna do: you could for example change line 970 to something like
makepkg -sfcCri --noconfirm || echo $dir >> ~/asp/errors.log
, which would log the package name to a file if an error is encountered.You can replace what's after
||
with whichever command you want to run ifmakepkg
fails. If you want to run multiple commands, you can do:right after
makepkg
, instead of||
.Neko-san commented on 2021-08-19 00:17 (UTC) (edited on 2021-08-19 01:02 (UTC) by Neko-san)
@IslandC0der Oki
Oof, something went wrong with the source download part of makepkg :v (I also take it that error-handling would not be possible here?)
EDIT: Doing it again worked fine but this was strange; I imagine
makepkg
messing up, though, would mean that this process would have to be done again for any package :/IslandC0der commented on 2021-08-19 00:10 (UTC)
Glad I could help! :)
You can just add a
*)
clause at the end: it will match any input which wasn't picked up by the previous clauses.Neko-san commented on 2021-08-18 23:57 (UTC)
@IslandC0der This seems to work! Thanks! Also, in cases where I want to do an equivalent of
else
, how would I do that in a bashcase
?IslandC0der commented on 2021-08-18 21:59 (UTC) (edited on 2021-08-18 22:01 (UTC) by IslandC0der)
Awesome, that works! :D
However, line 951 (on the version you've emailed me, maybe you've edited the script since) must not be commented out (it marks the end of the
pcsx2
clause), andesac
must come right after all the clauses (i.e. right after line 965, in the same way that you would end anif
statement withfi
).Tip: now, to simulate a new upstream PKGBUILD update so you can test it out (as you probably won't fetch any right now, since you've just updated the asp database), just go to a random dir and run
git reset --hard HEAD~1
: this will revert the last commit, which will (hopefully) trigger the script for that package as it detects it's outdated.Neko-san commented on 2021-08-18 21:34 (UTC)
@IslandC0der Doing this stops the errors, and it seems to reset(?), but it doesn't rebuild any of the packages:
IslandC0der commented on 2021-08-18 15:02 (UTC)
@Neko-san What if you change line 15 to
git reset --hard @{upstream}
?Neko-san commented on 2021-08-17 22:39 (UTC)
@IslandC0der Oki; I sent it
IslandC0der commented on 2021-08-17 21:41 (UTC)
@Neko-san Alright, could you maybe email me your
~/asp
folder? I'm stumped with this, very weirdNeko-san commented on 2021-08-15 05:08 (UTC) (edited on 2021-08-15 05:12 (UTC) by Neko-san)
@IslandC0der Okay, so I refactored it to use
case
instead of all thoseif
statements but now (I had re-edited and rebuilt some packages before-hand btw) I'm getting those "fatal" git errors again and it refuses to build any new packages, even thoughpacman
wants to download and install new versions of some the same packages I got built and installed with Asp :/This is the terminal output:
And this is the new version of the script:
« First ‹ Previous 1 2 3 4 5 6 7 8 .. 12 Next › Last »