Skip to content

Commit 5b66938

Browse files
Release with rpm package too
1 parent 80c5600 commit 5b66938

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ jobs:
5757
with:
5858
tag: ${{ steps.get_version_fastfetch.outputs.release }}
5959
commit: ${{ github.sha }}
60-
artifacts: ./fastfetch,./fastfetch-*.*
60+
artifacts: ./fastfetch-*.*

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.1.0) # Threads::Threads
22

33
project(fastfetch
4-
VERSION 1.2.0
4+
VERSION 1.2.1
55
LANGUAGES C
66
)
77

@@ -337,6 +337,7 @@ set(CPACK_PACKAGE_HOMEPAGE_URL "https://github.com/LinusDierheimer")
337337

338338
set(CPACK_DEBIAN_PACKAGE_SECTION, "utils")
339339
set(CPACK_DEBIAN_PACKAGE_PRIORITY "optional")
340+
set(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6")
340341
set(CPACK_DEBIAN_PACKAGE_RECOMMENDS "
341342
libpci3
342343
libvulkan1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ If pkg-config fails to find the headers for a library listed in [dependencies](#
8686
* [AUR](https://aur.archlinux.org/packages/fastfetch-git/): Packaged by me. Will install the fastfetch binary, bash completion and the presets. Git version
8787
* [Manjaro Repositories](https://gitlab.manjaro.org/packages/community/fastfetch): Packaged by a manjaro maintainer. Usually a bit outdated.
8888
* [Gentoo (Guru)](https://github.com/gentoo/guru/tree/master/app-misc/fastfetch): Packed by some other guy. May be out of date some times.
89-
* DEB: Run [`packaging/deb/create.sh`](packaging/deb/create.sh) from the root directory. You can give a custom build directory as an argument.
89+
* DEB / RPM: Run `cmake -B build && cmake --build build --target package` to build the packages in build.
9090
* Manually:
9191
* Build: Follow the [build instructions](#building).
9292
* Install: `sudo cmake --install build --prefix /usr/local`

0 commit comments

Comments
 (0)