Kirigami / MauiKit repo for openSUSE

If you use openSUSE, you can install my repository for Kirigami and MauiKit applications.

Search for apps:
https://software.opensuse.org

MauiKit Apps for openSUSE Tumbleweed:

sudo zypper addrepo https://download.opensuse.org/repositories/home:hopeandtruth6517:mauikit-apps/openSUSE_Tumbleweed/home:hopeandtruth6517:mauikit-apps.repo
sudo zypper refresh

MauiKit Apps for openSUSE Leap:

sudo zypper addrepo https://download.opensuse.org/repositories/home:hopeandtruth6517:mauikit-apps/15.4/home:hopeandtruth6517:mauikit-apps.repo
sudo zypper refresh

Kirigami apps for openSUSE Tumbleweed:

sudo zypper addrepo https://download.opensuse.org/repositories/home:hopeandtruth6517:kirigami-apps/openSUSE_Tumbleweed/home:hopeandtruth6517:kirigami-apps.repo
sudo zypper refresh

Kirigami apps for openSUSE Leap:

sudo zypper addrepo https://download.opensuse.org/repositories/home:hopeandtruth6517:kirigami-apps/15.4/home:hopeandtruth6517:kirigami-apps.repo
sudo zypper refresh

https://twitter.com/MikeBchristian

3 Likes

I added both repos, and accepted the key:

  Repository:       MauiKit Apps (openSUSE_Tumbleweed)
  Fingerprint:      456F 9633 4822 E7D4 43EC B2A8 8C72 7297 8E66 C553
  KeyName:          home:hopeandtruth6517 OBS Project <home:hopeandtruth6517@build.opensuse.org>
  Keytype:          RSA 2048
  Generated:        Mo 09 Mai 2022 12:02:03 CEST
  Enddate:          Mi 17 Jul 2024 12:02:03 CEST
  RPM-Name:         gpg-pubkey-8e66c553-6278e69b
1 Like

Is there a way to a get an exact list of the packages added by the repo?

By the way, @uubix and @MikeBchristian, use

```bash
```

for code sections.

1 Like

Sure, to list all the packages of a repo:

zypper repos

#  | Alias                                | Name 
7  | https-download.opensuse.org-6d4b8571 | home:hopeandtruth6517:mauikit-apps

Search for “Alias”:

zypper search -i -r https-download.opensuse.org-6d4b8571
zypper pa -ir https-download.opensuse.org-6d4b8571
zypper se -r https-download.opensuse.org-6d4b8571
2 Likes

I tested it to install the KirigamiSettings App

# zypper install kirigamisettings
Loading repository data...
Reading installed packages...
Resolving package dependencies...

The following NEW package is going to be installed:
  kirigamisettings

1 new package to install.
Overall download size: 77.5 KiB. Already cached: 0 B. After the operation, additional 200.7 KiB will be used.
Continue? [y/n/v/...? shows all options] (y): 
Retrieving: kirigamisettings-0.1+git20230421.38c8897-45.1.x86_64 (Kirigami Apps (openSUSE_Tumbleweed))                                                 (1/1),  77.5 KiB    
Retrieving: kirigamisettings-0.1+git20230421.38c8897-45.1.x86_64.rpm ................................................................................................[done]

Checking for file conflicts: ........................................................................................................................................[done]
(1/1) Installing: kirigamisettings-0.1+git20230421.38c8897-45.1.x86_64 ..............................................................................................[done]
# zypper se -si kirigamisettings
Loading repository data...
Reading installed packages...

S  | Name             | Type    | Version                      | Arch   | Repository
---+------------------+---------+------------------------------+--------+------------------------------------
i+ | kirigamisettings | package | 0.1+git20230421.38c8897-45.1 | x86_64 | Kirigami Apps (openSUSE_Tumbleweed)


See:

1 Like