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
8256b457
Verified
Commit
8256b457
authored
5 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/xfce4-netload-plugin: bump to 1.3.2
parent
1d0a8a86
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
user/xfce4-netload-plugin/APKBUILD
+4
-6
4 additions, 6 deletions
user/xfce4-netload-plugin/APKBUILD
user/xfce4-netload-plugin/no-sysctl.patch
+0
-11
0 additions, 11 deletions
user/xfce4-netload-plugin/no-sysctl.patch
with
4 additions
and
17 deletions
user/xfce4-netload-plugin/APKBUILD
+
4
−
6
View file @
8256b457
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname
=
xfce4-netload-plugin
pkgver
=
1.3.
1
pkgrel
=
1
pkgver
=
1.3.
2
pkgrel
=
0
pkgdesc
=
"Network monitor plugin for the XFCE panel"
url
=
"https://xfce.org"
arch
=
"all"
license
=
"GPL-2.0+"
makedepends
=
"intltool libxfce4ui-dev xfce4-panel-dev"
subpackages
=
"
$pkgname
-lang"
source
=
"https://archive.xfce.org/src/panel-plugins/xfce4-netload-plugin/1.3/xfce4-netload-plugin-
$pkgver
.tar.bz2
no-sysctl.patch"
source
=
"https://archive.xfce.org/src/panel-plugins/xfce4-netload-plugin/1.3/xfce4-netload-plugin-
$pkgver
.tar.bz2"
build
()
{
LIBS
=
"-lintl"
./configure
\
...
...
@@ -31,5 +30,4 @@ package() {
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"34144bf2d95f71276f8b5f4cf417d97d380233805c6fec1b7c559fee5b11468a421d3691230e01d89b40289d5ab22a472dcbef2a7ee0854abd7213e0ef0a3ef9 xfce4-netload-plugin-1.3.1.tar.bz2
ca7f5cb8282de4b46a7906570becbab6caa9670d91413945b92d849a5f1127befaf6274031637cde23731f4d78b9145d5973a1406d5c49ba4a0f7fe21ad2a6fd no-sysctl.patch"
sha512sums
=
"519d18b1212d7c43e016220f94c6d0dabcf676ebe4f32e4c166497e7292dd4b297836d37cbea08572ab77ecdda2461b081411a6cd37fe3a20013b4d77419ef93 xfce4-netload-plugin-1.3.2.tar.bz2"
This diff is collapsed.
Click to expand it.
user/xfce4-netload-plugin/no-sysctl.patch
deleted
100644 → 0
+
0
−
11
View file @
1d0a8a86
diff -Nurd xfce4-netload-plugin-1.3.1/panel-plugin/os.h xfce4-netload-plugin-1.3.1.new/panel-plugin/os.h
--- xfce4-netload-plugin-1.3.1/panel-plugin/os.h 2014-10-26 10:26:36.000000000 -0500
+++ xfce4-netload-plugin-1.3.1.new/panel-plugin/os.h 2018-09-08 18:22:36.103957974 -0500
@@ -170,7 +170,6 @@
#elif __linux__ /* L I N U X */
# include <stdio.h>
# include <sys/param.h>
-# include <sys/sysctl.h>
# include <stdlib.h>
# include <stdarg.h>
# include <unistd.h>
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