Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] intel-undervolt: update to 1.7
Date: Sun, 14 Jul 2019 06:15:10 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13105@inbox.vuxu.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 333 bytes --]

There is a new pull request by renatoaguiar against master on the void-packages repository

https://github.com/renatoaguiar/void-packages intel-undervolt
https://github.com/void-linux/void-packages/pull/13105

intel-undervolt: update to 1.7


A patch file from https://github.com/void-linux/void-packages/pull/13105.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-intel-undervolt-13105.patch --]
[-- Type: application/text/x-diff, Size: 1850 bytes --]

From 86a45b7bc98d47f9d21693113180235288077253 Mon Sep 17 00:00:00 2001
From: Renato Aguiar <renato@renag.me>
Date: Sat, 13 Jul 2019 21:14:20 -0700
Subject: [PATCH] intel-undervolt: update to 1.7

---
 .../patches/configurable-compiler.patch            | 14 ++++++++++++++
 srcpkgs/intel-undervolt/template                   | 10 +++-------
 2 files changed, 17 insertions(+), 7 deletions(-)
 create mode 100644 srcpkgs/intel-undervolt/patches/configurable-compiler.patch

diff --git a/srcpkgs/intel-undervolt/patches/configurable-compiler.patch b/srcpkgs/intel-undervolt/patches/configurable-compiler.patch
new file mode 100644
index 00000000000..5f6cbc6e446
--- /dev/null
+++ b/srcpkgs/intel-undervolt/patches/configurable-compiler.patch
@@ -0,0 +1,14 @@
+--- Makefile.in
++++ Makefile.in
+@@ -1,7 +1,7 @@
+-CC = gcc
+-CFLAGS =
+-EXTRA_CFLAGS = -Wall -Wextra
+-DESTDIR =
++CC ?= gcc
++CFLAGS ?=
++EXTRA_CFLAGS ?= -Wall -Wextra
++DESTDIR ?=
+ 
+ ENABLE_SYSTEMD =
+ ENABLE_ELOGIND =
diff --git a/srcpkgs/intel-undervolt/template b/srcpkgs/intel-undervolt/template
index 47465d6cd91..02a72a91269 100644
--- a/srcpkgs/intel-undervolt/template
+++ b/srcpkgs/intel-undervolt/template
@@ -1,16 +1,12 @@
 # Template file for 'intel-undervolt'
 pkgname=intel-undervolt
-version=1.6
+version=1.7
 revision=1
-build_style=gnu-makefile
+build_style=gnu-configure
 conf_files="/etc/intel-undervolt.conf"
 short_desc="Intel CPU undervolting tool"
 maintainer="Renato Aguiar <renato@renag.me>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/kitsunyan/intel-undervolt"
 distfiles="https://github.com/kitsunyan/intel-undervolt/archive/${version}.tar.gz"
-checksum=8ec57c14a9f95eb29e3f6349b935c577fa1b8567e1c3c5337f9d11d05448815d
-
-post_install() {
-	rm "${DESTDIR}"/*.service
-}
+checksum=29a7ebaee4830d65d0b5cefa6d497887d4f23f34659876dfe944f3a020cf33ff

             reply	other threads:[~2019-07-14  4:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-14  4:15 voidlinux-github [this message]
2019-07-14 18:45 ` [PR PATCH] [Merged]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13105@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).