pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
libhandy1: remove old version of devel/libhandy
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By: wiz
Date: Thu Dec 7 23:35:14 2023 +0100
Changeset: cec492108e90f9bfe2b2be13d085c696d5a672b2
Modified Files:
Makefile
epiphany/Makefile
gnome-boxes/Makefile
gnome-maps/Makefile
Removed Files:
libhandy1/DESCR
libhandy1/Makefile
libhandy1/PLIST
libhandy1/buildlink3.mk
libhandy1/distinfo
libhandy1/patches/patch-src_meson.build
Log Message:
libhandy1: remove old version of devel/libhandy
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=cec492108e90f9bfe2b2be13d085c696d5a672b2
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 8 +++-
epiphany/Makefile | 2 +-
gnome-boxes/Makefile | 2 +-
gnome-maps/Makefile | 2 +-
libhandy1/DESCR | 2 -
libhandy1/Makefile | 29 -------------
libhandy1/PLIST | 75 ---------------------------------
libhandy1/buildlink3.mk | 15 -------
libhandy1/distinfo | 6 ---
libhandy1/patches/patch-src_meson.build | 14 ------
10 files changed, 9 insertions(+), 146 deletions(-)
diffs:
diff --git a/Makefile b/Makefile
index eb365c1400..a4fc71ba68 100644
--- a/Makefile
+++ b/Makefile
@@ -649,10 +649,10 @@ SUBDIR+= dfam
SUBDIR+= dhcpd-snmp
SUBDIR+= diablo
SUBDIR+= dict-client-current
-SUBDIR+= dict-server-current
SUBDIR+= dict-est-rus
SUBDIR+= dict-freedict-eng-ara
SUBDIR+= dict-freedict-eng-fra
+SUBDIR+= dict-server-current
SUBDIR+= digestif
SUBDIR+= digitemp
SUBDIR+= dillo-devel
@@ -840,6 +840,7 @@ SUBDIR+= fasta
SUBDIR+= fastahack
SUBDIR+= fastaunique
SUBDIR+= fastbit
+SUBDIR+= fastcol
SUBDIR+= fastjet
SUBDIR+= fastool
SUBDIR+= fastp
@@ -1835,6 +1836,7 @@ SUBDIR+= libalkimia
SUBDIR+= libanimal
SUBDIR+= libavc1394
SUBDIR+= libbfio
+SUBDIR+= libbgcode
SUBDIR+= libbpg
SUBDIR+= libbrahe
SUBDIR+= libbs2b
@@ -1915,7 +1917,6 @@ SUBDIR+= libguestfs-appliance
SUBDIR+= libgusb
SUBDIR+= libgxim
SUBDIR+= libgzstream
-SUBDIR+= libhandy1
SUBDIR+= libharu
SUBDIR+= libhttpd
SUBDIR+= libi2pd
@@ -2208,6 +2209,7 @@ SUBDIR+= mime-support
SUBDIR+= min12xxw
SUBDIR+= mindforger
SUBDIR+= mindy-git
+SUBDIR+= minetest
SUBDIR+= mingw-w64-binutils
SUBDIR+= mingw-w64-crt
SUBDIR+= mingw-w64-gcc
@@ -2504,6 +2506,7 @@ SUBDIR+= ocserv
SUBDIR+= offset
SUBDIR+= oggfwd
SUBDIR+= ogmrip
+SUBDIR+= oksh
SUBDIR+= okteta
SUBDIR+= olsrd
SUBDIR+= omega
@@ -5255,6 +5258,7 @@ SUBDIR+= synce-orange
SUBDIR+= syncserver-dependencies
SUBDIR+= syncstorage-rs
SUBDIR+= syncstorage-rs-git
+SUBDIR+= syncthing
SUBDIR+= syncthing-discosrv
SUBDIR+= syncthing-inotify
SUBDIR+= syncthing-relaysrv
diff --git a/epiphany/Makefile b/epiphany/Makefile
index e77ac41938..b4582fd33e 100644
--- a/epiphany/Makefile
+++ b/epiphany/Makefile
@@ -24,7 +24,7 @@ PYTHON_FOR_BUILD_ONLY= tool
.include "../../devel/glib2/schemas.mk"
BUILDLINK_API_DEPENDS.libdazzle+= libdazzle>=3.35.3
.include "../../devel/libdazzle/buildlink3.mk"
-.include "../../wip/libhandy1/buildlink3.mk"
+.include "../../devel/libhandy/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
.include "../../security/gcr/buildlink3.mk"
.include "../../security/nettle/buildlink3.mk"
diff --git a/gnome-boxes/Makefile b/gnome-boxes/Makefile
index 869d62ff17..3c760c091a 100644
--- a/gnome-boxes/Makefile
+++ b/gnome-boxes/Makefile
@@ -26,7 +26,7 @@ pre-configure:
.include "../../audio/pulseaudio/buildlink3.mk"
.include "../../devel/gobject-introspection/buildlink3.mk"
.include "../../wip/libgudev/buildlink3.mk"
-.include "../../devel/libhandy1/buildlink3.mk"
+.include "../../devel/libhandy/buildlink3.mk"
.include "../../sysutils/spice-gtk/buildlink3.mk"
.include "../../www/webkit-gtk/buildlink3.mk"
.include "../../sysutils/gnome-tracker/buildlink3.mk"
diff --git a/gnome-maps/Makefile b/gnome-maps/Makefile
index 0d0263a522..06e8057ca4 100644
--- a/gnome-maps/Makefile
+++ b/gnome-maps/Makefile
@@ -21,7 +21,7 @@ USE_TOOLS+= pkg-config
.include "../../geography/geocode-glib/buildlink3.mk"
.include "../../chat/libfolks/buildlink3.mk"
.include "../../devel/libgee/buildlink3.mk"
-.include "../../devel/libhandy1/buildlink3.mk"
+.include "../../devel/libhandy/buildlink3.mk"
.include "../../geography/geoclue/buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"
.include "../../lang/gjs/buildlink3.mk"
diff --git a/libhandy1/DESCR b/libhandy1/DESCR
deleted file mode 100644
index 26cec5352e..0000000000
--- a/libhandy1/DESCR
+++ /dev/null
@@ -1,2 +0,0 @@
-The aim of the Handy library is to help with developing UI for mobile devices
-using GTK/GNOME.
diff --git a/libhandy1/Makefile b/libhandy1/Makefile
deleted file mode 100644
index d340126e9d..0000000000
--- a/libhandy1/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2020/11/11 08:50:40 nia Exp $
-
-DISTNAME= libhandy-1.5.0
-PKGNAME= ${DISTNAME:S/libhandy/libhandy1/1}
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libhandy/${PKGVERSION_NOREV:R}/}
-EXTRACT_SUFX= .tar.xz
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= https://gitlab.gnome.org/GNOME/libhandy/
-COMMENT= Building blocks for modern adaptive GNOME apps
-LICENSE= gnu-lgpl-v2.1
-
-USE_TOOLS+= pkg-config xgettext
-
-# workaround for build failure
-# https://gitlab.gnome.org/GNOME/json-glib/issues/35
-# MAKE_ENV+= LD_LIBRARY_PATH=${WRKSRC}/output/src
-
-PYTHON_FOR_BUILD_ONLY= tool
-
-PKGCONFIG_OVERRIDE_STAGE= pre-install
-PKGCONFIG_OVERRIDE+= output/meson-private/libhandy-1.pc
-
-.include "../../devel/gobject-introspection/buildlink3.mk"
-.include "../../devel/meson/build.mk"
-.include "../../lang/vala/buildlink3.mk"
-.include "../../x11/gtk3/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/libhandy1/PLIST b/libhandy1/PLIST
deleted file mode 100644
index ab7be17797..0000000000
--- a/libhandy1/PLIST
+++ /dev/null
@@ -1,75 +0,0 @@
-@comment $NetBSD$
-bin/handy-1-demo
-include/libhandy-1/handy.h
-include/libhandy-1/hdy-action-row.h
-include/libhandy-1/hdy-animation.h
-include/libhandy-1/hdy-application-window.h
-include/libhandy-1/hdy-avatar.h
-include/libhandy-1/hdy-carousel-indicator-dots.h
-include/libhandy-1/hdy-carousel-indicator-lines.h
-include/libhandy-1/hdy-carousel.h
-include/libhandy-1/hdy-clamp.h
-include/libhandy-1/hdy-combo-row.h
-include/libhandy-1/hdy-deck.h
-include/libhandy-1/hdy-enum-value-object.h
-include/libhandy-1/hdy-enums.h
-include/libhandy-1/hdy-expander-row.h
-include/libhandy-1/hdy-flap.h
-include/libhandy-1/hdy-header-bar.h
-include/libhandy-1/hdy-header-group.h
-include/libhandy-1/hdy-keypad.h
-include/libhandy-1/hdy-leaflet.h
-include/libhandy-1/hdy-main.h
-include/libhandy-1/hdy-navigation-direction.h
-include/libhandy-1/hdy-preferences-group.h
-include/libhandy-1/hdy-preferences-page.h
-include/libhandy-1/hdy-preferences-row.h
-include/libhandy-1/hdy-preferences-window.h
-include/libhandy-1/hdy-search-bar.h
-include/libhandy-1/hdy-squeezer.h
-include/libhandy-1/hdy-status-page.h
-include/libhandy-1/hdy-style-manager.h
-include/libhandy-1/hdy-swipe-group.h
-include/libhandy-1/hdy-swipe-tracker.h
-include/libhandy-1/hdy-swipeable.h
-include/libhandy-1/hdy-tab-bar.h
-include/libhandy-1/hdy-tab-view.h
-include/libhandy-1/hdy-title-bar.h
-include/libhandy-1/hdy-types.h
-include/libhandy-1/hdy-value-object.h
-include/libhandy-1/hdy-version.h
-include/libhandy-1/hdy-view-switcher-bar.h
-include/libhandy-1/hdy-view-switcher-title.h
-include/libhandy-1/hdy-view-switcher.h
-include/libhandy-1/hdy-window-handle.h
-include/libhandy-1/hdy-window.h
-lib/girepository-1.0/Handy-1.typelib
-lib/libhandy-1.so
-lib/libhandy-1.so.0
-lib/pkgconfig/libhandy-1.pc
-share/gir-1.0/Handy-1.gir
-share/locale/ca/LC_MESSAGES/libhandy.mo
-share/locale/de/LC_MESSAGES/libhandy.mo
-share/locale/en_GB/LC_MESSAGES/libhandy.mo
-share/locale/es/LC_MESSAGES/libhandy.mo
-share/locale/eu/LC_MESSAGES/libhandy.mo
-share/locale/fa/LC_MESSAGES/libhandy.mo
-share/locale/fi/LC_MESSAGES/libhandy.mo
-share/locale/fr/LC_MESSAGES/libhandy.mo
-share/locale/fur/LC_MESSAGES/libhandy.mo
-share/locale/gl/LC_MESSAGES/libhandy.mo
-share/locale/hu/LC_MESSAGES/libhandy.mo
-share/locale/id/LC_MESSAGES/libhandy.mo
-share/locale/nl/LC_MESSAGES/libhandy.mo
-share/locale/oc/LC_MESSAGES/libhandy.mo
-share/locale/pl/LC_MESSAGES/libhandy.mo
-share/locale/pt/LC_MESSAGES/libhandy.mo
-share/locale/pt_BR/LC_MESSAGES/libhandy.mo
-share/locale/ro/LC_MESSAGES/libhandy.mo
-share/locale/sl/LC_MESSAGES/libhandy.mo
-share/locale/sr/LC_MESSAGES/libhandy.mo
-share/locale/sv/LC_MESSAGES/libhandy.mo
-share/locale/uk/LC_MESSAGES/libhandy.mo
-share/locale/zh_CN/LC_MESSAGES/libhandy.mo
-share/vala/vapi/libhandy-1.deps
-share/vala/vapi/libhandy-1.vapi
diff --git a/libhandy1/buildlink3.mk b/libhandy1/buildlink3.mk
deleted file mode 100644
index c1861f1c18..0000000000
--- a/libhandy1/buildlink3.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1 2020/11/10 17:45:05 nia Exp $
-
-BUILDLINK_TREE+= libhandy1
-
-.if !defined(LIBHANDY1_BUILDLINK3_MK)
-LIBHANDY1_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.libhandy1+= libhandy1>=1.0
-BUILDLINK_ABI_DEPENDS.libhandy1?= libhandy1>=1.0
-BUILDLINK_PKGSRCDIR.libhandy1?= ../../wip/libhandy1
-
-.include "../../x11/gtk3/buildlink3.mk"
-.endif # LIBHANDY1_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -libhandy1
diff --git a/libhandy1/distinfo b/libhandy1/distinfo
deleted file mode 100644
index 51f9c0d411..0000000000
--- a/libhandy1/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.1 2020/11/10 17:45:05 nia Exp $
-
-BLAKE2s (libhandy-1.5.0.tar.xz) = 6bbf51d99c62ec96dc7902b795244711eb82eb87e8fb0cf199042a3e5461fa3a
-SHA512 (libhandy-1.5.0.tar.xz) = cd7706e97bc9d5a7d595c450145bc157b95afaccc1ee26b5490149327fd644eb522b7bbfee92ea2780083c36d69bbd666c52e38a752e78068a5ba0f79b3c56a0
-Size (libhandy-1.5.0.tar.xz) = 516128 bytes
-SHA1 (patch-src_meson.build) = 8d27afb1d1b9d6f4f120f05f4f31ba5ca3d12999
diff --git a/libhandy1/patches/patch-src_meson.build b/libhandy1/patches/patch-src_meson.build
deleted file mode 100644
index acce9ab995..0000000000
--- a/libhandy1/patches/patch-src_meson.build
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD$
-
-Fix vapi generation on Linux
-
---- src/meson.build.orig 2021-11-11 20:02:30.000000000 +0000
-+++ src/meson.build
-@@ -307,6 +307,7 @@ if introspection
- install: true,
- install_dir: vapidir,
- metadata_dirs: [ meson.current_source_dir() ],
-+ gir_dirs: get_option('prefix') / girdir,
- )
-
- endif
Home |
Main Index |
Thread Index |
Old Index