pkgsrc/x11/clipit/Makefile

42 lines
1.2 KiB
Makefile
Raw Normal View History

2021-12-08 17:01:42 +01:00
# $NetBSD: Makefile,v 1.28 2021/12/08 16:07:03 adam Exp $
DISTNAME= clipit-1.4.5
2021-12-08 17:01:42 +01:00
PKGREVISION= 1
CATEGORIES= x11
clipit: Update to 2.4.4 Facetoe (5): Add option to allow users to select entry on prefix. Add preferences for purging history after timeout. Add ability to purge history after timeout. Improve input matching feature. Always select first match when inputting text. L'Africain (4): Update fr_FR.po Update fr.po Update fr.po Update fr_FR.po Martin Lambertz (3): Rename configure.in to configure.ac Add missing call to PKG_PROG_PKG_CONFIG Fix autotool warnings Nikita Zlobin (2): Fix libappindicator detection with gtk3 Fix compilation Paweł Błaszczyk (5): Multiple calls to remove item from history don't work #21. Clear clipboard if first element from history is removed. Check if `pkg-config` is installed before using it. Remove trailing whitespace characters. Add optional support for GTK+3. Robert Antoni Buj Gelonch (3): Add Catalan language Update .tx/config Update Catalan translation Rogutės Sparnuotos (2): Silence glib warnings regarding GOptionFlags. Sveinn í Felli (1): Create is.po ZEN (5): Fixed work with utf8 strings Fixed comparison of string length by using the 'str_len' variable instead of 'string->len' Refactored the code from merge #30. Now by default working with string in utf8 mode. Added 'Remove all' action to context menu Clean up Resolved conflict with master anfabio (1): Update pt_BR.po mananaBanana (3): Updated Github link for project. Updated .gitignore: Ignore autogenerated file - compile Returning if string dooesn't exist on stdin. Fixes "Binding failed" warning Åke Engelbrektson (1): Update sv.po
2020-04-01 12:46:59 +02:00
MASTER_SITES= ${MASTER_SITE_GITHUB:=CristianHenzel/}
GITHUB_PROJECT= ClipIt
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= khorben@NetBSD.org
clipit: Update to 2.4.4 Facetoe (5): Add option to allow users to select entry on prefix. Add preferences for purging history after timeout. Add ability to purge history after timeout. Improve input matching feature. Always select first match when inputting text. L'Africain (4): Update fr_FR.po Update fr.po Update fr.po Update fr_FR.po Martin Lambertz (3): Rename configure.in to configure.ac Add missing call to PKG_PROG_PKG_CONFIG Fix autotool warnings Nikita Zlobin (2): Fix libappindicator detection with gtk3 Fix compilation Paweł Błaszczyk (5): Multiple calls to remove item from history don't work #21. Clear clipboard if first element from history is removed. Check if `pkg-config` is installed before using it. Remove trailing whitespace characters. Add optional support for GTK+3. Robert Antoni Buj Gelonch (3): Add Catalan language Update .tx/config Update Catalan translation Rogutės Sparnuotos (2): Silence glib warnings regarding GOptionFlags. Sveinn í Felli (1): Create is.po ZEN (5): Fixed work with utf8 strings Fixed comparison of string length by using the 'str_len' variable instead of 'string->len' Refactored the code from merge #30. Now by default working with string in utf8 mode. Added 'Remove all' action to context menu Clean up Resolved conflict with master anfabio (1): Update pt_BR.po mananaBanana (3): Updated Github link for project. Updated .gitignore: Ignore autogenerated file - compile Returning if string dooesn't exist on stdin. Fixes "Binding failed" warning Åke Engelbrektson (1): Update sv.po
2020-04-01 12:46:59 +02:00
HOMEPAGE= https://github.com/CristianHenzel/ClipIt
COMMENT= Lightweight, fully featured GTK+ clipboard manager
LICENSE= gnu-gpl-v3
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
clipit: Update to 2.4.4 Facetoe (5): Add option to allow users to select entry on prefix. Add preferences for purging history after timeout. Add ability to purge history after timeout. Improve input matching feature. Always select first match when inputting text. L'Africain (4): Update fr_FR.po Update fr.po Update fr.po Update fr_FR.po Martin Lambertz (3): Rename configure.in to configure.ac Add missing call to PKG_PROG_PKG_CONFIG Fix autotool warnings Nikita Zlobin (2): Fix libappindicator detection with gtk3 Fix compilation Paweł Błaszczyk (5): Multiple calls to remove item from history don't work #21. Clear clipboard if first element from history is removed. Check if `pkg-config` is installed before using it. Remove trailing whitespace characters. Add optional support for GTK+3. Robert Antoni Buj Gelonch (3): Add Catalan language Update .tx/config Update Catalan translation Rogutės Sparnuotos (2): Silence glib warnings regarding GOptionFlags. Sveinn í Felli (1): Create is.po ZEN (5): Fixed work with utf8 strings Fixed comparison of string length by using the 'str_len' variable instead of 'string->len' Refactored the code from merge #30. Now by default working with string in utf8 mode. Added 'Remove all' action to context menu Clean up Resolved conflict with master anfabio (1): Update pt_BR.po mananaBanana (3): Updated Github link for project. Updated .gitignore: Ignore autogenerated file - compile Returning if string dooesn't exist on stdin. Fixes "Binding failed" warning Åke Engelbrektson (1): Update sv.po
2020-04-01 12:46:59 +02:00
USE_TOOLS+= intltool msgfmt msgmerge xgettext
USE_TOOLS+= aclocal autoconf autoreconf automake autopoint intltoolize
2012-12-23 00:34:21 +01:00
USE_TOOLS+= pkg-config
clipit: Update to 2.4.4 Facetoe (5): Add option to allow users to select entry on prefix. Add preferences for purging history after timeout. Add ability to purge history after timeout. Improve input matching feature. Always select first match when inputting text. L'Africain (4): Update fr_FR.po Update fr.po Update fr.po Update fr_FR.po Martin Lambertz (3): Rename configure.in to configure.ac Add missing call to PKG_PROG_PKG_CONFIG Fix autotool warnings Nikita Zlobin (2): Fix libappindicator detection with gtk3 Fix compilation Paweł Błaszczyk (5): Multiple calls to remove item from history don't work #21. Clear clipboard if first element from history is removed. Check if `pkg-config` is installed before using it. Remove trailing whitespace characters. Add optional support for GTK+3. Robert Antoni Buj Gelonch (3): Add Catalan language Update .tx/config Update Catalan translation Rogutės Sparnuotos (2): Silence glib warnings regarding GOptionFlags. Sveinn í Felli (1): Create is.po ZEN (5): Fixed work with utf8 strings Fixed comparison of string length by using the 'str_len' variable instead of 'string->len' Refactored the code from merge #30. Now by default working with string in utf8 mode. Added 'Remove all' action to context menu Clean up Resolved conflict with master anfabio (1): Update pt_BR.po mananaBanana (3): Updated Github link for project. Updated .gitignore: Ignore autogenerated file - compile Returning if string dooesn't exist on stdin. Fixes "Binding failed" warning Åke Engelbrektson (1): Update sv.po
2020-04-01 12:46:59 +02:00
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --disable-glibtest
CONFIGURE_ARGS+= --with-gtk3
clipit: Update to 2.4.4 Facetoe (5): Add option to allow users to select entry on prefix. Add preferences for purging history after timeout. Add ability to purge history after timeout. Improve input matching feature. Always select first match when inputting text. L'Africain (4): Update fr_FR.po Update fr.po Update fr.po Update fr_FR.po Martin Lambertz (3): Rename configure.in to configure.ac Add missing call to PKG_PROG_PKG_CONFIG Fix autotool warnings Nikita Zlobin (2): Fix libappindicator detection with gtk3 Fix compilation Paweł Błaszczyk (5): Multiple calls to remove item from history don't work #21. Clear clipboard if first element from history is removed. Check if `pkg-config` is installed before using it. Remove trailing whitespace characters. Add optional support for GTK+3. Robert Antoni Buj Gelonch (3): Add Catalan language Update .tx/config Update Catalan translation Rogutės Sparnuotos (2): Silence glib warnings regarding GOptionFlags. Sveinn í Felli (1): Create is.po ZEN (5): Fixed work with utf8 strings Fixed comparison of string length by using the 'str_len' variable instead of 'string->len' Refactored the code from merge #30. Now by default working with string in utf8 mode. Added 'Remove all' action to context menu Clean up Resolved conflict with master anfabio (1): Update pt_BR.po mananaBanana (3): Updated Github link for project. Updated .gitignore: Ignore autogenerated file - compile Returning if string dooesn't exist on stdin. Fixes "Binding failed" warning Åke Engelbrektson (1): Update sv.po
2020-04-01 12:46:59 +02:00
BUILD_DEFS+= PKG_SYSCONFBASE
EGDIR= ${PREFIX}/share/examples/clipit
CONF_FILES= ${EGDIR}/xdg/autostart/clipit-startup.desktop \
${PKG_SYSCONFBASE}/xdg/autostart/clipit-startup.desktop
MAKE_DIRS= ${PKG_SYSCONFBASE}/xdg/autostart
INSTALL_MAKE_FLAGS= ${MAKE_FLAGS} sysconfdir=${EGDIR}
clipit: Update to 2.4.4 Facetoe (5): Add option to allow users to select entry on prefix. Add preferences for purging history after timeout. Add ability to purge history after timeout. Improve input matching feature. Always select first match when inputting text. L'Africain (4): Update fr_FR.po Update fr.po Update fr.po Update fr_FR.po Martin Lambertz (3): Rename configure.in to configure.ac Add missing call to PKG_PROG_PKG_CONFIG Fix autotool warnings Nikita Zlobin (2): Fix libappindicator detection with gtk3 Fix compilation Paweł Błaszczyk (5): Multiple calls to remove item from history don't work #21. Clear clipboard if first element from history is removed. Check if `pkg-config` is installed before using it. Remove trailing whitespace characters. Add optional support for GTK+3. Robert Antoni Buj Gelonch (3): Add Catalan language Update .tx/config Update Catalan translation Rogutės Sparnuotos (2): Silence glib warnings regarding GOptionFlags. Sveinn í Felli (1): Create is.po ZEN (5): Fixed work with utf8 strings Fixed comparison of string length by using the 'str_len' variable instead of 'string->len' Refactored the code from merge #30. Now by default working with string in utf8 mode. Added 'Remove all' action to context menu Clean up Resolved conflict with master anfabio (1): Update pt_BR.po mananaBanana (3): Updated Github link for project. Updated .gitignore: Ignore autogenerated file - compile Returning if string dooesn't exist on stdin. Fixes "Binding failed" warning Åke Engelbrektson (1): Update sv.po
2020-04-01 12:46:59 +02:00
pre-configure:
cd ${WRKSRC} && ${SH} autogen.sh
clipit: Update to 2.4.4 Facetoe (5): Add option to allow users to select entry on prefix. Add preferences for purging history after timeout. Add ability to purge history after timeout. Improve input matching feature. Always select first match when inputting text. L'Africain (4): Update fr_FR.po Update fr.po Update fr.po Update fr_FR.po Martin Lambertz (3): Rename configure.in to configure.ac Add missing call to PKG_PROG_PKG_CONFIG Fix autotool warnings Nikita Zlobin (2): Fix libappindicator detection with gtk3 Fix compilation Paweł Błaszczyk (5): Multiple calls to remove item from history don't work #21. Clear clipboard if first element from history is removed. Check if `pkg-config` is installed before using it. Remove trailing whitespace characters. Add optional support for GTK+3. Robert Antoni Buj Gelonch (3): Add Catalan language Update .tx/config Update Catalan translation Rogutės Sparnuotos (2): Silence glib warnings regarding GOptionFlags. Sveinn í Felli (1): Create is.po ZEN (5): Fixed work with utf8 strings Fixed comparison of string length by using the 'str_len' variable instead of 'string->len' Refactored the code from merge #30. Now by default working with string in utf8 mode. Added 'Remove all' action to context menu Clean up Resolved conflict with master anfabio (1): Update pt_BR.po mananaBanana (3): Updated Github link for project. Updated .gitignore: Ignore autogenerated file - compile Returning if string dooesn't exist on stdin. Fixes "Binding failed" warning Åke Engelbrektson (1): Update sv.po
2020-04-01 12:46:59 +02:00
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/gtk3/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"