代码搜索:BleachBit

找到约 19 项符合「BleachBit」的源代码

代码结果 19
www.eeworm.com/read/408031/11406368

spec bleachbit.spec

%if 0%{?fedora} # FC9 doesn't define 'fedora_version' but apparently OpenSUSE Build Service's FC9 does %{!?fedora_version: %define fedora_version %fedora} %endif %if 0%{?mdkver} # Mandriva 2009 doesn
www.eeworm.com/read/408031/11406372

desktop bleachbit.desktop

[Desktop Entry] Version=1.0 Type=Application Name=BleachBit GenericName=Unnecessary file cleaner GenericName[bg]=Изчистване на непотребни файлове Comment=Free space and maintain privacy Comment[bg]=Ос
www.eeworm.com/read/408031/11406373

png bleachbit.png

www.eeworm.com/read/408031/11406370

po es.po

# Translation file for BleachBit # Copyright (C) 2009 Andrew Ziem # This file is distributed under the same license as the BleachBit package. # Andrew Ziem, 2009 # msgid "" msgstr "" "Project-Id-Versi
www.eeworm.com/read/408031/11406371

po bg.po

# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # msgid ""
www.eeworm.com/read/408031/11406367

pkg-info

Metadata-Version: 1.0 Name: bleachbit Version: 0.3.0 Summary: Free space and maintain privacy Home-page: http://bleachbit.sourceforge.net Author: Andrew Ziem Author-email: ahz001@gmail.com License: GP
www.eeworm.com/read/408031/11406375

manifest

COPYING MANIFEST MANIFEST.in Makefile bleachbit.desktop bleachbit.png bleachbit.spec setup.py bleachbit/CleanerBackend.py bleachbit/FileUtilities.py bleachbit/GUI.py bleachbit/Options.py bleachbit/Pac
www.eeworm.com/read/408031/11406376

py setup.py

#!/usr/bin/env python # vim: ts=4:sw=4:expandtab ## BleachBit ## Copyright (C) 2009 Andrew Ziem ## http://bleachbit.sourceforge.net ## ## This program is free software: you can redistribute it and/or
www.eeworm.com/read/408031/11406366

makefile

.PHONY: clean install tests build prefix ?= /usr/local bindir ?= $(prefix)/bin datadir ?= $(prefix)/share INSTALL = install INSTALL_DATA = $(INSTALL) -m 644 build: echo Nothing to build clean:
www.eeworm.com/read/408031/11406369

makefile

APP = bleachbit POFILES = $(wildcard *.po) MOFILES = $(patsubst %.po,%.mo,$(POFILES)) SRC = $(wildcard ../bleachbit/*.py) POTFILE = $(APP).pot $(POTFILE): $(SRC) xgettext -o $(APP).pot --default-do