Skip to content

Commit

Permalink
Remove PmUtils script helper
Browse files Browse the repository at this point in the history
The pm-utils project is dead upstream.
  • Loading branch information
hughsie committed Nov 26, 2013
1 parent 8003d50 commit a43b91c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 55 deletions.
13 changes: 0 additions & 13 deletions configure.ac
Expand Up @@ -435,19 +435,6 @@ else
fi
AM_CONDITIONAL(PK_BUILD_DEVICE_REBIND, test $build_device_rebind = "yes")

dnl ---------------------------------------------------------------------------
dnl - Able to build pm-utils script functionality
dnl ---------------------------------------------------------------------------
AC_ARG_ENABLE(pm_utils, AS_HELP_STRING([--enable-pm-utils],[Build pm-utils script functionality]),
build_pm_utils=$enableval,build_pm_utils=yes)
if test x$build_pm_utils = xyes; then
PKG_CHECK_MODULES(PM_UTILS, pm-utils,
build_pm_utils=yes, build_pm_utils=no)
else
build_pm_utils=no
fi
AM_CONDITIONAL(PK_BUILD_PM_UTILS, test $build_pm_utils = "yes")

dnl ---------------------------------------------------------------------------
dnl - Able to use systemd updates functionality
dnl ---------------------------------------------------------------------------
Expand Down
4 changes: 0 additions & 4 deletions contrib/Makefile.am
Expand Up @@ -28,10 +28,6 @@ if PK_BUILD_DEBUGINFO_INSTALL
SUBDIRS += debuginfo-install
endif

if PK_BUILD_PM_UTILS
SUBDIRS += pm-utils
endif

if PK_BUILD_DEVICE_REBIND
SUBDIRS += device-rebind
endif
Expand Down
2 changes: 0 additions & 2 deletions contrib/PackageKit.spec.in
Expand Up @@ -42,7 +42,6 @@ BuildRequires: libarchive-devel
BuildRequires: gstreamer-devel
BuildRequires: gstreamer-plugins-base-devel
BuildRequires: pango-devel
BuildRequires: pm-utils-devel
BuildRequires: fontconfig-devel
BuildRequires: systemd-devel
BuildRequires: gobject-introspection-devel
Expand Down Expand Up @@ -325,7 +324,6 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
%{_libdir}/packagekit-backend/libpk_backend_test_*.so
%ghost %verify(not md5 size mtime) %{_localstatedir}/lib/PackageKit/transactions.db
%{_datadir}/dbus-1/system-services/*.service
%{_libdir}/pm-utils/sleep.d/95packagekit
%dir %{_libdir}/packagekit-plugins
%{_libdir}/packagekit-plugins/*.so
%{_libdir}/girepository-1.0/PackageKitPlugin-1.0.typelib
Expand Down
24 changes: 0 additions & 24 deletions contrib/pm-utils/95packagekit

This file was deleted.

12 changes: 0 additions & 12 deletions contrib/pm-utils/Makefile.am

This file was deleted.

0 comments on commit a43b91c

Please sign in to comment.