Skip to content

Commit

Permalink
Merge pull request #65 from BryanQuigley/remove_wings
Browse files Browse the repository at this point in the history
Drop WINGS gui
  • Loading branch information
mvo5 authored Jul 3, 2022
2 parents ac2c123 + 72b71e5 commit e4bbd76
Show file tree
Hide file tree
Showing 32 changed files with 0 additions and 6,042 deletions.
21 changes: 0 additions & 21 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,6 @@ AC_PROG_INTLTOOL([0.23])
synapticlocaledir='${prefix}/${DATADIRNAME}/locale'
AC_SUBST(synapticlocaledir)


dnl ask for wings
dnl AC_ARG_WITH(wings,
dnl [--with-wings build with WINGs gui (obsolete)],
dnl [AC_CHECK_PROG(WINGS, get-wings-flags, yes, no)
dnl if test x"$WINGS" == xno; then
dnl AC_MSG_ERROR([WINGs is not installed])
dnl fi
dnl ]
dnl )
dnl if test x"$WINGS" = xyes; then
dnl BUILD_wings="wings"
dnl WINGS_LIBS=`get-wings-flags --ldflags`
dnl WINGS_LIBS="$GUI_LIBS `get-wings-flags --libs`"
dnl WINGS_HDRS=`get-wings-flags --cflags`
dnl AC_SUBST(WINGS_LIBS)
dnl AC_SUBST(WINGS_HDRS)
dnl fi
dnl AC_SUBST(BUILD_wings)

dnl we build for gtk3 by default now
pkg_modules="gtk+-3.0 >= 3.4.0, pango >= 1.0.0, glib-2.0"
vte_modules="vte-2.91 >= 0.5"
Expand All @@ -56,7 +36,6 @@ AC_SUBST(GTK_CFLAGS)
AC_SUBST(GTK_LIBS)
AC_SUBST(BUILD_gtk)

dnl if test x"$WINGS" = xno; then
if test x"$GTK" = xno; then
AC_MSG_ERROR([ Gtk is not installed, you need to install it to get a GUI])
fi
Expand Down
14 changes: 0 additions & 14 deletions po/POTFILES.skip
Original file line number Diff line number Diff line change
@@ -1,15 +1 @@
common/pkg_acqfile.cc

# deprecated UI
wings/rwaboutpanel.cc
wings/rwconfigwindow.cc
wings/rwfetchprogress.cc
wings/rwfiltereditor.cc
wings/rwfiltermanager.cc
wings/rwfilterwindow.cc
wings/rwinstallprogress.cc
wings/rwmainwindow.cc
wings/rwsourceswindow.cc
wings/rwsummarywindow.cc
wings/rwuserdialog.cc
wings/synaptic.cc
45 changes: 0 additions & 45 deletions wings/Makefile.am

This file was deleted.

117 changes: 0 additions & 117 deletions wings/rwaboutpanel.cc

This file was deleted.

38 changes: 0 additions & 38 deletions wings/rwaboutpanel.h

This file was deleted.

80 changes: 0 additions & 80 deletions wings/rwcacheprogress.cc

This file was deleted.

50 changes: 0 additions & 50 deletions wings/rwcacheprogress.h

This file was deleted.

Loading

0 comments on commit e4bbd76

Please sign in to comment.