diff options
author | B. Stack <bgstack15@gmail.com> | 2023-01-11 13:53:51 +0000 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2023-01-11 13:53:51 +0000 |
commit | ae8b4b3010818997bc577f6eb18efffbfe43540d (patch) | |
tree | 9d49cc5add8be0115f9c778629917a4267df5b45 /README.md | |
parent | use +stackrpms release name (diff) | |
parent | Merge branch 'master' into 'b3.24.34' (diff) | |
download | gtk3-classic-build-ae8b4b3010818997bc577f6eb18efffbfe43540d.tar.gz gtk3-classic-build-ae8b4b3010818997bc577f6eb18efffbfe43540d.tar.bz2 gtk3-classic-build-ae8b4b3010818997bc577f6eb18efffbfe43540d.zip |
Merge branch 'b3.24.34' into 'master'
update to 3.24.34
See merge request bgstack15/gtk3-classic-build!2
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -17,6 +17,10 @@ The `gtk3-classic-build-deb.sh` script and Makefile can be used to generate the The shell script finds the available gtk3 versions in debian, and gtk3-classic releases, and then finds the highest version that matches between the two. This highest version then gets downloaded, given the patches in `debian/patches/series`, and then the .dsc and .debian.tar.xz file are generated! +An optional way to use it with `deploy-to-obs.sh`. If you need to use a custom committish for any value, define it in an environment variable. + + RAW=3.24.34 CLASSIC=defuzz-3.24.34 DEB=3.24.34-3 sh -x ./deploy-to-obs.sh + ### rpm script The `gtk-classic-build-rpm.sh` script can be used to generate a git repository contents that can be used by rpkg on the COPR. This script also generates a src.rpm which can be used to build an rpm locally. |