This commit is contained in:
4fury-c3440d8
2026-02-16 00:57:35 +04:00
parent 0ff44bb737
commit c78d988f21
+11 -4
View File
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>A multi-platform library for OpenGL, OpenGL ES, Vulkan, window and input</Summary>
<Description>GLFW is an Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan application development. It provides a simple, platform-independent API for creating windows, contexts and surfaces, reading input, handling events, etc.</Description>
<Archive sha1sum="edbe2d3b94aee91d1cefcc87c71d32164ad0a7d2" type="targz">https://github.com/glfw/glfw/archive/refs/tags/3.3.9.tar.gz</Archive>
<Archive sha1sum="5a146a34128acaa6668705a7c6b344f60cd43cae" type="zip">https://github.com/glfw/glfw/releases/download/3.4/glfw-3.4.zip</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>doxygen</Dependency>
@@ -34,8 +34,8 @@
<Dependency>libX11</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib/libglfw.so*</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
@@ -48,12 +48,19 @@
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/cmake/glfw3</Path>
<Path fileType="date">/usr/lib/cmake</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2026-02-15</Date>
<Version>3.4</Version>
<Comment>Version bump.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2024-01-02</Date>
<Version>3.3.9</Version>