Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
065533435d | ||
| 31bfed1546 | |||
| 37e858b123 | |||
| cadae9eb5f | |||
|
|
45c9e84f6e | ||
|
|
e6b187154f |
4 changed files with 43 additions and 20 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +1,2 @@
|
||||||
/xsetroot-*.tar.bz2
|
/xsetroot-*.tar.bz2
|
||||||
/xsetroot-1.1.3.tar.xz
|
/xsetroot-*.tar.xz*
|
||||||
/xsetroot-1.1.3.tar.xz.sig
|
|
||||||
|
|
|
||||||
19
.packit.yaml
Normal file
19
.packit.yaml
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
# See the documentation for more information:
|
||||||
|
# https://packit.dev/docs/configuration/
|
||||||
|
|
||||||
|
specfile_path: xsetroot.spec
|
||||||
|
|
||||||
|
copy_upstream_release_description: false
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- job: pull_from_upstream
|
||||||
|
trigger: release
|
||||||
|
dist_git_branches:
|
||||||
|
- fedora-rawhide
|
||||||
|
|
||||||
|
- job: koji_build
|
||||||
|
trigger: commit
|
||||||
|
allowed_committers: ['packit','all_admins']
|
||||||
|
dist_git_branches:
|
||||||
|
- fedora-rawhide
|
||||||
|
|
||||||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
||||||
SHA512 (xsetroot-1.1.3.tar.xz) = f333d1bfd92bb943044da36331ae2cf68a811c8f3891719d9ebc1749e2dd0c67068f86face0794c3c4ae584c4dd189bad4998dccb38fe1ac37a8921e5713e7c0
|
SHA512 (xsetroot-1.1.4.tar.xz) = 76f2ba25e7e312337cf28013470b814b9db0aa67777d8463b360177e374ef1195af867e85cccb848694466de7d7e9804dcd905c59c87a5d25aff72386e163573
|
||||||
SHA512 (xsetroot-1.1.3.tar.xz.sig) = fd51006aed13654351cbd76aca26770cb8362bf0ce77632c84a4106118caf1bebd420bc8e3f222eaa0ffab62ba090bdcdb55950c5ccc019641b03bfb85162f40
|
SHA512 (xsetroot-1.1.4.tar.xz.sig) = b196063f4ecca71f794e0e3158a1e091c74cbb00369d0acde30fb24268bd497b7dbf629e4bc6e7d53b955b9e9a7c2290e8d30cd11b9c0dd22283d9ed6376b97f
|
||||||
|
|
|
||||||
|
|
@ -1,18 +1,21 @@
|
||||||
Name: xsetroot
|
%global forgeurl https://gitlab.freedesktop.org/xorg/app/xsetroot
|
||||||
Version: 1.1.3
|
Version: 1.1.4
|
||||||
Release: %autorelease
|
%forgemeta
|
||||||
Summary: Root window parameter setting utility for X
|
|
||||||
License: MIT-open-group
|
Name: xsetroot
|
||||||
URL: https://www.x.org
|
Release: %autorelease
|
||||||
Source0: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz
|
Summary: Root window parameter setting utility for X
|
||||||
BuildRequires: automake libtool
|
License: MIT-open-group
|
||||||
BuildRequires: gcc make
|
URL: %{forgeurl}
|
||||||
|
Source: https://www.x.org/pub/individual/app/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
|
BuildRequires: gcc
|
||||||
|
BuildRequires: meson >= 1.1.0
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(xmu)
|
|
||||||
BuildRequires: pkgconfig(xbitmaps)
|
BuildRequires: pkgconfig(xbitmaps)
|
||||||
BuildRequires: pkgconfig(xcursor)
|
BuildRequires: pkgconfig(xcursor)
|
||||||
BuildRequires: pkgconfig(xorg-macros) >= 1.8
|
BuildRequires: pkgconfig(xmuu)
|
||||||
Obsoletes: xorg-x11-server-utils < 7.7-40
|
BuildRequires: pkgconfig(xproto) >= 7.0.25
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The xsetroot program allows you to tailor the appearance of the background
|
The xsetroot program allows you to tailor the appearance of the background
|
||||||
|
|
@ -22,12 +25,14 @@ window of an X server.
|
||||||
%autosetup
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoreconf -v --install
|
%meson
|
||||||
%configure --disable-silent-rules
|
%meson_build
|
||||||
%make_build
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%meson_install
|
||||||
|
|
||||||
|
%check
|
||||||
|
%meson_test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING
|
%license COPYING
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue