Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
3465465b
Commit
3465465b
authored
1 month ago
by
Francesco Colista
Browse files
Options
Downloads
Patches
Plain Diff
testing/rsstail: upgrade to 2.2
parent
ca743493
No related branches found
Branches containing commit
No related tags found
1 merge request
!79918
testing/rsstail: upgrade to 2.2
Pipeline
#298718
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/rsstail/APKBUILD
+3
-9
3 additions, 9 deletions
testing/rsstail/APKBUILD
testing/rsstail/fix-build.patch
+0
-27
0 additions, 27 deletions
testing/rsstail/fix-build.patch
with
3 additions
and
36 deletions
testing/rsstail/APKBUILD
+
3
−
9
View file @
3465465b
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname
=
rsstail
pkgver
=
2.
1
pkgrel
=
1
pkgver
=
2.
2
pkgrel
=
0
pkgdesc
=
"tail for rss feeds"
url
=
"https://www.vanheusden.com/rsstail/"
arch
=
"all"
...
...
@@ -11,28 +11,22 @@ makedepends="libmrss-dev curl-dev"
checkdepends
=
"cppcheck"
subpackages
=
"
$pkgname
-doc"
source
=
"
$pkgname
-
$pkgver
.tgz::https://github.com/folkertvanheusden/
$pkgname
/archive/refs/tags/v
$pkgver
.tar.gz
fix-build.patch
makefile-suppor-install-destdir-path.patch"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
build
()
{
cd
"
$builddir
"
return
0
}
check
()
{
cd
"
$builddir
"
make check
}
package
()
{
cd
"
$builddir
"
mkdir
-p
"
$pkgdir
"
/usr/bin
make
DESTDIR
=
$pkgdir
install
}
sha512sums
=
"
f44b029c7f4ecde1b59db9b84d50e8651871303d057ce92db52a98d16c08d4498d8f946f71a0305d98956aabe114a0c9f2bf2a7a359efd1d13577ec273b905f9 rsstail-2.1.tgz
66e2cd6952da68a617c4971df494c5a65258ac7851e82bfe83d3cba2ab7c0b7e7e37c7984dff3988808f8301eaa651e0d1795f0041ba3a4bd84e21ed09dcee49 fix-build.patch
cc80c2cf03d5bb52f4e531e47c10ea29a49f6b4418fb37f29c21889826e4c1d3594063f2b8ddadf9d2c7af103e29a29c0166fc2f138a144235f9064e9601b03d rsstail-2.2.tgz
aa935fe0d41ebde9d1da8acc7987c3b8c71a3c67600ef95afb2c36349709bfbcf9ad1eafb2c59532935cd82f7e9556721062d6571216fa5420b7a9912f32a582 makefile-suppor-install-destdir-path.patch
"
This diff is collapsed.
Click to expand it.
testing/rsstail/fix-build.patch
deleted
100644 → 0
+
0
−
27
View file @
ca743493
From c87a4476240d4a2c3e4a9060464aaf9b266357e9 Mon Sep 17 00:00:00 2001
From: Wenlong Zhang <zhangwenlong@loongson.cn>
Date: Mon, 1 Jul 2024 12:42:41 +0000
Subject: [PATCH 1/2] fix build
---
Makefile | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/Makefile b/Makefile
index 4a7f6d0..a5a6b81 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,7 @@
VERSION=2.1
-DEBUG=-g
-LDFLAGS=-liconv_hook -lmrss $(DEBUG)
-CFLAGS=-O3 -Wall --std=gnu11 -DVERSION=\"$(VERSION)\" $(DEBUG)
+override LDFLAGS+=-lmrss
+override CFLAGS+=-Wall -DVERSION=\"$(VERSION)\" $(DEBUG)
OBJS=r2t.o
--
2.45.2
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