pspec.xml 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org.tr/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libcryptui</Name>
  6. <Homepage>https://gitlab.gnome.org/GNOME/libcryptui</Homepage>
  7. <Packager>
  8. <Name>Ayhan Yalçınsoy</Name>
  9. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPL</License>
  12. <Icon>library</Icon>
  13. <IsA>app:gui</IsA>
  14. <Summary>Library for OpenPGP prompts</Summary>
  15. <Description>Library for OpenPGP prompts</Description>
  16. <Archive sha1sum="0fa21934d52bfe958aeecf563b7be9b68bbe1b7b" type="targz">https://gitlab.gnome.org/GNOME/libcryptui/-/archive/3.12.2/libcryptui-3.12.2.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>intltool</Dependency>
  19. <Dependency>gnome-common</Dependency>
  20. <Dependency>gtk-doc</Dependency>
  21. <Dependency>gpgme-devel</Dependency>
  22. <Dependency>glib2-devel</Dependency>
  23. <Dependency>dbus-glib-devel</Dependency>
  24. <Dependency>gnupg</Dependency>
  25. <Dependency>gtk3-devel</Dependency>
  26. <Dependency>libnotify-devel</Dependency>
  27. <Dependency>gcr-devel</Dependency>
  28. <Dependency>atk-devel</Dependency>
  29. <Dependency>pango-devel</Dependency>
  30. <Dependency>cairo-devel</Dependency>
  31. <Dependency>libSM-devel</Dependency>
  32. <Dependency>gobject-introspection-devel</Dependency>
  33. <Dependency>gettext-devel</Dependency>
  34. </BuildDependencies>
  35. <Patches>
  36. <Patch>libcryptui-3.12.2-gpg22.patch</Patch>
  37. <Patch>libcryptui-3.12.2-use-gcr.patch</Patch>
  38. <Patch>libcryptui-gpg_version_fix.patch</Patch>
  39. <Patch>libcryptui-3.12.2-fix-return-types.patch</Patch>
  40. </Patches>
  41. </Source>
  42. <Package>
  43. <Name>libcryptui</Name>
  44. <RuntimeDependencies>
  45. <Dependency>atk</Dependency>
  46. <Dependency>gcr</Dependency>
  47. <Dependency>dbus</Dependency>
  48. <Dependency>gtk3</Dependency>
  49. <Dependency>glib2</Dependency>
  50. <Dependency>libSM</Dependency>
  51. <Dependency>gpgme</Dependency>
  52. <Dependency>pango</Dependency>
  53. <Dependency>dbus-glib</Dependency>
  54. <Dependency>libnotify</Dependency>
  55. </RuntimeDependencies>
  56. <Files>
  57. <Path fileType="executable">/usr/bin</Path>
  58. <Path fileType="library">/usr/lib</Path>
  59. <Path fileType="data">/usr/share</Path>
  60. <Path fileType="localdata">/usr/share/locale</Path>
  61. </Files>
  62. </Package>
  63. <Package>
  64. <Name>libcryptui-devel</Name>
  65. <RuntimeDependencies>
  66. <Dependency release="current">libcryptui</Dependency>
  67. <Dependency>gtk3-devel</Dependency>
  68. <Dependency>glib2-devel</Dependency>
  69. <Dependency>dbus-glib-devel</Dependency>
  70. </RuntimeDependencies>
  71. <Files>
  72. <Path fileType="header">/usr/include</Path>
  73. <Path fileType="library">/usr/lib/pkgconfig</Path>
  74. <Path fileType="data">/usr/share/gir-1.0</Path>
  75. </Files>
  76. </Package>
  77. <History>
  78. <Update release="1">
  79. <Date>2022-07-23</Date>
  80. <Version>3.12.2</Version>
  81. <Comment>First release</Comment>
  82. <Name>Ayhan Yalçınsoy</Name>
  83. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  84. </Update>
  85. </History>
  86. </PISI>