summaryrefslogtreecommitdiffstats
path: root/pkgs/desktops/gnome-2/desktop/mail-notification/patches/mail-notification-dont-link-against-bsd-compat.patch
blob: e246a8cc93890c12d7ba9c9463934d9f930f6447 (plain)
1
2
3
4
5
6
7
8
9
10
--- jbsrc/jb.c.orig	2014-01-19 20:06:48.525462981 +0100
+++ jbsrc/jb.c	2014-01-19 20:07:36.087934897 +0100
@@ -425,7 +425,6 @@
        */
       jb_compile_options_add_cflags(object->compile_options, "-std=c99");
       jb_compile_options_add_cppflags(object->compile_options, "-D_BSD_SOURCE -D_POSIX_C_SOURCE=199309L");
-      jb_compile_options_add_libs(object->compile_options, "-lbsd-compat");
     }
 
   jb_compile_options_add_string_defines(object->compile_options,
r: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
<?xml version="1.0"?>
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
    <id>news</id>
    <name>News</name>
    <summary>An RSS/Atom feed reader</summary>
    <description><![CDATA[📰 A RSS/Atom Feed reader App for Nextcloud

- 📲 Synchronize your feeds with multiple mobile or desktop [clients](https://nextcloud.github.io/news/clients/)
- 🔄 Automatic updates of your news feeds
- 🆓 Free and open source under AGPLv3, no ads or premium functions

**System Cron is currently required for this app to work**

Requirements can be found [here](https://nextcloud.github.io/news/install/#dependencies)

The Changelog is available [here](https://github.com/nextcloud/news/blob/master/CHANGELOG.md)

Create a [bug report](https://github.com/nextcloud/news/issues/new/choose)

Create a [feature request](https://github.com/nextcloud/news/discussions/new)

Report a [feed issue](https://github.com/nextcloud/news/discussions/new)
    ]]></description>
    <version>19.0.0-beta2</version>
    <licence>agpl</licence>
    <author>Benjamin Brahmer</author>
    <author>Sean Molenaar</author>
    <author>Bernhard Posselt (former)</author>
    <author>Alessandro Cosentino (former)</author>
    <author>Jan-Christoph Borchardt (former)</author>
    <namespace>News</namespace>
    <documentation>
        <user>https://nextcloud.github.io/news/</user>
        <admin>https://nextcloud.github.io/news/admin/</admin>
        <developer>https://nextcloud.github.io/news/developer</developer>
    </documentation>
    <category>multimedia</category>
    <website>https://github.com/nextcloud/news</website>
    <discussion>https://github.com/nextcloud/news/discussions</discussion>
    <bugs>https://github.com/nextcloud/news/issues</bugs>
    <repository type="git">https://github.com/nextcloud/news.git</repository>
    <screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/news/master/screenshots/1-small.png">https://raw.githubusercontent.com/nextcloud/news/master/screenshots/1.png</screenshot>
    <screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/news/master/screenshots/2-small.png">https://raw.githubusercontent.com/nextcloud/news/master/screenshots/2.png</screenshot>
    <screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/news/master/screenshots/3-small.png">https://raw.githubusercontent.com/nextcloud/news/master/screenshots/3.png</screenshot>
    <dependencies>
        <php min-version="7.3" min-int-size="64"/>
        <database min-version="10">pgsql</database>
        <database>sqlite</database>
        <database min-version="8.0">mysql</database>
        <lib min-version="2.7.8">libxml</lib>
        <lib>curl</lib>
        <lib>dom</lib>
        <lib>SimpleXML</lib>
        <lib>iconv</lib>
        <lib>json</lib>

        <owncloud max-version="0" min-version="0"/>
        <nextcloud min-version="23" max-version="25"/>
    </dependencies>

    <background-jobs>
        <job>OCA\News\Cron\UpdaterJob</job>
    </background-jobs>

    <commands>
        <command>OCA\News\Command\ExploreGenerator</command>
        <command>OCA\News\Command\ShowFeed</command>
        <command>OCA\News\Command\Updater\UpdateFeed</command>
        <command>OCA\News\Command\Updater\UpdateUser</command>
        <command>OCA\News\Command\Updater\BeforeUpdate</command>
        <command>OCA\News\Command\Updater\AfterUpdate</command>
        <command>OCA\News\Command\Config\FolderList</command>
        <command>OCA\News\Command\Config\FolderAdd</command>
        <command>OCA\News\Command\Config\FolderDelete</command>
        <command>OCA\News\Command\Config\FeedList</command>
        <command>OCA\News\Command\Config\FeedAdd</command>
        <command>OCA\News\Command\Config\FeedDelete</command>
        <command>OCA\News\Command\Config\FeedDelete</command>
        <command>OCA\News\Command\Config\OpmlExport</command>
        <command>OCA\News\Command\Debug\ItemList</command>
        <command>OCA\News\Command\Debug\FolderItemList</command>
        <command>OCA\News\Command\Debug\FeedItemList</command>
        <command>OCA\News\Command\Debug\ItemRead</command>
        <command>OCA\News\Command\Debug\FolderRead</command>
        <command>OCA\News\Command\Debug\FeedRead</command>
    </commands>

    <settings>
        <admin>OCA\News\Settings\AdminSettings</admin>
        <admin-section>OCA\News\Settings\AdminSection</admin-section>
    </settings>

    <navigations>
        <navigation>
            <name>News</name>
            <route>news.page.index</route>
        </navigation>
    </navigations>
</info>