diff options
author | 2020-12-11 15:04:32 +0000 | |
---|---|---|
committer | 2020-12-11 10:36:54 -0800 | |
commit | b55e4172724289ad70018689f7af10fb0e7d4b6c (patch) | |
tree | 1d90935090e907dd1c3a9a4bed5437f581faefa5 /app-misc/OpenRGB/files | |
parent | net-im/skypeforlinux: Version bump to 8.67.0.87 (diff) | |
download | gentoo-b55e4172724289ad70018689f7af10fb0e7d4b6c.tar.gz gentoo-b55e4172724289ad70018689f7af10fb0e7d4b6c.tar.bz2 gentoo-b55e4172724289ad70018689f7af10fb0e7d4b6c.zip |
app-misc/OpenRGB: version 0.5
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/18609
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'app-misc/OpenRGB/files')
-rw-r--r-- | app-misc/OpenRGB/files/OpenRGB-0.5-build-system.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-misc/OpenRGB/files/OpenRGB-0.5-build-system.patch b/app-misc/OpenRGB/files/OpenRGB-0.5-build-system.patch new file mode 100644 index 000000000000..fe805988af5d --- /dev/null +++ b/app-misc/OpenRGB/files/OpenRGB-0.5-build-system.patch @@ -0,0 +1,13 @@ +diff --git a/OpenRGB.pro b/OpenRGB.pro +index 91e0079..7f279dd 100644 +--- a/OpenRGB.pro ++++ b/OpenRGB.pro +@@ -26,8 +26,5 @@ TEMPLATE = app + win32:BUILDDATE = $$system(date /t) + unix:BUILDDATE = $$system(date -R -d "@${SOURCE_DATE_EPOCH:-$(date +%s)}") +-GIT_COMMIT_ID = $$system(git --git-dir $$_PRO_FILE_PWD_/.git --work-tree $$_PRO_FILE_PWD_ rev-parse HEAD) +-GIT_COMMIT_DATE = $$system(git --git-dir $$_PRO_FILE_PWD_/.git --work-tree $$_PRO_FILE_PWD_ show -s --format=%ci HEAD) +-GIT_BRANCH = $$system(git --git-dir $$_PRO_FILE_PWD_/.git --work-tree $$_PRO_FILE_PWD_ rev-parse --abbrev-ref HEAD) + + DEFINES += \ + VERSION_STRING=\\"\"\"$$VERSION\\"\"\" \ |