aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* updated credits dateAngelo Naselli2017-09-1012-18/+18
* fixed some typos (thanks to Masanori Kakura)Angelo Naselli2017-09-091-1/+1
* suppressed worning utf8 with binmode STDOUT, ':utf8' as suggested by Masanori...Angelo Naselli2017-09-091-0/+1
* - no longer extends Module as it's not going to use GUIMatteo Pasotti2016-06-161-1/+1
* urpm-downloader (from urpmex) has been ported to manatoolsMatteo Pasotti2016-03-201-0/+27
* right configuration dirAngelo Naselli2016-01-241-1/+1
* Removed mpan::CommandLine depsAngelo Naselli2016-01-241-3/+2
* Updated dateAngelo Naselli2016-01-114-4/+4
* updated yearAngelo Naselli2016-01-1111-12/+12
* Right way to read settingRight way to read settingssAngelo Naselli2015-12-301-2/+3
* fixed icon and titleAngelo Naselli2015-12-301-8/+1
* fixed icon and titleAngelo Naselli2015-12-301-10/+1
* fixed icon and titleAngelo Naselli2015-12-301-2/+1
* fixed icon and titleAngelo Naselli2015-12-301-12/+1
* fixed icon and titleAngelo Naselli2015-12-301-10/+1
* allow to exit againAngelo Naselli2015-12-291-0/+3
* MainDisplay now use Moose and Shared::GUI::DialogAngelo Naselli2015-12-281-7/+21
* changed for new SettingReader implementationAngelo Naselli2015-12-271-1/+1
* used conf-dir with new CommandLineAngelo Naselli2015-12-221-32/+32
* Fixed iconAngelo Naselli2015-12-201-10/+1
* Fixed domain_nameAngelo Naselli2015-07-081-1/+5
* Added Shared functions to manage common command line optionsAngelo Naselli2015-05-031-8/+3
* Added Shared functions to manage common command line optionsAngelo Naselli2015-05-031-10/+4
* Useless setTitle, moved to module implementationAngelo Naselli2015-05-031-1/+0
* Localized titleAngelo Naselli2015-05-031-6/+13
* Added localization in mana scriptAngelo Naselli2015-04-291-23/+34
* Fixed localization and iconAngelo Naselli2015-04-291-3/+15
* name and icon here are not neededAngelo Naselli2015-04-291-4/+1
* Moved to namespace to ManaToolsAngelo Naselli2015-03-1611-66/+114
* Managed new flag dbus_auth_interactive to to work in user space (thanks Colin)Angelo Naselli2015-01-131-1/+2
* synced copyright noticesMatteo Pasotti2015-01-088-9/+54
* added support to manawallMatteo Pasotti2015-01-081-1/+5
* added launch script for manawallMatteo Pasotti2015-01-041-0/+36
* moved mpan.pl to mpan, easier to run by command lineAngelo Naselli2014-12-102-6/+6
* Fixed tab in presentationAngelo Naselli2014-12-081-6/+8
* Added "mana rpm" and "mana update"Angelo Naselli2014-12-081-0/+8
* Fixed mana panAngelo Naselli2014-11-231-1/+1
* Aligned code to adminpanel code conventionAngelo Naselli2014-11-051-9/+6
* addded mandm needed filesAngelo Naselli2014-10-161-4/+13
* using drakdm icon for manadmMatteo Pasotti2014-09-161-1/+1
* Poddified and added descriptionAngelo Naselli2014-09-131-11/+64
* Merge branch 'master' of ssh://git.mageia.org/software/adminpanelMatteo Pasotti2014-09-131-0/+48
|\
| * Added mana panAngelo Naselli2014-09-131-0/+1
| * Added mana script to manage as script launcherAngelo Naselli2014-09-131-0/+47
* | - added launch script for manaMatteo Pasotti2014-09-131-0/+36
|/
* moved to mpan.pl new mageia admin tool launcher panelAngelo Naselli2014-08-291-1/+1
* - fixed reading configuration position if --name is givenAngelo Naselli2014-08-291-3/+9
* fixed script name manaproxy (new drakproxy)Angelo Naselli2014-08-291-0/+0
* fixed script name manalog (new logdrake based on journalctl)Angelo Naselli2014-08-291-0/+0
* fixed script name manahost (new drakhosts)Angelo Naselli2014-08-291-0/+0
i2: pure_install ln -s -f consolehelper \$(DESTINSTALLSCRIPT)/gurpmi2 ChangeLog: svn2cl --accum --authors ${commonusername}username.xml rm -f *.bak TAGS: etags *.pm */*.pm testall: make test sudo make test TEST_FILES='t/superuser--*.t' **MM** } # Back to our schedule package main; WriteMakefile( NAME => 'urpmi', PREREQ_PM => { 'Locale::gettext' => '1.01', 'MDV::Packdrakeng' => '1.01', 'URPM' => '1.48', }, VERSION_FROM => 'urpm.pm', macro => { DESTINSTALLSBIN => '$(DESTINSTALLBIN)/../sbin', DESTINSTALLSITESBIN => '$(DESTINSTALLSITEBIN)/../sbin', DESTINSTALLVENDORSBIN => '$(DESTINSTALLVENDORBIN)/../sbin', INSTALLMAN5DIR => '$(PERLPREFIX)/share/man/man5', DESTINSTALLMAN5DIR => '$(DESTDIR)$(INSTALLMAN5DIR)', INSTALLMAN8DIR => '$(PERLPREFIX)/share/man/man8', DESTINSTALLMAN8DIR => '$(DESTDIR)$(INSTALLMAN8DIR)', INST_SBIN => 'blib/sbin', INST_MAN5DIR => 'blib/man5', INST_MAN8DIR => 'blib/man8', # We could read those values from rpm macros. SYSCONFDIR => '$(DESTDIR)/etc', LOCALSTATEDIR => '$(DESTDIR)/var/lib', }, EXE_FILES => [ @bin_scripts, @sbin_scripts ], PMLIBDIRS => [ qw(urpm) ], $with_po ? (DIR => [ 'po' ]) : (), MAN1PODS => { map { my $targ = $_; $targ =~ s{^pod/}{}; $targ =~ s/\.(\d)\.pod$//; my $section = $1 || 1; ( $_ => "\$(INST_MAN${section}DIR)/$targ.$section" ); } <pod/*.pod>, $with_po ? <pod/*/*.pod> : () }, dist => { COMPRESS => "bzip2", SUFFIX => ".bz2" }, );