libspnav-1.1

This commit is contained in:
Rmys
2022-12-14 17:09:17 +03:00
committed by GitHub
parent 3d6b1ed1cf
commit 1934c86f02
2 changed files with 13 additions and 4 deletions
+3 -1
View File
@@ -24,4 +24,6 @@ def install():
#pisitools.insinto("/usr/lib/", "*.so*") #pisitools.insinto("/usr/lib/", "*.so*")
#pisitools.insinto("/usr/include/", "*.h") #pisitools.insinto("/usr/include/", "*.h")
pisitools.dodoc("README") pisitools.domove("/usr/share/pkgconfig", "/usr/lib")
pisitools.dodoc("README*")
+10 -3
View File
@@ -12,13 +12,13 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Open source alternative to 3DConnextion drivers</Summary> <Summary>Open source alternative to 3DConnextion drivers</Summary>
<Description>The spacenav project provides a free compatible alternative, to the proprietary 3Dconnexion device driver and SDK, for their 6dof space navigation input devices. It provides both a replacement free user-space driver, and a replacement SDK library.</Description> <Description>The spacenav project provides a free compatible alternative, to the proprietary 3Dconnexion device driver and SDK, for their 6dof space navigation input devices. It provides both a replacement free user-space driver, and a replacement SDK library.</Description>
<Archive sha1sum="e308344cc2c86bb3f01cca308261a35aaa8c6318" type="targz">http://downloads.sourceforge.net/spacenav/libspnav-0.2.3.tar.gz</Archive> <Archive sha1sum="a309eccbd9df913675372a197573b3f2656adca6" type="targz">https://github.com/FreeSpacenav/libspnav/releases/download/v1.1/libspnav-1.1.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>libX11-devel</Dependency> <Dependency>libX11-devel</Dependency>
</BuildDependencies> </BuildDependencies>
<Patches> <Patches>
<!--Patch level="1">libspnav-0.2.2-custom-flags.patch</Patch--> <!--Patch level="1">libspnav-0.2.2-custom-flags.patch</Patch-->
<Patch>Makefile.patch</Patch> <!-- <Patch>Makefile.patch</Patch> -->
</Patches> </Patches>
</Source> </Source>
@@ -41,11 +41,18 @@
</RuntimeDependencies> </RuntimeDependencies>
<Files> <Files>
<Path fileType="header">/usr/include</Path> <Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/libspnav.so</Path> <Path fileType="library">/usr/lib/pkgconfig</Path>
</Files> </Files>
</Package> </Package>
<History> <History>
<Update release="6">
<Date>2022-12-14</Date>
<Version>1.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5"> <Update release="5">
<Date>2020-02-11</Date> <Date>2020-02-11</Date>
<Version>0.2.3</Version> <Version>0.2.3</Version>