pspec.xml 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libunique</Name>
  6. <Homepage>https://wiki.gnome.org/Attic/LibUnique</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>library</IsA>
  13. <Summary>A library for writing single instance applications</Summary>
  14. <Description>Unique is a library for writing single instance applications. If you launch a single instance application twice, the second instance will either just quit or will send a message to the running instance.</Description>
  15. <!--<Archive sha1sum="32ab9849994da70f461fc78c59a2b930d294f8c7" type="tarbz2">ftp://ftp.gnome.org/pub/gnome/sources/libunique/2.90/libunique-2.90.1.tar.bz2</Archive>-->
  16. <Archive sha1sum="d44ad06503efaaa0c660c5f8a817e90fbe254d1f" type="tarbz2">https://download.gnome.org/sources/libunique/1.1/libunique-1.1.6.tar.bz2</Archive>
  17. <BuildDependencies>
  18. <Dependency>dbus-glib-devel</Dependency>
  19. <Dependency>gtk2-devel</Dependency>
  20. <Dependency>gtk-doc</Dependency>
  21. <Dependency>intltool</Dependency>
  22. <Dependency>libxslt-devel</Dependency>
  23. <Dependency>docbook-xsl</Dependency>
  24. <Dependency>python-six</Dependency>
  25. <Dependency>gobject-introspection-devel</Dependency>
  26. </BuildDependencies>
  27. <Patches>
  28. <Patch level="1">libunique-1.1.6-upstream_fixes-1.patch</Patch>
  29. <Patch>99_ltmain_as-needed.patch</Patch>
  30. <!--<Patch level="0">libunique-2.90.1-fix-introspection.patch</Patch>-->
  31. <!-- <Patch level="1">libunique-1.1.6-G_CONST_RETURN.patch</Patch> -->
  32. <!-- <Patch level="0">fix-unused-but-set-variable.patch</Patch> -->
  33. <Patch level="1">fix-disable-deprecated.patch</Patch>
  34. <!-- <Patch level="0">unique-1.0.6-fix-str-fmt.patch</Patch> -->
  35. </Patches>
  36. </Source>
  37. <Package>
  38. <Name>libunique</Name>
  39. <RuntimeDependencies>
  40. <Dependency>gtk2</Dependency>
  41. <Dependency>glib2</Dependency>
  42. <Dependency>libX11</Dependency>
  43. <Dependency>dbus-glib</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="library">/usr/lib</Path>
  47. <Path fileType="data">/usr/share</Path>
  48. <Path fileType="doc">/usr/share/doc</Path>
  49. </Files>
  50. </Package>
  51. <Package>
  52. <Name>libunique-devel</Name>
  53. <Summary>libunique development files</Summary>
  54. <RuntimeDependencies>
  55. <Dependency releaseFrom="current">libunique</Dependency>
  56. <Dependency>gtk2-devel</Dependency>
  57. </RuntimeDependencies>
  58. <Files>
  59. <Path fileType="data">/usr/lib/pkgconfig</Path>
  60. <Path fileType="header">/usr/include</Path>
  61. </Files>
  62. </Package>
  63. <Package>
  64. <Name>libunique-docs</Name>
  65. <IsA>data:doc</IsA>
  66. <Summary>Unique reference documents</Summary>
  67. <RuntimeDependencies>
  68. <Dependency releaseFrom="current">libunique</Dependency>
  69. </RuntimeDependencies>
  70. <Files>
  71. <Path fileType="doc">/usr/share/gtk-doc</Path>
  72. </Files>
  73. </Package>
  74. <History>
  75. <Update release="3">
  76. <Date>2021-05-25</Date>
  77. <Version>1.1.6</Version>
  78. <Comment>Rebuild New T.</Comment>
  79. <Name>Mustafa Cinasal</Name>
  80. <Email>muscnsl@gmail.com</Email>
  81. </Update>
  82. <Update release="2">
  83. <Date>2017-04-30</Date>
  84. <Version>1.1.6</Version>
  85. <Comment>Rebuild</Comment>
  86. <Name>Kamil Atlı</Name>
  87. <Email>suvarice@gmail.com</Email>
  88. </Update>
  89. <Update release="1">
  90. <Date>2014-03-09</Date>
  91. <Version>1.1.6</Version>
  92. <Comment>First release</Comment>
  93. <Name>Kamil Atlı</Name>
  94. <Email>suvarice@gmail.com</Email>
  95. </Update>
  96. </History>
  97. </PISI>