Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Commits
d2b9d4e2
Verified
Commit
d2b9d4e2
authored
5 years ago
by
Max Rees
Browse files
Options
Downloads
Patches
Plain Diff
user/tlp: bump to 1.3.1
parent
02084aa1
No related branches found
No related tags found
1 merge request
!410
Bumps for Maintainer: Max Rees for 2020.03.03
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
user/tlp/APKBUILD
+3
-2
3 additions, 2 deletions
user/tlp/APKBUILD
user/tlp/tlp.post-upgrade
+14
-0
14 additions, 0 deletions
user/tlp/tlp.post-upgrade
with
17 additions
and
2 deletions
user/tlp/APKBUILD
+
3
−
2
View file @
d2b9d4e2
...
...
@@ -2,7 +2,7 @@
# Maintainer: Max Rees <maxcrees@me.com>
pkgname
=
tlp
_pkgname
=
TLP
pkgver
=
1.
2.2
pkgver
=
1.
3.1
pkgrel
=
0
pkgdesc
=
"Linux Advanced Power Management"
url
=
"https://linrunner.de/en/tlp/tlp.html"
...
...
@@ -13,6 +13,7 @@ depends="/bin/sh perl"
makedepends
=
""
subpackages
=
"
$pkgname
-doc
$pkgname
-rdw
$pkgname
-bash-completion:bashcomp
$pkgname
-openrc"
install
=
"
$pkgname
.post-upgrade"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/linrunner/
$_pkgname
/archive/
$pkgver
.tar.gz
$pkgname
.initd"
builddir
=
"
$srcdir
/
$_pkgname
-
$pkgver
"
...
...
@@ -48,5 +49,5 @@ bashcomp() {
"
$subpkgdir
"
/usr/share/bash-completion/completions
}
sha512sums
=
"
b01fc2063bf8a87f2b93749c08a5cab53a0a4030b74c7fe62964009fb9d54ca5dc10800971f27cfe6dcdf024ba6d3e21a06caed07e8dc12b09d9d359585a480e
tlp-1.
2.2
.tar.gz
sha512sums
=
"
7ebb14ea797ad8aae613c537de51107a3c7430b5c6ee1407e722e2069ed5376f88ab3dac613651fafabd92d219b980452f236bef33e8a655b1abbfed5eded1b1
tlp-1.
3.1
.tar.gz
e6de216b2540413812711b3304cdc29c8729d527080cfd747ba382db50166dd21c6c27ff467f9f2a967e92007c7a311b00e88262952c34a22f417578c66cf4e7 tlp.initd"
This diff is collapsed.
Click to expand it.
user/tlp/tlp.post-upgrade
0 → 100644
+
14
−
0
View file @
d2b9d4e2
#!/bin/sh
ver_new
=
"
$1
"
ver_old
=
"
$2
"
if
[
"
$(
apk version
-t
"
$ver_old
"
"1.3.1"
)
"
=
"<"
]
;
then
cat
>
&2
<<-
EOF
*
* tlp has moved its configuration from '/etc/default/tlp'
* to '/etc/tlp.conf' and '/etc/tlp.d'. Additionally,
* these configuration files are now parsed instead of
* executed via the shell, so expansions will no longer work.
*
EOF
fi
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment