-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
%define _unpackaged_files_terminate_build 1 | ||
|
||
Name: wallpapers-alt-regular | ||
Version: @LAST@ | ||
Release: alt1 | ||
|
||
Summary: Background images for the ALT Regular | ||
License: CC-BY-SA-4.0 | ||
Group: Graphical desktop/Other | ||
Url: https://github.com/alt-gnome-team/alt-regular-backgrounds | ||
Vcs: https://github.com/alt-gnome-team/alt-regular-backgrounds.git | ||
BuildArch: noarch | ||
|
||
Source: %name-%version.tar | ||
|
||
BuildRequires(pre): rpm-macros-meson | ||
BuildRequires: meson | ||
|
||
%description | ||
This packages contains wallpapers from the ALT Regular community. | ||
|
||
%package gnome | ||
Summary: Background images for the ALT Regular GNOME | ||
Group: Graphical desktop/GNOME | ||
|
||
%description gnome | ||
This package contains wallpapers from the ALT Regular community. | ||
Wallpapers are placed in the GNOME standard path | ||
|
||
%package kde | ||
Summary: Background images for the ALT Regular KDE | ||
Group: Graphical desktop/KDE | ||
|
||
%description kde | ||
This package contains wallpapers from the ALT Regular community. | ||
Wallpapers are placed in the KDE standard path | ||
|
||
%prep | ||
%setup | ||
|
||
%build | ||
%meson -Dtarget_de=all | ||
%meson_build | ||
|
||
%install | ||
%meson_install | ||
|
||
%files gnome | ||
%_datadir/backgrounds/alt-regular-gnome/* | ||
%_datadir/gnome-background-properties/alt-regular-gnome-*.xml | ||
|
||
%files kde | ||
%_datadir/wallpapers/alt-regular-kde-* |