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 9 .. 12 Next › Last »
IslandC0der commented on 2021-08-14 23:26 (UTC)
That's right :D
Neko-san commented on 2021-08-14 21:53 (UTC)
Like this?
IslandC0der commented on 2021-08-14 17:03 (UTC) (edited on 2021-08-14 17:07 (UTC) by IslandC0der)
Regarding the optimizations: it's usually not recommend to make very long
if...elif
chains, which would instead be replaced bycase
switches:Even though, for all intents and purposes, your chains work just fine, this is more efficient, saves some space, and looks cleaner :)
I would definitely recommend it if you'll be using that script a lot and even expanding on it, as this format is a bit more organized and easier to read. So even if it's not worth it for this project, maybe it'll come in useful someday :)
IslandC0der commented on 2021-08-14 16:25 (UTC) (edited on 2021-08-14 16:31 (UTC) by IslandC0der)
The
for
loop will iterate through every directory in~/asp/
andgit fetch
the upstream changes; if (and only if) there are any (ifHEAD
is different fromHEAD@{upstream}
), it will apply them (git reset
), append your changes (with the respectivecat
command for that$dir
), and rebuild.(EDIT: Therefore, the
$dir
variable would never contain all the directories, only the one which thefor
loop is currently iterating through.)Otherwise, it simply skips that directory (i.e. it doesn't apply any
cat
commands or rebuild), and moves on to the next one.Neko-san commented on 2021-08-14 00:57 (UTC) (edited on 2021-08-14 00:58 (UTC) by Neko-san)
@IslandC0der One more question: would the
if
checks actually not work properly since the~/asp/
folder contains all the directories in$dir
and the script would just constantly "update" thecat
commands?And that would be great! I'd appreciate that too, thanks (and oki :D )
IslandC0der commented on 2021-08-14 00:56 (UTC)
Awesome! I'm really glad I could help, do let me know if anything else breaks :)
Also, if you want to, I could help you make that script a bit more robust and efficient, which is usually a good idea if you'll be using it a lot (not today though, gotta go get some sleep!)
Neko-san commented on 2021-08-14 00:41 (UTC) (edited on 2021-08-14 00:41 (UTC) by Neko-san)
@IslandC0der No errors or warnings now; I really appreciate the help, by the way!
IslandC0der commented on 2021-08-14 00:27 (UTC)
So is everything working now? Any errors/warnings still?
Neko-san commented on 2021-08-13 23:54 (UTC)
@IslandC0der It just says:
EDIT: Had to do this in
~/.cache/asp/
directory but, yeah, it workedIslandC0der commented on 2021-08-13 23:36 (UTC)
And does
git prune
fix it?« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 12 Next › Last »