Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libtcod: include homepage #3822

Merged
merged 1 commit into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/l/libtcod/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ libc.so.6:__ctype_tolower_loc
libc.so.6:__ctype_toupper_loc
libc.so.6:__cxa_atexit
libc.so.6:__errno_location
libc.so.6:__isoc23_strtol
libc.so.6:__stack_chk_fail
libc.so.6:calloc
libc.so.6:closedir
Expand Down Expand Up @@ -151,7 +152,6 @@ libc.so.6:strrchr
libc.so.6:strstr
libc.so.6:strtod
libc.so.6:strtof
libc.so.6:strtol
libc.so.6:sysconf
libc.so.6:time
libc.so.6:unlink
Expand Down
5 changes: 3 additions & 2 deletions packages/l/libtcod/package.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
name : libtcod
version : 1.5.1
release : 5
release : 6
source :
- https://github.com/libtcod/libtcod/archive/refs/tags/1.5.1.tar.gz : f4c052eec562a7e38eb6ebfc14c85c94033a6a3bd8548be31589fb4161b6c400
homepage : https://github.com/libtcod/libtcod
license : BSD-3-Clause
component : programming
summary : Roguelike graphics/utility library
description: |
libtcod is a free, fast, portable and uncomplicated API for roguelike developers providing an advanced true color console, input, and lots of other utilities frequently used in roguelikes.
libsplit : no
builddeps :
- pkgconfig(sdl)
- pkgconfig(glu)
- pkgconfig(sdl)
- pkgconfig(x11)
build : |
%make -j1 -f makefiles/makefile-linux64 clean release TEMP=$workdir/tmp
Expand Down
17 changes: 9 additions & 8 deletions packages/l/libtcod/pspec_x86_64.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
<PISI>
<Source>
<Name>libtcod</Name>
<Homepage>https://github.com/libtcod/libtcod</Homepage>
<Packager>
<Name>Algent Albrahimi</Name>
<Email>[email protected]</Email>
<Name>Jakob Gezelius</Name>
<Email>[email protected]</Email>
</Packager>
<License>BSD-3-Clause</License>
<PartOf>programming</PartOf>
<Summary xml:lang="en">Roguelike graphics/utility library</Summary>
<Description xml:lang="en">libtcod is a free, fast, portable and uncomplicated API for roguelike developers providing an advanced true color console, input, and lots of other utilities frequently used in roguelikes.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://getsol.us/sources/README.Solus</Archive>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://sources.getsol.us/README.Solus</Archive>
</Source>
<Package>
<Name>libtcod</Name>
Expand All @@ -31,7 +32,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="5">libtcod</Dependency>
<Dependency release="6">libtcod</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/libtcod/bresenham.h</Path>
Expand Down Expand Up @@ -84,12 +85,12 @@
</Files>
</Package>
<History>
<Update release="5">
<Date>2022-03-26</Date>
<Update release="6">
<Date>2024-09-14</Date>
<Version>1.5.1</Version>
<Comment>Packaging update</Comment>
<Name>Algent Albrahimi</Name>
<Email>[email protected]</Email>
<Name>Jakob Gezelius</Name>
<Email>[email protected]</Email>
</Update>
</History>
</PISI>