Package Details: where-is-my-sddm-theme-git 1:r105.9637154-1

Git Clone URL: https://aur.archlinux.org/where-is-my-sddm-theme-git.git (read-only, click to copy)
Package Base: where-is-my-sddm-theme-git
Description: The most minimalistic SDDM theme among all themes.
Upstream URL: https://github.com/stepanzubkov/where-is-my-sddm-theme
Keywords: minimal sddm theme
Licenses: MIT
Conflicts: where-is-my-sddm-theme
Provides: where-is-my-sddm-theme
Submitter: cyqsimon
Maintainer: cyqsimon
Last Packager: cyqsimon
Votes: 2
Popularity: 0.019701
First Submitted: 2024-01-16 16:08 (UTC)
Last Updated: 2024-10-06 15:08 (UTC)

Required by (0)

Sources (1)

Latest Comments

cherkaba commented on 2024-07-25 09:10 (UTC)

i'v already fixed the problemes. regards

cyqsimon commented on 2024-07-25 04:47 (UTC)

@cherkaba Ah okay I see why you may think there is a problem.

First of all, you are in fact getting the very latest Git version. The version you installed (1.10.0.qt5.r2.g29bd947) is indeed pointing to the latest commit as of time of writing - 1.10.0.qt5 is the most recent tag, r2 is the number of commits since this tag, and g29bd947 is the commit hash (excluding the leading g) of the commit.

I'm guessing the confusion stems from the fact that the author decided to double-tag the repo, with both v1.11.0 and v1.10.0-qt5 tags pointing to the same commit (6f9a9f6). And it just so happens that v1.10.0-qt5 is tagged later, which is why git-describe in pkgver() choose it instead of v1.11.0. But this is all just technicalities and there is no actual issue here.

cherkaba commented on 2024-07-24 20:24 (UTC)

installed version: aur/where-is-my-sddm-theme-git 1.10.0.r8.gd05f54a-1 (+2 0.23) (Installed : 1.10.0.qt5.r2.g29bd947-1)

update is blocked with 1.10.0.qt5.r2.g29bd947-1. :: (1/1) Lecture de SRCINFO : where-is-my-sddm-theme-git ==> Création du paquet where-is-my-sddm-theme-git 1.10.0.r8.gd05f54a-1 (mer. 24 juil. 2024 22:16:20) ==> Vérification des dépendances pour l’exécution… ==> Vérification des dépendances pour la compilation… ==> Récupération des sources… -> Mise à jour du dépôt where-is-my-sddm-theme git… ==> Validation des fichiers source avec sha256sums… where-is-my-sddm-theme ... Ignoré ==> Suppression du répertoire $srcdir/ existant… ==> Extraction des sources… -> Création d’une copie de travail du dépot where-is-my-sddm-theme git… Clonage dans 'where-is-my-sddm-theme'... fait. Basculement sur la nouvelle branche 'makepkg' ==> Lancement de pkgver()… ==> Version mise à jour : where-is-my-sddm-theme-git 1.10.0.qt5.r2.g29bd947-1 ==> Les sources sont prêtes. -> where-is-my-sddm-theme-git-1.10.0.qt5.r2.g29bd947-1 déjà créé -- compilation évitée ==> Création du paquet where-is-my-sddm-theme-git 1.10.0.qt5.r2.g29bd947-1 (mer. 24 juil. 2024 22:16:22) ==> Vérification des dépendances pour l’exécution… ==> Vérification des dépendances pour la compilation… ==> ATTENTION : Utilisation de l’arbre $srcdir/ existant

cyqsimon commented on 2024-07-24 02:51 (UTC) (edited on 2024-07-24 02:51 (UTC) by cyqsimon)

currently your pkgbuild is causing update issues.

@cherkaba Please go into a bit more detail as to what these issues are. It works well enough on my box with paru.

please consider these changes: 1) pkgver=1.10.0.r8.gd05f54a > pkgver=1.10.0 2) useless for your pkg: _pkgname=${pkgname%-git} / provides=("$_pkgname") 3) change all "_pkgname" > "$pkgname" 4) source=("$pkgname::git+$url")

All the current values are written in accordance to and in compliance with the recommended practises of VCS package guidelines. With all due respect, these changes are either non-substantive or straight up incorrect. Again, if you ran into issues, please share more details and I'd be happy to help.

cherkaba commented on 2024-07-23 11:10 (UTC) (edited on 2024-07-23 11:12 (UTC) by cherkaba)

@cyqsimon currently your pkgbuild is causing update issues.

please consider these changes:

1) pkgver=1.10.0.r8.gd05f54a >  pkgver=1.10.0
2) useless for your pkg: _pkgname=${pkgname%-git} / provides=("$_pkgname")
3) change all "_pkgname" > "$pkgname"
4) source=("$pkgname::git+$url")

This should allow you to upgrade to the latest version and prevent you from selecting the pkg for each system update

cyqsimon commented on 2024-07-22 14:12 (UTC)

@cherkaba This is a VCS package, so the version will be automatically bumped when you try to build it. See here.

cherkaba commented on 2024-07-22 10:58 (UTC)

the version 1.11 is out ;)

cyqsimon commented on 2024-07-19 15:09 (UTC)

@igalmarino Added, thanks. I packaged this before the QT6 migration, so it wasn't needed at the time.

igalmarino commented on 2024-07-17 19:51 (UTC)

I think the package is missing qt6-5compat in depends=()